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

chem_library_h4_sto6g_0.000 #841

Merged
merged 1 commit into from
Jul 28, 2023
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
2 changes: 2 additions & 0 deletions QA/doqmtests.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ let "myexit+=$?"
let "myexit+=$?"
./runtests.mpi.unix procs $np back_to_atguess
let "myexit+=$?"
./runtests.mpi.unix procs $np chem_library_h4_sto6g_0.000
let "myexit+=$?"
# superheavy elements check
source ./qa_funcs.sh
strings -a $(get_nwchem_executable) |grep Tennessine >& /dev/null
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
start h4_sto6g_0.000


geometry units angstrom
symmetry c1
H -1.000 0.000 0.000
H 1.000 0.000 0.000
H -1.000 2.000 0.000
H 1.000 2.000 0.000
end

basis
* library sto-6g
end

scf
thresh 1.0e-8
tol2e 1.0e-9
singlet
rhf
maxiter 200
end

tce
ccsd
2eorb
2emet 13
tilesize 1
thresh 1.0d-8
end

echo
set tce:print_integrals T
set tce:qorb 4
set tce:qela 2
set tce:qelb 2

task tce energy

mcscf
active 4
actelec 4
multiplicity 1
end

task mcscf

Loading