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

Add a stop in wrong NOCI jobs #83

Closed
fsmoncadaa opened this issue Jun 19, 2024 · 0 comments
Closed

Add a stop in wrong NOCI jobs #83

fsmoncadaa opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fsmoncadaa
Copy link
Collaborator

This calculation does not indicate how to generate the different geometries for NOCI. It should not run

GEOMETRY
e-(Ar) AUG-CC-PVTZ 0.00 0.00 0.00 addParticles=-1
e-(H) NAKAI-CC-PVTZ 0.00 0.00 1.295
Ar dirac 0.00 0.00 0.00
H_1 PB4-D 0.00 0.00 1.295
END GEOMETRY

TASKS
method = "RHF"
nonOrthogonalConfigurationInteraction=.T.
END TASKS

CONTROL
integralStorage="MEMORY"
totalEnergyTolerance=1E-12
CIstatesToPrint=0
onlyFirstNOCIelements=.T.
configurationOverlapThreshold=1E-20
scfGlobalMaxIterations=1000
overlapEigenThreshold=1E-4
readCoefficients=.F.
END CONTROL

@jacharrym jacharrym added the enhancement New feature or request label Aug 30, 2024
fsmoncadaa added a commit that referenced this issue Nov 19, 2024
…ntly submitted paper.

Improved NOCI in parallel, by running several SCFs at the same time.
This involved moving away from MolecularSystem_instance and Wavefunction_instance public structures,
and removing public structures from DFT program (Grid, Functionals).
Split NonOrthogonalCI module into smaller modules.
Added two RoCI tests, and one KS test for positron-electron correlation.
Remove duplicate "getNameOfSpecie" routine.
Fixed issues #79 #83
fsmoncadaa added a commit that referenced this issue Nov 19, 2024
…ntly submitted paper.

Improved NOCI in parallel, by running several SCFs at the same time.
This involved moving away from MolecularSystem_instance and Wavefunction_instance public structures,
and removing public structures from DFT program (Grid, Functionals).
Split NonOrthogonalCI module into smaller modules.
Added two RoCI tests, and one KS test for positron-electron correlation.
Remove duplicate "getNameOfSpecie" routine.
Fixed issues #79 #83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants