Skip to content

Commit

Permalink
Merge pull request #996 from edoapra/hotfix/release-7-2-0
Browse files Browse the repository at this point in the history
updates from master
  • Loading branch information
nwchemgit authored Aug 14, 2024
2 parents c481d51 + a870159 commit 55fb31c
Show file tree
Hide file tree
Showing 38 changed files with 16,406 additions and 440 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
mpi_impl: openmpi
armci_network: MPI-TS
nwchem_modules: "tinyqmpw"
fc: gfortran-11
fc: gfortran-12
cc: gcc
use_libxc: 1
xcode_version: 15.3
Expand Down Expand Up @@ -309,16 +309,16 @@ jobs:
mpi_impl: openmpi
armci_network: MPI-PR
nwchem_modules: "tce"
fc: gfortran-11
cc: gcc-11
fc: gfortran-12
cc: gcc-12
xcode_version: 15.4
- os: macos-latest
experimental: true
mpi_impl: openmpi
armci_network: MPI-TS
nwchem_modules: "tinyqmpw"
fc: gfortran-11
cc: gcc-11
fc: gfortran-12
cc: gcc-12
xcode_version: 15.4
- os: macos-latest
experimental: true
Expand Down
2 changes: 2 additions & 0 deletions QA/doafewqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ fi
#
#--- localization tests
./runtests.mpi.unix procs $np localize-ibo-aa
./runtests.mpi.unix procs $np localize-ibo-allyl
./runtests.mpi.unix procs $np localize-pm-allyl
#
#--- relativity tests
./runtests.mpi.unix procs $np x2c-h2se
Expand Down
8 changes: 8 additions & 0 deletions QA/doqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ let "myexit+=$?"
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-ibo-aa
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-ibo-allyl
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-pm-allyl
let "myexit+=$?"
#
#--- range-separated functionals tests
./runtests.mpi.unix procs $np acr-camb3lyp-cdfit
Expand Down Expand Up @@ -595,6 +599,10 @@ if [[ ! -z "${BUILD_ELPA}" ]]; then
./runtests.mpi.unix procs $np siosi3_elpa
let "myexit+=$?"
fi
./runtests.mpi.unix procs $np dft_formaldehyde_mom
let "myexit+=$?"
./runtests.mpi.unix procs $np dft_boron_imom
let "myexit+=$?"
#--- if we only want quick tests get out now!
if [[ "$what" == "fast" ]]; then
echo
Expand Down
38 changes: 38 additions & 0 deletions QA/tests/dft_boron_imom/dft_boron_imom.nw
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
echo
start
# 2 2P (2px -> 3py) state of boron
# https://dx.doi.org/10.1021/acs.jctc.0c00502

geometry
symmetry c2v
B 0. 0. 0.
end

BASIS "ao basis" spherical
* library aug-cc-pvtz
END

dft
xc hfexch
mult 2
vectors input atomic output boron_ground.mos
end
task dft

dft
imom
mult 2
xc hfexch
vectors input boron_ground.mos swap alpha 8 3 output boron_imom.mos
convergence lshift 0. density 1d-9
end

task dft


dft
vectors input boron_ground.mos swap alpha 8 3 output boron_mom.mos
max_ovl
end

task dft
Loading

0 comments on commit 55fb31c

Please sign in to comment.