Loading python/examples/quasimo_deuteron_qaoa.py +1 −1 Original line number Diff line number Diff line from qcor import * # Solving deuteron problem using qsim QAOA # Solving deuteron problem using QuaSiMo QAOA # Define the deuteron hamiltonian H = -2.1433 * X(0) * X(1) - 2.1433 * \ Loading Loading
python/examples/quasimo_deuteron_qaoa.py +1 −1 Original line number Diff line number Diff line from qcor import * # Solving deuteron problem using qsim QAOA # Solving deuteron problem using QuaSiMo QAOA # Define the deuteron hamiltonian H = -2.1433 * X(0) * X(1) - 2.1433 * \ Loading