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

Most accurate basis set #1

Open
kimdn opened this issue Sep 3, 2022 · 1 comment
Open

Most accurate basis set #1

kimdn opened this issue Sep 3, 2022 · 1 comment

Comments

@kimdn
Copy link

kimdn commented Sep 3, 2022

Can I know which basis set is the most accurate one in nwchem_semiemp?

It appears nwchem_semiemp uses CNDO, INDO/1, MNDO, AM1, and PM3.
Since I can’t find “PM5” in semiemp code, can I assume that the most accurate one is PM3?

However,
when I specified

echo

start NCAA
title NCAA

memory total 128 gb
basis "ao basis" spherical print
  *  library PM5
end

semiemp
  mult 1
  apx PM5
  scftype rhf
end

driver
  maxiter 50
  xyz opt
end

charge 0
geometry noautoz units angstrom nocenter autosym
  load 1uao_Chignolin_MODEL_1_sc_H_to_I.pdb
end

task semiemp optimize

output.out shows

APPROXIMATE HAMILTONIAN=PM5

So PM5 is the most accurate one?

@SoumenChem
Copy link
Owner

Hi Kim,

You do not need to specify a basis set for semiempirical calculations using the SEMIEMP code. Please see the "manual.pdf" file for a sample input. I have an implementation of PM3 and AM1 in this code but it is not well-tested and these methods are not mentioned in the manual. I would not recommend using any method that is not mentioned in the manual without going through the code carefully. I developed this code to perform spectroscopic calculations on large systems using real-time INDO/S method. Please see this two papers where we have reported the code and relevant applications-

Soumen Ghosh, Jason C. Asher, Laura Gagliardi, Christopher J. Cramer, Niranjan Govind. A Semiempirical Effective Hamiltonian Based Approach for Analyzing Excited State Wave Functions and Computing Excited State Absorption Spectra Using Real-Time Dynamics. J. Chem. Phys. 2019, 150, 104103 .

Soumen Ghosh, Amity Andersen, Laura Gagliardi, Christopher J. Cramer and Niranjan Govind. Modeling Optical Spectra of Large Organic Systems using Real-Time Propagation of Semiempirical Effective Hamiltonians. J. Chem. Theory Comput. 2017, 13, 4410−4420.

Please let me know if you have any other questions.

Best,

Soumen Ghosh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants