![]() |
QPanda3
Supported by OriginQ
|
Public Member Functions | |
| None | __init__ (self) |
| init(self: qcloud.SingleQubitInfo) -> None | |
| float | get_frequency (self) |
| get_frequency(self: qcloud.SingleQubitInfo) -> float | |
| str | get_qubit_id (self) |
| get_qubit_id(self: qcloud.SingleQubitInfo) -> str | |
| float | get_readout_fidelity (self) |
| get_readout_fidelity(self: qcloud.SingleQubitInfo) -> float | |
| float | get_single_gate_fidelity (self) |
| get_single_gate_fidelity(self: qcloud.SingleQubitInfo) -> float | |
| float | get_t1 (self) |
| get_t1(self: qcloud.SingleQubitInfo) -> float | |
| float | get_t2 (self) |
| get_t2(self: qcloud.SingleQubitInfo) -> float | |
| None pyqpanda3.qcloud.qcloud.SingleQubitInfo.__init__ | ( | self | ) |
init(self: qcloud.SingleQubitInfo) -> None
| float pyqpanda3.qcloud.qcloud.SingleQubitInfo.get_frequency | ( | self | ) |
get_frequency(self: qcloud.SingleQubitInfo) -> float
Retrieves the frequency of the qubit.
| str pyqpanda3.qcloud.qcloud.SingleQubitInfo.get_qubit_id | ( | self | ) |
get_qubit_id(self: qcloud.SingleQubitInfo) -> str
Retrieves the ID of the qubit.
| float pyqpanda3.qcloud.qcloud.SingleQubitInfo.get_readout_fidelity | ( | self | ) |
get_readout_fidelity(self: qcloud.SingleQubitInfo) -> float
Retrieves the readout fidelity of the qubit.
| float pyqpanda3.qcloud.qcloud.SingleQubitInfo.get_single_gate_fidelity | ( | self | ) |
get_single_gate_fidelity(self: qcloud.SingleQubitInfo) -> float
Retrieves the fidelity of the single gate for this qubit.
| float pyqpanda3.qcloud.qcloud.SingleQubitInfo.get_t1 | ( | self | ) |
get_t1(self: qcloud.SingleQubitInfo) -> float
Retrieves the T1 relaxation time of the qubit.
| float pyqpanda3.qcloud.qcloud.SingleQubitInfo.get_t2 | ( | self | ) |
get_t2(self: qcloud.SingleQubitInfo) -> float
Retrieves the T2 coherence time of the qubit.