You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is minor, but when clicked on an element, the listed items - basis-sets, ECPs - are in no particular order. Listing ECPs first and then basis-sets with increasing cardinality/quality would make it easier to navigate.
The text was updated successfully, but these errors were encountered:
declare -a basis=("D""T""Q""5""6")
ecp=ccECP # ECP name
ls *.${ecp}*forkin"${basis[@]}"do
ls *.cc-pV${k}*doneforkin"${basis[@]}"do
ls *.cc-pCV${k}*doneforkin"${basis[@]}"do
ls *.aug-cc-pV${k}*doneforkin"${basis[@]}"do
ls *.aug-cc-pCV${k}*done
CEPP and eCEPP nomenclature will have to be changed to be consistent.
This is minor, but when clicked on an element, the listed items - basis-sets, ECPs - are in no particular order. Listing ECPs first and then basis-sets with increasing cardinality/quality would make it easier to navigate.
The text was updated successfully, but these errors were encountered: