class qiskit.circuit.library.PhaseGate(theta, label=None, *, duration=None, unit='dt')GitHub Bases: Gate Single-qubit rotation about the Z axis. This is a diagonal gate. It can be implemented virtually in hardware via framechanges (i.e. at zero error and duration). ...
Quantum many-body systems subjected to unitary evolution with the addition of interspersed measurements exhibit a variety of dynamical phases that do not occur under pure unitary evolution. However, these systems remain challenging to investigate on near
Here, we assume the gate set supported by Qiskit ver. 0.7 [29]. Because the number of CNOT gate operations is restricted in NISQ devices due to the error accumulation, the numbers of CNOT gates in our algorithm only those for the circuit with the largest mk are evaluated. The numbers of...
class qiskit.circuit.library.PhaseGate(theta, label=None, *, duration=None, unit='dt')GitHub Bases: Gate Single-qubit rotation about the Z axis. This is a diagonal gate. It can be implemented virtually in hardware via framechanges (i.e. at zero error and duration). ...
class qiskit.circuit.library.PhaseGate(theta, label=None)GitHub Bases: Gate Single-qubit rotation about the Z axis. This is a diagonal gate. It can be implemented virtually in hardware via framechanges (i.e. at zero error and duration). ...
classqiskit.circuit.library.CPhaseGate(theta, label=None, ctrl_state=None, *, duration=None, unit='dt', _base_label=None) GitHub Bases:ControlledGate Controlled-Phase gate. This is a diagonal and symmetric gate that induces a phase on the state of the target qubit, depending on the contro...