![]() |
QPanda3
Supported by OriginQ
|
Public 成员函数 | |
| None | __init__ (self, int value) |
| init(self: vqcircuit.DiffMethod, value: int) -> None | |
| bool | __eq__ (self, object other) |
| eq(self: object, other: object) -> bool | |
| int | __hash__ (self) |
| hash(self: object) -> int | |
| int | __index__ (self) |
| index(self: vqcircuit.DiffMethod) -> int | |
| int | __int__ (self) |
| int(self: vqcircuit.DiffMethod) -> int | |
| bool | __ne__ (self, object other) |
| ne(self: object, other: object) -> bool | |
| str | name (self) |
| int | value (self) |
静态 Public 属性 | |
| ClassVar | ADJOINT_DIFF = ... |
| None pyqpanda3.vqcircuit.vqcircuit.DiffMethod.__init__ | ( | self, | |
| int | value ) |
init(self: vqcircuit.DiffMethod, value: int) -> None
| bool pyqpanda3.vqcircuit.vqcircuit.DiffMethod.__eq__ | ( | self, | |
| object | other ) |
eq(self: object, other: object) -> bool
| int pyqpanda3.vqcircuit.vqcircuit.DiffMethod.__hash__ | ( | self | ) |
hash(self: object) -> int
| int pyqpanda3.vqcircuit.vqcircuit.DiffMethod.__index__ | ( | self | ) |
index(self: vqcircuit.DiffMethod) -> int
| int pyqpanda3.vqcircuit.vqcircuit.DiffMethod.__int__ | ( | self | ) |
int(self: vqcircuit.DiffMethod) -> int
| bool pyqpanda3.vqcircuit.vqcircuit.DiffMethod.__ne__ | ( | self, | |
| object | other ) |
ne(self: object, other: object) -> bool
| str pyqpanda3.vqcircuit.vqcircuit.DiffMethod.name | ( | self | ) |
| int pyqpanda3.vqcircuit.vqcircuit.DiffMethod.value | ( | self | ) |
|
static |