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