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 VEM optimization issue #1031

Merged
merged 6 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 0 additions & 6 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,6 @@ jobs:
armci_network: MPI-TS
nwchem_modules: "nwdft driver solvation mp2_grad mcscf ccsd rimp2 fcidump nwc_columbus"
fc: ifx
- os: ubuntu-22.04
experimental: true
mpi_impl: mpich
armci_network: MPI-TS
nwchem_modules: "tinyqmpw"
fc: flang-new-20
- os: ubuntu-22.04
experimental: true
mpi_impl: mpich
Expand Down
2 changes: 2 additions & 0 deletions QA/doqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,8 @@ let "myexit+=$?"
let "myexit+=$?"
./runtests.mpi.unix procs $np p2ta-vem
let "myexit+=$?"
./runtests.mpi.unix procs $np tddftvem_n2_opt
let "myexit+=$?"
if [[ "$what" != "flaky" ]]; then
echo
echo "the number of failed tests is" $myexit
Expand Down
40 changes: 40 additions & 0 deletions QA/tests/tddftvem_n2_opt/tddftvem_n2_opt.nw
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
start

echo

title "VEM TDDFT N2 1.2A B3LYP/6-31G** QA TEST"

charge 0

geometry
symmetry d2h
N 0.0 0.0 -0.6
N 0.0 0.0 0.6
end

basis spherical
N library 6-31G**
end

dft
xc b3lyp
end
driver
clear
end
cosmo
do_cosmo_vem 1
solvent dmso
end
tddft
nroots 1
algorithm 1
notriplet
target 1
civecs
grad
root 1
solve_thresh 1d-05
end
end
task tddft optimize
Loading