:py:mod:`pygsti.modelpacks.legacy.std2Q_XYCNOT` =============================================== .. py:module:: pygsti.modelpacks.legacy.std2Q_XYCNOT .. autoapi-nested-parse:: Variables for working with the 2-qubit model containing the gates I*X(pi/2), I*Y(pi/2), X(pi/2)*I, Y(pi/2)*I, and CNOT. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std2Q_XYCNOT.processor_spec pygsti.modelpacks.legacy.std2Q_XYCNOT.target_model Attributes ~~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std2Q_XYCNOT.description pygsti.modelpacks.legacy.std2Q_XYCNOT.gates pygsti.modelpacks.legacy.std2Q_XYCNOT.fiducials16 pygsti.modelpacks.legacy.std2Q_XYCNOT.fiducials36 pygsti.modelpacks.legacy.std2Q_XYCNOT.fiducials pygsti.modelpacks.legacy.std2Q_XYCNOT.prepStrs pygsti.modelpacks.legacy.std2Q_XYCNOT.effectStrs pygsti.modelpacks.legacy.std2Q_XYCNOT.legacy_effectStrs pygsti.modelpacks.legacy.std2Q_XYCNOT.germs pygsti.modelpacks.legacy.std2Q_XYCNOT.germs_lite pygsti.modelpacks.legacy.std2Q_XYCNOT.legacy_germs pygsti.modelpacks.legacy.std2Q_XYCNOT.legacy_gs_target pygsti.modelpacks.legacy.std2Q_XYCNOT.global_fidPairs pygsti.modelpacks.legacy.std2Q_XYCNOT.pergerm_fidPairsDict .. py:data:: description :value: "'I*X(pi/2), I*Y(pi/2), X(pi/2)*I, Y(pi/2)*I, and CNOT gates'" .. py:data:: gates :value: "['Gix', 'Giy', 'Gxi', 'Gyi', 'Gcnot']" .. py:data:: fiducials16 :value: '[]' .. py:data:: fiducials36 :value: '[]' .. py:data:: fiducials :value: '[]' .. py:data:: prepStrs :value: '[]' .. py:data:: effectStrs :value: '[]' .. py:data:: legacy_effectStrs :value: '[]' .. py:data:: germs :value: '[]' .. py:data:: germs_lite :value: '[]' .. py:data:: legacy_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:: legacy_gs_target .. py:data:: global_fidPairs :value: '[(0, 1), (0, 5), (1, 3), (2, 4), (3, 8), (5, 5), (7, 0), (9, 3), (9, 9), (9, 10), (10, 8), (12,...' .. py:data:: pergerm_fidPairsDict