Continuing work on QIR
Showing
- quantum/gate/CMakeLists.txt 3 additions, 3 deletionsquantum/gate/CMakeLists.txt
- quantum/gate/gateqir/CMakeLists.txt 1 addition, 1 deletionquantum/gate/gateqir/CMakeLists.txt
- quantum/gate/gateqir/GateFunction.cpp 27 additions, 7 deletionsquantum/gate/gateqir/GateFunction.cpp
- quantum/gate/gateqir/GateFunction.hpp 99 additions, 0 deletionsquantum/gate/gateqir/GateFunction.hpp
- quantum/gate/gateqir/GateInstruction.hpp 6 additions, 3 deletionsquantum/gate/gateqir/GateInstruction.hpp
- quantum/gate/gateqir/GateQIR.cpp 11 additions, 0 deletionsquantum/gate/gateqir/GateQIR.cpp
- quantum/gate/gateqir/GateQIR.hpp 18 additions, 5 deletionsquantum/gate/gateqir/GateQIR.hpp
- quantum/gate/gateqir/ParameterizedGateInstruction.hpp 11 additions, 13 deletionsquantum/gate/gateqir/ParameterizedGateInstruction.hpp
- quantum/gate/gateqir/instructions/CNOT.hpp 4 additions, 4 deletionsquantum/gate/gateqir/instructions/CNOT.hpp
- quantum/gate/gateqir/instructions/Hadamard.hpp 1 addition, 1 deletionquantum/gate/gateqir/instructions/Hadamard.hpp
- quantum/gate/gateqir/instructions/Rz.hpp 4 additions, 4 deletionsquantum/gate/gateqir/instructions/Rz.hpp
- quantum/gate/gateqir/tests/CNOTTester.cpp 61 additions, 0 deletionsquantum/gate/gateqir/tests/CNOTTester.cpp
- quantum/gate/gateqir/tests/GateFunctionTester.cpp 68 additions, 0 deletionsquantum/gate/gateqir/tests/GateFunctionTester.cpp
- quantum/gate/gateqir/tests/GateQIRTester.cpp 17 additions, 20 deletionsquantum/gate/gateqir/tests/GateQIRTester.cpp
- quantum/gate/gateqir/tests/HadamardTester.cpp 59 additions, 0 deletionsquantum/gate/gateqir/tests/HadamardTester.cpp
- quantum/gate/gateqir/tests/ParameterizedGateTester.cpp 55 additions, 0 deletionsquantum/gate/gateqir/tests/ParameterizedGateTester.cpp
- quantum/gate/gateqir/tests/RzTester.cpp 61 additions, 0 deletionsquantum/gate/gateqir/tests/RzTester.cpp
- quantum/qir/CMakeLists.txt 5 additions, 5 deletionsquantum/qir/CMakeLists.txt
- quantum/qir/QFunction.hpp 10 additions, 42 deletionsquantum/qir/QFunction.hpp
- quantum/qir/QIR.hpp 9 additions, 1 deletionquantum/qir/QIR.hpp
quantum/gate/gateqir/GateFunction.hpp
0 → 100644
quantum/gate/gateqir/tests/CNOTTester.cpp
0 → 100644
quantum/gate/gateqir/tests/RzTester.cpp
0 → 100644
Please register or sign in to comment