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

Multiscale calculation functionality #184

Open
hklem opened this issue Jan 25, 2024 · 0 comments
Open

Multiscale calculation functionality #184

hklem opened this issue Jan 25, 2024 · 0 comments

Comments

@hklem
Copy link
Collaborator

hklem commented Jan 25, 2024

Enable multiscale calculation setups in gaussian and orca. Would require qprep arguments defining layer atoms and layer charge/mult. Code sections will depend on if program is gaussian or orca. Setting up input for gaussian oniom calculation is a bit more involved than that for orca, because gaussian will not automatically detect link atoms, unlike orca. So that information will need to be added into the gaussian input file text. https://gaussian.com/oniom/
Example gaussian ONIOM input:

ONIOM(B3LYP/6-31G(d,p):UFF) Opt

2-layer ONIOM optimization

0 1 0 1 0 1 #Charge/spin for entire molecule (real system), model system-high level & model-low
F -1.041506214819 0.000000000000 -2.126109488809 M
F -2.033681935634 -1.142892069126 -0.412218766901 M
F -2.033681935634 1.142892069126 -0.412218766901 M
C -1.299038105677 0.000000000000 -0.750000000000 M H 4
C 0.000000000000 0.000000000000 0.000000000000 H
H 0.000000000000 0.000000000000 1.100000000000 H
O 1.125833024920 0.000000000000 -0.650000000000 H

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

When branches are created from issues, their pull requests are automatically linked.

1 participant