Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
T2Hahn.circuits¶
- T2Hahn.circuits()[source]¶
Return a list of experiment circuits.
Each circuit consists of RX(π/2) followed by a sequence of delay gate, RX(π) for echo and delay gate again. The sequence repeats for the number of echoes and terminates with RX(±π/2).
- Return type:
List
[QuantumCircuit
]- Returns:
The experiment circuits.