Home
last modified time | relevance | path

Searched refs:with_tags (Results 126 – 150 of 735) sorted by relevance

12345678910>>...30

/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-google/cirq_google/experimental/noise_models/
H A Dnoise_models_test.py133 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
162 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-google/cirq_google/experimental/noise_models/
H A Dnoise_models_test.py133 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
162 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-google/cirq_google/experimental/noise_models/
H A Dnoise_models_test.py133 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
162 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-google/cirq_google/experimental/noise_models/
H A Dnoise_models_test.py133 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
162 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/experimental/noise_models/
H A Dnoise_models_test.py133 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
162 cirq.Moment([cirq.Z(qubits[1]).with_tags(cirq.VirtualTag())]),
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/serialization/
H A Dcircuit_serializer.py453 op = op.with_tags(PhysicalZTag())
557 op = op.with_tags(
561 op = op.with_tags(CalibrationTag(operation_proto.token_value))
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-google/cirq_google/serialization/
H A Dcircuit_serializer.py463 op = op.with_tags(PhysicalZTag())
567 op = op.with_tags(
571 op = op.with_tags(CalibrationTag(operation_proto.token_value))
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-google/cirq_google/serialization/
H A Dcircuit_serializer.py463 op = op.with_tags(PhysicalZTag())
567 op = op.with_tags(
571 op = op.with_tags(CalibrationTag(operation_proto.token_value))
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-google/cirq_google/serialization/
H A Dcircuit_serializer.py463 op = op.with_tags(PhysicalZTag())
567 op = op.with_tags(
571 op = op.with_tags(CalibrationTag(operation_proto.token_value))
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-google/cirq_google/serialization/
H A Dcircuit_serializer.py463 op = op.with_tags(PhysicalZTag())
567 op = op.with_tags(
571 op = op.with_tags(CalibrationTag(operation_proto.token_value))
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/network/v2/
H A Dtest_port.py1627 def _test_set_tags(self, with_tags=True): argument
1628 if with_tags:
1650 self._test_set_tags(with_tags=True)
1653 self._test_set_tags(with_tags=False)
1883 def _test_unset_tags(self, with_tags=True): argument
1884 if with_tags:
1906 self._test_unset_tags(with_tags=True)
1909 self._test_unset_tags(with_tags=False)
/dports/devel/ros-vcstool/vcstool-0.3.0/vcstool/commands/
H A Dexport.py25 self.with_tags = args.exact_with_tags
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_vm_inventory/playbook/
H A Dtest_options.yml205 with_tags: true
211 - name: Test 'with_tags' options
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dhelp_text.hh189 help_text &with_tags(const std::initializer_list<const char*> &tags) noexcept;
H A Dsql_commands.cc181 .with_tags({"io",}),
/dports/science/code_saturne/code_saturne-7.1.0/bin/studymanager/
H A Dcs_studymanager_study.py714 with_tags=None, without_tags=None): argument
784 if with_tags and data['tags']:
785 tagged = all(tag in data['tags'] for tag in with_tags)
786 elif not with_tags:
1017 if options.with_tags:
1018 with_tags = re.split(',', options.with_tags)
1019 self.__with_tags = [tag.strip() for tag in with_tags]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/bot_update/resources/
H A Dbot_update.py400 with_branch_heads, with_tags, revisions, break_repo_locks, argument
412 if with_tags:
1045 if options.with_tags:
1047 del options.with_tags
/dports/devel/py-python-subunit/python-subunit-1.3.0/filters/
H A Dsubunit-filter163 tag_filter = make_tag_filter(options.with_tags, options.without_tags)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/python-subunit-0.0.16/filters/
H A Dsubunit-filter151 tag_filter = make_tag_filter(options.with_tags, options.without_tags)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/devices/
H A Dnoise_model.py231 [self.qubit_noise_gate(q).with_tags(ops.VirtualTag()) for q in system_qubits]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/devices/
H A Dnoise_model.py228 [self.qubit_noise_gate(q).with_tags(ops.VirtualTag()) for q in system_qubits]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/devices/
H A Dnoise_model.py231 [self.qubit_noise_gate(q).with_tags(ops.VirtualTag()) for q in system_qubits]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/devices/
H A Dnoise_model.py231 [self.qubit_noise_gate(q).with_tags(ops.VirtualTag()) for q in system_qubits]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/devices/
H A Dnoise_model.py231 [self.qubit_noise_gate(q).with_tags(ops.VirtualTag()) for q in system_qubits]
/dports/misc/p5-OSSP-uuid/uuid-1.6.2/
H A Dconfigure.ac46 with_tags=""

12345678910>>...30