:py:mod:`pygsti.modelpacks.legacy.std2Q_XXYYII` =============================================== .. py:module:: pygsti.modelpacks.legacy.std2Q_XXYYII .. 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 CPHASE. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std2Q_XXYYII.processor_spec pygsti.modelpacks.legacy.std2Q_XXYYII.target_model Attributes ~~~~~~~~~~ .. autoapisummary:: pygsti.modelpacks.legacy.std2Q_XXYYII.description pygsti.modelpacks.legacy.std2Q_XXYYII.gates pygsti.modelpacks.legacy.std2Q_XXYYII.fiducials16 pygsti.modelpacks.legacy.std2Q_XXYYII.fiducials36 pygsti.modelpacks.legacy.std2Q_XXYYII.fiducials pygsti.modelpacks.legacy.std2Q_XXYYII.prepStrs pygsti.modelpacks.legacy.std2Q_XXYYII.effectStrs pygsti.modelpacks.legacy.std2Q_XXYYII.germs pygsti.modelpacks.legacy.std2Q_XXYYII.germs_lite pygsti.modelpacks.legacy.std2Q_XXYYII.clifford_compilation pygsti.modelpacks.legacy.std2Q_XXYYII.global_fidPairs pygsti.modelpacks.legacy.std2Q_XXYYII.pergerm_fidPairsDict .. py:data:: description :value: "'I*I, I*X(pi/2), I*Y(pi/2), X(pi/2)*I, Y(pi/2)*I, X(pi/2)*X(pi/2), Y(pi/2)*Y(pi/2),..." .. py:data:: gates :value: "['Gii', 'Gix', 'Giy', 'Gxi', 'Gyi', 'Gxx', 'Gyy', 'Gxy', 'Gyx']" .. py:data:: fiducials16 :value: '[]' .. py:data:: fiducials36 :value: '[]' .. py:data:: fiducials :value: '[]' .. 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:: clifford_compilation .. py:data:: global_fidPairs :value: '[(0, 4), (0, 5), (1, 6), (2, 0), (2, 4), (2, 10), (3, 1), (3, 3), (3, 4), (3, 10), (4, 3), (4,...' .. py:data:: pergerm_fidPairsDict