基础介绍
深入学习
量子程序信息
编译量子程序
实用工具
组件
VQNet
量子算法基础
API Reference
Classes for tranform gate type and gate name.
#include <TranformQGateTypeStringAndEnum.h> class TransformQGateType { public: // methods static TransformQGateType& getInstance(); std::string operator [] (GateType); GateType operator [] (std::string gate_name); };