Mapping¶
This section is about specifying a method for mapping operators, such as the second-quantized Hamiltonian, to qubits.
Type¶
The following mappings are available
Notes¶
When SYMMETRY_CONSERVING_BRAVYI_KITAEV is selected, the following calculations are not available:
Variational calculation of spin state whose
sz_number
is other than0
for even electron number and0.5
for odd electron number.Variational calculation with orbital optimization
The use of anstaz other than HARDWARE_EFFICIENT or UCC(S)D
Variational calculation with geometry optimization calculation
References:¶
[Bra19] “Tapering off qubits to simulate fermionic Hamiltonians”, Sergey Bravyi et al., arXiv:1701.08213.
Input example¶
"mapping": {
"type": "JORDAN_WIGNER"
}