mindquantum.algorithm.nisq.Ansatz14
- class mindquantum.algorithm.nisq.Ansatz14(n_qubits: int, depth: int, prefix: str = '', suffix: str = '')[source]
Ansatz 14 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 Ansatz14 >>> Ansatz14(4, 1).circuit ┏━━━━━━━━┓ ┏━━━━━━━━┓ ┏━━━━━━━━┓ q0: ──┨ RY(p0) ┠─┨ RX(p4) ┠────────────────────────────■─────┨ RY(p8) ┠──────────────↯─ ┗━━━━━━━━┛ ┗━━━━┳━━━┛ ┃ ┗━━━━━━━━┛ ┏━━━━━━━━┓ ┃ ┏━━━━┻━━━┓ ┏━━━━━━━━┓ q1: ──┨ RY(p1) ┠──────╂─────────────────────■─────┨ RX(p7) ┠─┨ RY(p9) ┠──────────────↯─ ┗━━━━━━━━┛ ┃ ┃ ┗━━━━━━━━┛ ┗━━━━━━━━┛ ┏━━━━━━━━┓ ┃ ┏━━━━┻━━━┓ ┏━━━━━━━━━┓ ┏━━━━━━━━━┓ q2: ──┨ RY(p2) ┠──────╂──────────■─────┨ RX(p6) ┠────────────┨ RY(p10) ┠─┨ RX(p12) ┠─↯─ ┗━━━━━━━━┛ ┃ ┃ ┗━━━━━━━━┛ ┗━━━━━━━━━┛ ┗━━━━┳━━━━┛ ┏━━━━━━━━┓ ┃ ┏━━━━┻━━━┓ ┏━━━━━━━━━┓ ┃ q3: ──┨ RY(p3) ┠──────■─────┨ RX(p5) ┠───────────────────────┨ RY(p11) ┠──────■──────↯─ ┗━━━━━━━━┛ ┗━━━━━━━━┛ ┗━━━━━━━━━┛ ┏━━━━━━━━━┓ q0: ───────■──────┨ RX(p14) ┠─────────────── ┃ ┗━━━━┳━━━━┛ ┃ ┃ ┏━━━━━━━━━┓ q1: ───────╂───────────■──────┨ RX(p15) ┠─── ┃ ┗━━━━┳━━━━┛ ┃ ┃ q2: ───────╂───────────────────────■──────── ┃ ┏━━━━┻━━━━┓ q3: ──┨ RX(p13) ┠─────────────────────────── ┗━━━━━━━━━┛