Home
last modified time | relevance | path

Searched refs:with_tags (Results 176 – 200 of 735) sorted by relevance

12345678910>>...30

/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Draw_types.py476 def with_tags(self, *new_tags: Hashable) -> 'cirq.Operation': member in Operation
654 def with_tags(self, *new_tags: Hashable) -> 'cirq.TaggedOperation': member in TaggedOperation
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Draw_types.py482 def with_tags(self, *new_tags: Hashable) -> 'cirq.Operation': member in Operation
660 def with_tags(self, *new_tags: Hashable) -> 'cirq.TaggedOperation': member in TaggedOperation
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Draw_types.py482 def with_tags(self, *new_tags: Hashable) -> 'cirq.Operation': member in Operation
660 def with_tags(self, *new_tags: Hashable) -> 'cirq.TaggedOperation': member in TaggedOperation
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Draw_types.py482 def with_tags(self, *new_tags: Hashable) -> 'cirq.Operation': member in Operation
660 def with_tags(self, *new_tags: Hashable) -> 'cirq.TaggedOperation': member in TaggedOperation
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Draw_types.py482 def with_tags(self, *new_tags: Hashable) -> 'cirq.Operation': member in Operation
660 def with_tags(self, *new_tags: Hashable) -> 'cirq.TaggedOperation': member in TaggedOperation
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dmerge_interactions_test.py168 c = cirq.Circuit((cirq.CZ ** 0.5)(a, b).with_tags('mytag'))
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/optimizers/
H A Dmerge_interactions_test.py168 c = cirq.Circuit((cirq.CZ ** 0.5)(a, b).with_tags('mytag'))
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dmerge_interactions_test.py168 c = cirq.Circuit((cirq.CZ ** 0.5)(a, b).with_tags('mytag'))
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/optimizers/
H A Dmerge_interactions_test.py168 c = cirq.Circuit((cirq.CZ ** 0.5)(a, b).with_tags('mytag'))
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dmerge_interactions_test.py168 c = cirq.Circuit((cirq.CZ ** 0.5)(a, b).with_tags('mytag'))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/
H A Dvmware_inventory_hostnames.rst61 with_tags: False
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/scenario_guides/vmware_scenarios/
H A Dvmware_inventory_hostnames.rst61 with_tags: False
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/scenario_guides/vmware_scenarios/
H A Dvmware_inventory_hostnames.rst61 with_tags: False
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/docs/
H A Dcommunity.vmware.vmware_vm_inventory_inventory.rst593 <b>with_tags</b>
632 with_tags: True
748 with_tags: True
777 with_tags: True
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/api/v2/
H A Dresults_test.py62 cirq.measure(q(0, 0), q(0, 1), q(0, 2), key='k', invert_mask=[False, True, True]).with_tags(
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-google/cirq_google/api/v2/
H A Dresults_test.py62 cirq.measure(q(0, 0), q(0, 1), q(0, 2), key='k', invert_mask=[False, True, True]).with_tags(
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-google/cirq_google/api/v2/
H A Dresults_test.py62 cirq.measure(q(0, 0), q(0, 1), q(0, 2), key='k', invert_mask=[False, True, True]).with_tags(
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-google/cirq_google/api/v2/
H A Dresults_test.py62 cirq.measure(q(0, 0), q(0, 1), q(0, 2), key='k', invert_mask=[False, True, True]).with_tags(
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-google/cirq_google/api/v2/
H A Dresults_test.py62 cirq.measure(q(0, 0), q(0, 1), q(0, 2), key='k', invert_mask=[False, True, True]).with_tags(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_scm.py961 if hasattr(options, 'with_tags') and options.with_tags:
1335 if not hasattr(options, 'with_tags') or not options.with_tags:
1360 if hasattr(options, 'with_tags') and options.with_tags:
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation_test.py554 op = op.with_tags('test')
797 op = op.with_tags(test_tag)
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/circuits/
H A Dcircuit_operation_test.py554 op = op.with_tags('test')
797 op = op.with_tags(test_tag)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation_test.py554 op = op.with_tags('test')
797 op = op.with_tags(test_tag)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/circuits/
H A Dcircuit_operation_test.py554 op = op.with_tags('test')
797 op = op.with_tags(test_tag)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation_test.py554 op = op.with_tags('test')
797 op = op.with_tags(test_tag)

12345678910>>...30