pygsti.tools.internalgates#
The standard unitaries and gate names, used internal compilers and short-hand model init
Functions
A dictionary converting cirq gates to built-in pyGSTi names for these gates. |
|
The unitaries for the internally defined gates. |
|
Whether a unitary is the standard gate specified by standard_gate_name. |
|
|
Whether a unitary is, up to a phase, the standard gate specified by the name standard_gate_name. |
|
The u3 1-qubit gate of QASM, returned as a unitary. |
A dictionary converting Qiskit gates (based on Instruction.name) to built-in pyGSTi names for these gates. |
|
Constructs and returns a dictionary of unitary matrices describing the action of "standard" gates. |
|
A dictionary converting the gates with standard names to CHP native operations. |
|
A dictionary converting the gates with standard names to the cirq names for these gates. |
|
A dictionary converting the gates with standard names to the QASM names for these gates. |
|
A dictionary converting the gates with standard names to the Qiskit gates/names. |
|
A dictionary converting the gates with standard names to the QUIL names for these gates. |
|
A dictionary converting the gates with standard names to stim tableus for these gates. |
|
|
Looks up and returns the standard gate name for a unitary gate matrix, if one exists. |
Classes