pygsti.tools.internalgates.standard_gatenames_quil_conversions#
- standard_gatenames_quil_conversions()#
A dictionary converting the gates with standard names to the QUIL names for these gates.
See
standard_gatename_unitaries().Note that throughout pyGSTi the standard gatenames (e.g., ‘Gh’ for Hadamard) are not enforced to correspond to the expected unitaries. So, if the user as, say, defined ‘Gh’ to be something other than the Hadamard gate this conversion dictionary will be incorrect.
Currently there are some standard gate names with no conversion to quil.
- Return type:
dict mapping strings to strings.