Skip to content

Commit

Permalink
Merge pull request #533 from avcopan/dev
Browse files Browse the repository at this point in the history
Faster quick test, with separate signature check
  • Loading branch information
avcopan authored Dec 18, 2024
2 parents 976a7df + 7c9a885 commit cbb91c5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
# Test
- name: Test
run: |
pixi run pytest -n auto -v tests/
pixi run pytest -n auto -v tests/ -k "not signature"
10 changes: 5 additions & 5 deletions examples/quick/inp/models.dat
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ end kin

spc global
ene = (
lvl1 = mp2
lvl1 = dft
)
rot = (
mod = rigid
)
vib = (
mod = harm
geolvl = dft
geolvl = pm3
scale = on
)
tors = (
mod = rigid
enelvl = dft
geolvl = dft
enelvl = pm3
geolvl = pm3
)
symm = (
mod = HCO_model
geolvl = dft
geolvl = pm3
)
ts = (
tunnel = eckart
Expand Down
8 changes: 4 additions & 4 deletions examples/quick/inp/run.dat
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spc
end spc

els
spc init_geom runlvl=dft inplvl=dft
ts find_ts runlvl=dft inplvl=dft
all conf_energy runlvl=mp2 inplvl=dft
all conf_hess runlvl=dft inplvl=dft
spc init_geom runlvl=pm3 inplvl=pm3
ts find_ts runlvl=pm3 inplvl=pm3
all conf_energy runlvl=dft inplvl=pm3
all conf_hess runlvl=pm3 inplvl=pm3
end els

thermo
Expand Down
21 changes: 10 additions & 11 deletions examples/quick/inp/theory.dat
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
level dft
method = bp86
basis = def2-sv(p)
level pm3
method = pm3
orb_res = RU
program = gaussian16
mem = 16.0
nprocs = 1
mem = 20.0
nprocs = 2
end level

level mp2
method = mp2
basis = cc-pvdz
orb_res = RR
level dft
method = bp86
basis = def2-sv(p)
orb_res = RU
program = gaussian16
mem = 16.0
nprocs = 1
mem = 20.0
nprocs = 2
end level
Binary file modified tests/archive.tgz
Binary file not shown.

0 comments on commit cbb91c5

Please sign in to comment.