:py:mod:`pygsti.modelpacks.legacy.std2Q_XYI1` ============================================= .. py:module:: pygsti.modelpacks.legacy.std2Q_XYI1 .. autoapi-nested-parse:: Variables for working with the a model containing Idle, X(pi/2) and Y(pi/2) gates. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std2Q_XYI1.processor_spec pygsti.modelpacks.legacy.std2Q_XYI1.target_model Attributes ~~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std2Q_XYI1.description pygsti.modelpacks.legacy.std2Q_XYI1.gates pygsti.modelpacks.legacy.std2Q_XYI1.fiducials pygsti.modelpacks.legacy.std2Q_XYI1.germs pygsti.modelpacks.legacy.std2Q_XYI1.clifford_compilation pygsti.modelpacks.legacy.std2Q_XYI1.global_fidPairs pygsti.modelpacks.legacy.std2Q_XYI1.pergerm_fidPairsDict .. py:data:: description :value: "'Idle, X(pi/2), and Y(pi/2) gates'" .. py:data:: gates :value: "['Gii', 'Gxi', 'Gyi']" .. py:data:: fiducials :value: '[]' .. py:data:: germs :value: '[]' .. 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 .. py:data:: global_fidPairs :value: '[(0, 1), (2, 0), (2, 1), (3, 3)]' .. py:data:: pergerm_fidPairsDict