Skip to content

Commit

Permalink
Simpifying the tests, will make more stringent later
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAMC committed Sep 10, 2023
1 parent ff22cc8 commit d347e12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_classical_functionals.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
mol = gto.M(atom="H 0 0 0; F 0 0 1.1")

mols = [
mol,
gto.M(atom=geometry_from_pubchem("water"), basis="def2-tzvp"),
gto.M(atom="Li 0 0 0", spin = 1, basis="def2-tzvp")
gto.M(atom="H 0 0 0; F 0 0 1.1"),
]

#### LSDA ####
Expand Down

0 comments on commit d347e12

Please sign in to comment.