量子计算机仿真器

时间:2024-03-04 00:49:57
【文件属性】:

文件名称:量子计算机仿真器

文件大小:16KB

文件格式:ZIP

更新时间:2024-03-04 00:49:57

C++

Qumulator V2 关于此存储库 这是我原始的量子计算机模拟器Qumulator(2019)的第二版。 当前计划 我目前正在编写更多头文件来实现可运行的量子计算机模拟器: 复数->矩阵->量子位->量子位集->量子逻辑门->量子算法 码 初始化 # include " Qumulator.hpp " Qubits< double> qubits ( 3 ); // 3 qubits of type double Qubits< float> qubit ( 1 ); // 1 qubit of type float 量子逻辑门 Qubits< double> qubits ( 3 ); qubits.H( 0 ); // Hadamard on first qubit qubits.X( 0 ); qubits.Y( 0 ); qubits.Z( 0 ); qubits.T


【文件预览】:
Quantum-Computer-Simulator-master
----test()
--------entanglement()
--------simulated_toffoli()
----Qumulator_old.hpp(4KB)
----LICENSE(1KB)
----README.md(3KB)
----qumulator()
--------qubits.hpp(9KB)
--------quantum_gates.hpp(2KB)
--------Qumulator.hpp(255B)
--------matrix.hpp(8KB)
--------qumulator_graphics.hpp(7KB)
--------complex.hpp(4KB)

网友评论