Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlhans authored Feb 15, 2024
2 parents 93cfa6f + 77ce881 commit cb3ed35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def qmc_data():
mol = qml.qchem.Molecule(symbols, geometry, basis_name="sto-3g")
trial = np.array([[1, 0], [0, 1], [0, 0], [0, 0]])
prop = chemistry_preparation(mol, geometry, trial)
dev = qml.device("lightning.qubit", wires=4)
dev = qml.device("default.qubit", wires=4)
e_hf = hartree_fock_energy(trial, prop)
return (trial, prop, dev, e_hf)

Expand Down

0 comments on commit cb3ed35

Please sign in to comment.