QPanda3
0.1.0
Supported by OriginQ
|
Public Member Functions | |
None | __init__ (self, *args, **kwargs) |
Initialize self. | |
CBit | get_cbit (self) |
get_cbit(self: core.QMeasure) -> core.CBit | |
Qubit | get_qubit (self) |
get_qubit(self: core.QMeasure) -> core.Qubit | |
list[list[float]] | get_read_out_probs (self) |
get_read_out_probs(self: core.QMeasure) -> list[list[float]] | |
str | ir_str (self, int max_qbit_idx, int max_cbit_idx) |
ir_str(self: core.QMeasure, max_qbit_idx: int, max_cbit_idx: int) -> str | |
None | set_read_out_error (self, list[list[float]] probs) |
set_read_out_error(self: core.QMeasure, probs: list[list[float]]) -> None | |
None pyqpanda3.core.QMeasure.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Initialize self.
See help(type(self)) for accurate signature.
CBit pyqpanda3.core.QMeasure.get_cbit | ( | self | ) |
get_cbit(self: core.QMeasure) -> core.CBit
Qubit pyqpanda3.core.QMeasure.get_qubit | ( | self | ) |
get_qubit(self: core.QMeasure) -> core.Qubit
list[list[float]] pyqpanda3.core.QMeasure.get_read_out_probs | ( | self | ) |
get_read_out_probs(self: core.QMeasure) -> list[list[float]]
str pyqpanda3.core.QMeasure.ir_str | ( | self, | |
int | max_qbit_idx, | ||
int | max_cbit_idx ) |
ir_str(self: core.QMeasure, max_qbit_idx: int, max_cbit_idx: int) -> str
None pyqpanda3.core.QMeasure.set_read_out_error | ( | self, | |
list[list[float]] | probs ) |
set_read_out_error(self: core.QMeasure, probs: list[list[float]]) -> None