初级使用教程
中级使用教程
高级使用教程
案例库
API
论文复现代码
RELEASE NOTES
安装指南
线性的量子比特拓扑结构。
n_qubits (int) - 总的比特数。
样例:
>>> from mindquantum.device import LinearQubits >>> topology = LinearQubits(5) >>> topology.is_coupled_with(0, 1) True >>> topology.is_coupled_with(0, 2) False