Home
last modified time | relevance | path

Searched defs:CNOT (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/py-cirq-core/Cirq-0.13.1/benchmarks/
H A Dbench_linalg_decompositions.py24 CNOT = np.array([[1, 0, 0, 0], variable
/dports/science/py-cirq-pasqal/Cirq-0.13.1/benchmarks/
H A Dbench_linalg_decompositions.py24 CNOT = np.array([[1, 0, 0, 0], variable
/dports/science/py-cirq-google/Cirq-0.13.0/benchmarks/
H A Dbench_linalg_decompositions.py24 CNOT = np.array([[1, 0, 0, 0], variable
/dports/science/py-cirq-ionq/Cirq-0.13.1/benchmarks/
H A Dbench_linalg_decompositions.py24 CNOT = np.array([[1, 0, 0, 0], variable
/dports/science/py-cirq-aqt/Cirq-0.12.0/benchmarks/
H A Dbench_linalg_decompositions.py24 CNOT = np.array([[1, 0, 0, 0], variable
/dports/science/libquantum/libquantum-1.1.1/
H A Dobjcode.h36 CNOT = 0x01, enumerator
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Dpauli_interaction_gate.py47 CNOT = None # type: PauliInteractionGate variable in PauliInteractionGate
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dpauli_interaction_gate.py45 CNOT = None # type: PauliInteractionGate variable in PauliInteractionGate
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dpauli_interaction_gate.py45 CNOT = None # type: PauliInteractionGate variable in PauliInteractionGate
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dpauli_interaction_gate.py45 CNOT = None # type: PauliInteractionGate variable in PauliInteractionGate
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dpauli_interaction_gate.py45 CNOT = None # type: PauliInteractionGate variable in PauliInteractionGate
/dports/math/vampire/vampire-4.5.1/Shell/
H A DTheoryFinder.hpp126 CNOT, enumerator
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/linalg/
H A Ddiagonalize_test.py28 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
H A Ddecompositions_test.py32 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Ddiagonalize_test.py28 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
H A Ddecompositions_test.py32 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Ddiagonalize_test.py28 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
H A Ddecompositions_test.py32 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/linalg/
H A Ddiagonalize_test.py28 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
H A Ddecompositions_test.py32 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Ddiagonalize_test.py28 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
H A Ddecompositions_test.py32 CNOT = np.array([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0]]) variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/TextAPI/
H A DArchitectureSet.cpp1 //===- ArchitectureSet.cpp ------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // Implements the architecture set.
10 //
[all …]
/dports/misc/quantum++/qpp-3.0/include/classes/
H A Dgates.hpp55 cmat CNOT{cmat::Identity(4, 4)}; ///< Controlled-NOT control target gate member in qpp::Gates
H A Dreversible.hpp491 Bit_circuit& CNOT(idx ctrl, idx target) { in CNOT() function in qpp::Bit_circuit

12