:py:mod:`pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ` =================================================== .. py:module:: pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ .. autoapi-nested-parse:: Variables for working with the a model containing X(pi/4) and Z(pi/2) gates. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.processor_spec pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.target_model Attributes ~~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.description pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.gates pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.prepStrs pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.effectStrs pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.germs pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.germs_lite pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.global_fidPairs pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.pergerm_fidPairsDict pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.global_fidPairs_lite pygsti.modelpacks.legacy.std1Q_pi4_pi2_XZ.pergerm_fidPairsDict_lite .. py:data:: description :value: "'X(pi/4) and Z(pi/2) gates'" .. py:data:: gates :value: "['Gx', 'Gz']" .. py:data:: prepStrs :value: '[]' .. py:data:: effectStrs :value: '[]' .. py:data:: germs :value: '[]' .. py:data:: germs_lite :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:: global_fidPairs :value: '[(0, 3), (3, 2), (4, 0), (5, 3)]' .. py:data:: pergerm_fidPairsDict .. py:data:: global_fidPairs_lite :value: '[(0, 1), (1, 2), (4, 3), (4, 4)]' .. py:data:: pergerm_fidPairsDict_lite