Hello everyone,
Hopefully this isn't a silly question. I'm having a little trouble finding an answer to my questions (at bottom) in the documentation, so I figured I'd ask it here:
Background: I'm looking to create and use a basis set file based on the minimally augmented basis set developed by Zheng, Xu, and Truhlar. They are not available on BSE, so I converted from their g94 formatted files (posted to
umn.edu) to nwchem format using the BSE python script, but nwchem doesn't seem to like the output. My input file calls the basis set file by:
* geometry def and other setup *
basis "ma-svp" spherical
* library "ao basis" file /home/pi/nwchem_work/basis_sets/ma-svp.nw
end
set "ao basis" "ma-svp"
* task settings*
But I get an error:
bas_tag_lib: failed to locate basis c_ao basis in file /home/pi/nwchem_work/basis_sets/ma-svp.nw
bas_tag_lib: no such basis available 0
So my questions are:
1) Are the formats for basis sets included in input files different than the format when its a external file? Looking at the library files included in nwchem, I think the answer is 'yes'?
2) Can external files that contain basis sets also include the ECP's, or do they need to be split over two different files?
3) How can I fix the files so they are read just fine?
Attached full input file and basis set file.