:py:mod:`pygsti.modelpacks.legacy.std1Q_Cliffords` ================================================== .. py:module:: pygsti.modelpacks.legacy.std1Q_Cliffords .. autoapi-nested-parse:: Variables for working with the a model containing all 24 1-qubit Clifford gates Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std1Q_Cliffords.processor_spec pygsti.modelpacks.legacy.std1Q_Cliffords.target_model Attributes ~~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std1Q_Cliffords.description pygsti.modelpacks.legacy.std1Q_Cliffords.gates pygsti.modelpacks.legacy.std1Q_Cliffords.expressions pygsti.modelpacks.legacy.std1Q_Cliffords.clifford_compilation .. py:data:: description :value: "'The 1-qubit Clifford group'" .. py:data:: gates :value: "['Gc0', 'Gc1', 'Gc2', 'Gc3', 'Gc4', 'Gc5', 'Gc6', 'Gc7', 'Gc8', 'Gc9', 'Gc10', 'Gc11', 'Gc12',..." .. py:data:: expressions :value: "['I(Q0)', 'X(pi/2,Q0):Y(pi/2,Q0)', 'Y(-pi/2,Q0):X(-pi/2,Q0)', 'X(pi,Q0)',..." .. py:function:: processor_spec() .. py:function:: target_model(parameterization_type='full', sim_type='auto') Returns a copy of the target model in the given parameterization. Parameters ---------- parameterization_type : {"TP", "CPTP", "H+S", "S", ... } The gate and SPAM vector parameterization type. See :func:`Model.set_all_parameterizations` for all allowed values. sim_type : {"auto", "matrix", "map", "termorder:X" } The simulator type to be used for model calculations (leave as "auto" if you're not sure what this is). Returns ------- Model .. py:data:: clifford_compilation