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.
PreparationBasis.circuit¶
- abstract PreparationBasis.circuit(index, qubits=None)¶
 Return the basis preparation circuit.
- Parameters:
 index (
Sequence[int]) – a list of basis elements to tensor together.qubits (
Optional[Sequence[int]]) – Optional, the physical qubit subsystems for the index. If None this will be set to(0, ..., N-1)for a length N index.
- Return type:
 - Returns:
 The logical basis circuit for the specified index and qubits.
Note
This returns a logical circuit on the specified number of qubits and should be remapped to the corresponding physical qubits during experiment transpilation.