-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ANN functionality is revised and extended, now fully-functional * Eigen3 is removed from the codebase, build instructions are now set to use the external package * Added the libint2 support, Libra is linked to the external libint2 libraries and can use them * Added the MOLDEN-file procedures: constructing the molecular integrals using these files * Added the CP2k workflow with libint2 support * Added the xTB (in CP2k) workflow * Pickling support for various Libra classes * Simplified and generalized the multithreading calculations and made the workflows more user-friendly * Added more efficient methods for SD overlap and time-overlap calculations * Added user-friendly general NA-MD workflows, with a set of new recipes for common types of calculations * Less memory-demanding saving in the files * Fixed a memory leak in the NA-MD workflows
- Loading branch information
Showing
1,810 changed files
with
154,155 additions
and
346,559 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
conda create -n libra | ||
conda activate libra | ||
conda install -y conda-build | ||
conda install -y gcc_linux-64 | ||
conda install -y gxx_linux-64 | ||
conda install -y cmake | ||
conda install -y make | ||
conda install -y git | ||
conda install -y boost=1.73.0 | ||
conda install -y -c anaconda h5py | ||
conda install -y -c conda-forge/label/gcc7 eigen | ||
conda install -y -c psi4/label/dev libint2 | ||
conda install -y -c anaconda gmp | ||
conda install -y -c conda-forge/label/gcc7 mpfr | ||
conda install -y python=3.6 | ||
conda install -y -c psi4 psi4 | ||
conda install -y -c conda-forge matplotlib | ||
conda install -y -c rmg py3dmol | ||
conda install -y -c anaconda numpy | ||
conda install -y -c anaconda scipy | ||
conda install -y -c conda-forge/label/gcc7 imageio | ||
conda install -y -c conda-forge llvm-openmp | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.