QPanda-2 icon indicating copy to clipboard operation
QPanda-2 copied to clipboard

QPanda 2 is an open source quantum computing framework developed by OriginQC that can be used to build, run, and optimize quantum algorithms.

Results 18 QPanda-2 issues
Sort by recently updated
recently updated
newest added

# 综述 添加对var变量的三角函数操作 # 细节与解释 在vqc里面三角函数运用的很多,所以增加该功能

# QPanda ## 基本信息 - **QPanda 版本**: - **操作系统**: ## Bug是什么? ## 复现Bug的步骤? ## 建议的解决方案 # pyQPanda ## 基本信息 python 3.8 安装 pyqpanda 3.7.13 后 import 失败,提示 `ImportError: DLL load...

bug

开发者好呀 :smiley: # 新功能的预期行为是什么? 在当前的程序中,ChemiQ::prepareInitialState 所使用的初始化 Hartree-Fock 波函数的方法是对于 n 个占据的电子,在对应的 (前) n 个量子比特中引入 X gate。这个做法的前提应该是对于每个 Fermion 产生算符,其 Pauli 表示的 X gate 或 Y gate 作用在 (前) n 个量子比特。这对于 Jordan-Wigner Transform...

enhancement

如题,在阅读[MultiControllledGateDecomposition.cpp](https://github.com/OriginQ/QPanda-2/blob/master/Core/Utilities/Tools/MultiControlGateDecomposition.cpp)源码时发现对多控门的分解有赖于某种迭代的矩阵分解算法,不知道学习相关算法有没有什么参考文献可以阅读? 刚开始学习,对相关问题理解不深,请多海涵。 盼复。

官方文档的关于HHL算法的源程序需要#include 但在安装路径下我没有看到HHL.h

# 新功能的预期行为是什么? 尝试使用 shor 分解大整数,但发现传参为 int 参数,重载了吗,建议支持高精度

enhancement

# QPanda ## 基本信息 - **QPanda 版本**: - **操作系统**:Linux ## Bug是什么? 我在按照你们的测试用例使用CloudMachine的时候一直报错 ## 复现Bug的步骤? auto machine = QCloudMachine(); machine.init("api填写自己的“, true); machine.set_qcloud_api("https://qcloud.originqc.com"); auto qlist = machine.allocateQubits(4); auto clist = machine.allocateCBits(4); auto...

bug

# QPanda ## 基本信息 - **QPanda 版本**:v2.1.16 - **操作系统**:Ubuntu 22.04LTS ## Bug是什么? Build from source, error occured like below. ''' /home/**/QPanda-2/include/Core/VirtualQuantumProcessor/GPUGates/GPUGatesWrapper.cuh(16): error: qualified name is not allowed std::shared_ptr m_norm_fun; ^...

bug

# 新功能的预期行为是什么?

enhancement

# QPanda ## 基本信息 - **QPanda 版本**: v2.1.16 - **操作系统**: Gentoo Linux ## Bug是什么? Can not compile, with both Ninja and make as cmake generator. ## 复现Bug的步骤? ```bash mkdir -p...

bug