qandle.ansaetze.twolocal module
- class qandle.ansaetze.twolocal.TwoLocal(qubits: ~typing.List[int] | None = None, depth: int = 1, remapping: ~typing.Callable | None = <function tanh>, q_params=None)[source]
Bases:
UnbuiltAnsatz
The 2-local circuit as described in the Qiskit docs. It comprises alternating layers of single qubit rotations and CNOT gates. This implementation uses the
linear
entanglement map.