-
Notifications
You must be signed in to change notification settings - Fork 1
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
updating erkale branch #106
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…luation Non orthogonal CI changes to print more information on energy contributions
…pha orbitals only! and it consists on taking the original alpha homo orbitals and adding 0.25 of lumo. What I was thinking before???
Added the external electric field potential with the fixed charges. Included the E+A species for the mixed density guess
…les. Inspired on the paper: M. Sadhukhan and F. R. Manby, “ Quantum mechanics of Drude oscillators with full Coulomb interaction,” Phys. Rev. B 94, 115106 ( 2016). 10.1103/physrevb.94.115106 but extended for molecular orbitals instead of atomic orbitals (apparently)
Added two tests for BOA and APMO.
Multipole moment changes and QDO addition
Cleaning old parts.
…ze-extensive correction. See the papers 10.1016/j.chemphys.2007.07.001 and 10.1063/5.0182498
CI merge to master
Selected Configuration Interaction (SCI) methods: - Adaptive Sampling CI (ASCI) Based on 10.1063/1.4955109 It's neccessary to implement an efficient sorting algorithm
Implementation of SCI method
bring master updates to my branch, to find why a FCI test failed
…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
Improved the plots and cubes from the output program, adding options …
…he mass from the isotope as the default value for the nuclear mass. Solves issues #31 and #100 Added the option to define "eta" (particles per orbital) directly from the input. As example, one test defining positron in closed shell. Removed the TIP4P particles and potentials from lib/databases, and now they are passed directly from the input (see these tests as examples). Added a test for the isotopes mass. Merged externalPotential and interPotential into a single module GTFpotential Now the script moves the fchk to/from the scratch. Also, when looking for the coefficients from these files, now it does not stop when it fails to find a fchk for a species, instead does a HCore guess. However, the fchks tests are still missing (related to #103)
The tests worked because I didnt remove the potential files from the lib/ folder so it read those and got the correct result
Adding options to add custom potentials and particles. Also setting t…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.