mindquantum.algorithm.nisq.Ansatz7
- class mindquantum.algorithm.nisq.Ansatz7(n_qubits: int, depth: int, prefix: str = '', suffix: str = '')[source]
Ansatz 7 implement from arxiv paper.
Please refers to Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms.
- Parameters
Examples
>>> from mindquantum.algorithm.nisq import Ansatz7 >>> Ansatz7(4, 1).circuit ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┏━━━━━━━━━┓ ┏━━━━━━━━━┓ q0: ──┨ RX(p0) ┠─┨ RZ(p4) ┠─┨ RZ(p8) ┠─┨ RX(p10) ┠─┨ RZ(p14) ┠─────────────── ┗━━━━━━━━┛ ┗━━━━━━━━┛ ┗━━━━┳━━━┛ ┗━━━━━━━━━┛ ┗━━━━━━━━━┛ ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┃ ┏━━━━━━━━━┓ ┏━━━━━━━━━┓ ┏━━━━━━━━━┓ q1: ──┨ RX(p1) ┠─┨ RZ(p5) ┠──────■─────┨ RX(p11) ┠─┨ RZ(p15) ┠─┨ RZ(p18) ┠─── ┗━━━━━━━━┛ ┗━━━━━━━━┛ ┗━━━━━━━━━┛ ┗━━━━━━━━━┛ ┗━━━━┳━━━━┛ ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┏━━━━━━━━━┓ ┏━━━━━━━━━┓ ┃ q2: ──┨ RX(p2) ┠─┨ RZ(p6) ┠─┨ RZ(p9) ┠─┨ RX(p12) ┠─┨ RZ(p16) ┠──────■──────── ┗━━━━━━━━┛ ┗━━━━━━━━┛ ┗━━━━┳━━━┛ ┗━━━━━━━━━┛ ┗━━━━━━━━━┛ ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┃ ┏━━━━━━━━━┓ ┏━━━━━━━━━┓ q3: ──┨ RX(p3) ┠─┨ RZ(p7) ┠──────■─────┨ RX(p13) ┠─┨ RZ(p17) ┠─────────────── ┗━━━━━━━━┛ ┗━━━━━━━━┛ ┗━━━━━━━━━┛ ┗━━━━━━━━━┛