文件名称:predicting-quantum-properties:通过少量测量预测量子系统中的量子性质
文件大小:132KB
文件格式:ZIP
更新时间:2024-03-28 13:30:45
C++
从很少的量测中预测量子系统的许多性质 这种开放源代码的实现方式可以预测许多属性:很少观测到的可观察物体,两点相关函数,子系统纠缠熵。 我们需要g++ ( python 3是可选的)。 在实验方面,我们需要单量子位的Pauli测量(即,每次测量都以Pauli X,Y或Z基为基础测量所有的量子位)。 在大多数量子机器中,这应该很容易获得。 可以在我们的论文中找到对此过程及其基础理论的介绍: : : 。 快速开始 # Compile the codes > g++ -std=c++0x -O3 data_acquisition_shadow.cpp -o data_acquisition_shadow > g++ -std=c++0x -O3 prediction_shadow.cpp -o prediction_shadow # Generate observables you w
【文件预览】:
predicting-quantum-properties-master
----data_acquisition_shadow.cpp(11KB)
----generate_observables.py(809B)
----measurement.txt(898KB)
----README.md(10KB)
----observables.txt(179B)
----generate_observables.cpp(960B)
----prediction_shadow.cpp(12KB)
----subsystems.txt(53B)