Home
last modified time | relevance | path

Searched refs:QasmArgs (Results 1 – 25 of 60) sorted by relevance

123

/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dqasm.py32 class QasmArgs(string.Formatter): class
98 def _qasm_(self, args: QasmArgs) -> Union[None, NotImplementedType, str]: argument
112 self, qubits: Tuple['cirq.Qid'], args: QasmArgs argument
121 args: Optional[QasmArgs] = None, argument
H A Dqasm_test.py53 assert cirq.qasm(ExpectsArgs(), args=cirq.QasmArgs()) == 'text'
54 assert cirq.qasm(ExpectsArgsQubits(), args=cirq.QasmArgs(), qubits=()) == 'text'
H A D__init__.py124 QasmArgs,
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/protocols/
H A Dqasm.py32 class QasmArgs(string.Formatter): class
98 def _qasm_(self, args: QasmArgs) -> Union[None, NotImplementedType, str]: argument
112 self, qubits: Tuple['cirq.Qid'], args: QasmArgs argument
121 args: Optional[QasmArgs] = None, argument
H A Dqasm_test.py53 assert cirq.qasm(ExpectsArgs(), args=cirq.QasmArgs()) == 'text'
54 assert cirq.qasm(ExpectsArgsQubits(), args=cirq.QasmArgs(), qubits=()) == 'text'
H A D__init__.py124 QasmArgs,
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dqasm.py32 class QasmArgs(string.Formatter): class
98 def _qasm_(self, args: QasmArgs) -> Union[None, NotImplementedType, str]: argument
112 self, qubits: Tuple['cirq.Qid'], args: QasmArgs argument
121 args: Optional[QasmArgs] = None, argument
H A Dqasm_test.py53 assert cirq.qasm(ExpectsArgs(), args=cirq.QasmArgs()) == 'text'
54 assert cirq.qasm(ExpectsArgsQubits(), args=cirq.QasmArgs(), qubits=()) == 'text'
H A D__init__.py124 QasmArgs,
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/protocols/
H A Dqasm.py32 class QasmArgs(string.Formatter): class
98 def _qasm_(self, args: QasmArgs) -> Union[None, NotImplementedType, str]: argument
112 self, qubits: Tuple['cirq.Qid'], args: QasmArgs argument
121 args: Optional[QasmArgs] = None, argument
H A Dqasm_test.py53 assert cirq.qasm(ExpectsArgs(), args=cirq.QasmArgs()) == 'text'
54 assert cirq.qasm(ExpectsArgsQubits(), args=cirq.QasmArgs(), qubits=()) == 'text'
H A D__init__.py126 QasmArgs,
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dqasm.py32 class QasmArgs(string.Formatter): class
98 def _qasm_(self, args: QasmArgs) -> Union[None, NotImplementedType, str]: argument
112 self, qubits: Tuple['cirq.Qid'], args: QasmArgs argument
121 args: Optional[QasmArgs] = None, argument
H A Dqasm_test.py53 assert cirq.qasm(ExpectsArgs(), args=cirq.QasmArgs()) == 'text'
54 assert cirq.qasm(ExpectsArgsQubits(), args=cirq.QasmArgs(), qubits=()) == 'text'
H A D__init__.py124 QasmArgs,
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/testing/
H A Dconsistent_qasm_test.py39 def _qasm_(self, args: cirq.QasmArgs): argument
50 def _qasm_(self, args: cirq.QasmArgs, qubits: Tuple[cirq.Qid, ...]): argument
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dconsistent_qasm_test.py39 def _qasm_(self, args: cirq.QasmArgs): argument
50 def _qasm_(self, args: cirq.QasmArgs, qubits: Tuple[cirq.Qid, ...]): argument
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/testing/
H A Dconsistent_qasm_test.py39 def _qasm_(self, args: cirq.QasmArgs): argument
50 def _qasm_(self, args: cirq.QasmArgs, qubits: Tuple[cirq.Qid, ...]): argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dconsistent_qasm_test.py39 def _qasm_(self, args: cirq.QasmArgs): argument
50 def _qasm_(self, args: cirq.QasmArgs, qubits: Tuple[cirq.Qid, ...]): argument
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dconsistent_qasm_test.py39 def _qasm_(self, args: cirq.QasmArgs): argument
50 def _qasm_(self, args: cirq.QasmArgs, qubits: Tuple[cirq.Qid, ...]): argument
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Dgate_features_test.py139 args = cirq.QasmArgs(version='2.0')
151 args = cirq.QasmArgs(
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgate_features_test.py146 args = cirq.QasmArgs(version='2.0')
158 args = cirq.QasmArgs(
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgate_features_test.py146 args = cirq.QasmArgs(version='2.0')
158 args = cirq.QasmArgs(
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgate_features_test.py146 args = cirq.QasmArgs(version='2.0')
158 args = cirq.QasmArgs(
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dgate_features_test.py146 args = cirq.QasmArgs(version='2.0')
158 args = cirq.QasmArgs(

123