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
mindquantum.algorithm.compiler.BasicCompilerRule
mindquantum.algorithm.compiler.KroneckerSeqCompiler
mindquantum.algorithm.compiler.SequentialCompiler
mindquantum.algorithm.compiler.BasicDecompose
mindquantum.algorithm.compiler.CZBasedChipCompiler
mindquantum.algorithm.compiler.CXToCZ
mindquantum.algorithm.compiler.CZToCX
mindquantum.algorithm.compiler.GateReplacer
mindquantum.algorithm.compiler.FullyNeighborCanceler
mindquantum.algorithm.compiler.SimpleNeighborCanceler
mindquantum.algorithm.compiler.compile_circuit
DAG circuit
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.FullyNeighborCanceler
查看页面源码
mindquantum.algorithm.compiler.FullyNeighborCanceler
class
mindquantum.algorithm.compiler.
FullyNeighborCanceler
[源代码]
全量线路融合规则,会融合可能的临近量子门,直到不能融合为止。