MindSpore
初级使用教程
初级使用教程
变分量子线路
量子模拟器
量子测量
量子线路高阶操作
布洛赫球
中级使用教程
中级使用教程
含噪声量子线路
噪声模拟器
比特映射
高级使用教程
高级使用教程
变分量子线路梯度计算进阶
量子神经网络初体验
含参量子线路的等价性检查
案例库
案例库
基于MindSpore Quantum的Grover搜索算法和龙算法
基于MindSpore Quantum的Shor算法
HHL 算法
量子相位估计算法
量子近似优化算法
通过量子神经网络对鸢尾花进行分类
在量子化学计算中应用量子变分求解器
量子神经网络在自然语言处理中的应用
使用量子退火启发式算法求解最大割问题
API
总览
mindquantum.dtype
mindquantum.core
mindquantum.simulator
mindquantum.framework
mindquantum.algorithm
mindquantum.algorithm.compiler
Fixed decompose rules
Universal decompose rules
Compiler rules
DAG circuit
mindquantum.algorithm.compiler.DAGCircuit
mindquantum.algorithm.compiler.DAGNode
mindquantum.algorithm.compiler.GateNode
mindquantum.algorithm.compiler.DAGQubitNode
mindquantum.algorithm.compiler.connect_two_node
mindquantum.algorithm.compiler.try_merge
mindquantum.algorithm.library
mindquantum.algorithm.nisq
mindquantum.algorithm.error_mitigation
mindquantum.algorithm.mapping
mindquantum.algorithm.qaia
mindquantum.device
mindquantum.io
mindquantum.engine
mindquantum.utils
论文复现代码
论文复现代码
RELEASE NOTES
Release Notes
安装指南
安装MindSpore Quantum
MindSpore
»
mindquantum.algorithm
»
mindquantum.algorithm.compiler
»
mindquantum.algorithm.compiler.DAGQubitNode
查看页面源码
mindquantum.algorithm.compiler.DAGQubitNode
class
mindquantum.algorithm.compiler.
DAGQubitNode
(
qubit
:
int
)
[源代码]
DAG 图中作为量子比特的节点。
参数:
qubit
(int) - 量子比特的编号。