[docs]@dataclass(frozen=True)classZDirMagnetSquareArguments(ArgumentsPrototype):"""Arguments for :class:`~qurry.qurries.magnet_square_z.experiment.ZDirMagnetSquareExperiment`."""exp_name:str="exps""""The name of the experiment. Naming this experiment to recognize it when the jobs are pending to IBMQ Service. This name is also used for creating a folder to store the exports. """num_qubits:int=0"""The number of qubits."""
[docs]classZDirMagnetSquareMeasureArgs(BasicArgs,total=False):"""Input fields for :meth:`~qurry.qurries.magnet_square_z.qurry.ZDirMagnetSquare.measure` and :meth:`~qurry.qurrium.qurrium.QurriumPrototype.multiOutput`."""wave:Optional[Union[QuantumCircuit,Hashable]]"""The key or the circuit to execute."""
[docs]classZDirMagnetSquareOutputArgs(OutputArgs):"""Output arguments for :meth:`~qurry.qurries.magnet_square_z.qurry.ZDirMagnetSquare.output`."""
[docs]classZDirMagnetSquareAnalyzeArgs(AnalyzeArgs,total=False):"""The input of :meth:`~qurry.qurrium.qurrium.QurriumPrototype.multiAnalysis` and :meth:`~qurry.qurries.magnet_square_z.experiment.ZDirMagnetSquareExperiment.analyze`. The post-processing of :class:`~qurry.qurries.magnet_square_z.experiment.ZDirMagnetSquareExperiment` does not need any input. """
SHORT_NAME="qurmagsq_magnet_square_zdir""""The short name of:class:`~qurry.qurries.magnet_square_z.experiment.ZDirMagnetSquareExperiment`. """