Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for energies of virtual Pipek-Mezey (PM) localized orbitals #1063

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions QA/doafewqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fi
./runtests.mpi.unix procs $np localize-ibo-aa
./runtests.mpi.unix procs $np localize-ibo-allyl
./runtests.mpi.unix procs $np localize-pm-allyl
./runtests.mpi.unix procs $np localize-pm-aa
#
#--- relativity tests
./runtests.mpi.unix procs $np x2c-h2se
Expand Down
2 changes: 2 additions & 0 deletions QA/doqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ let "myexit+=$?"
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-pm-allyl
let "myexit+=$?"
./runtests.mpi.unix procs $np localize-pm-aa
let "myexit+=$?"
#
#--- range-separated functionals tests
./runtests.mpi.unix procs $np acr-camb3lyp-cdfit
Expand Down
36 changes: 36 additions & 0 deletions QA/tests/localize-pm-aa/localize-pm-aa.nw
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
echo
start testjob

memory 200 mb

geometry noautoz units angstrom
symmetry c1
C 1.9750101 -0.0359056 0.0000000
C 0.8155445 0.6290773 0.0000000
C -0.4769136 -0.0990005 0.0000000
O -0.6246729 -1.3065879 0.0000000
O -1.5290139 0.7740207 0.0000000
H 1.9795702 -1.1269710 0.0000000
H 2.9318898 0.4848390 0.0000000
H 0.7696874 1.7186370 0.0000000
H -2.3334997 0.2190058 0.0000000
end

basis "ao basis" spherical print
* library def2-SVP
end

dft
XC hfexch
direct
noio
convergence energy 1e-10
end

property
localization pm 2
end

task scf property


Loading
Loading