Use vector container instead of c-type arrays in model parameters
Update Readme
Fixed the sign in the I_1D and pw_overlaps
Update README.md
Add the autodoc generation
Added a function for computing SH populations based on the states of all trajectories
Added the script for the stochastic and quasi-stochastic Hamiltonian calculations in a model system (submitted manuscript)
Fixed the bug Kosuke reported about the ida function
Exposed the merge_sort function to Python
Updated Doxygen to be less verbose, not to produce LaTeX and to exclude documenting external dependencies like Eigen
Fixed a bug in I_1D and made the pw_overlaps more efficient via smaller function calls
extended the travis build time limit
Tiny bug fix
Ok, added LaTeX
Merge branch 'master' of https://github.com/Quantum-Dynamics-Hub/libra-code
Started adding stuff from ErgoSCF into Libra in a modular way. So far added new classes TimeMeter for timing, added ergo-defined numeric types and added libergoscf namespace - this is actually a very convenient concept when integrating other codes into Libra - just put their native datatypes into corresponding namespaces. Very importantly - the data types for storing atomic basis functions are now included, but in a more OOP and modular way. The tests (not yet true unittests) are added for ne...
Fixed bugs due to recent redefinition of the solve_eigen interface. Added Mulliken population analysis functionality and exposed it to Python
Updated the call of the eigensolver in the Fock to density matrix procedures. Also, updated some of the tutorials to properly use the eigensolver functions - the recently updated format
Convert the Fermi energy as read from the QE output from the Rydberg to Ha
Fix a bug )
A major modification: the underlying MATRIX and CMATRIX classes are now derived from a common template class, hence they now consistently share similar algorithms and methods. The package has also been refactores, to reduce the existing dependencies and improve the modularity, so hopefully it becomes easier to use and faster to complile or re-compile. Also, I have started putting systematic unit tests at the Python level. So far, they are available for the MATRIX and CMATRIX classes and relat...
Exposed Fermi populations for electrons and holes
Added README
Merge branch 'master' of https://github.com/ale...
Added some useful methods of the CMATRIX and MA...
Merge pull request #5 from WeiLiweili/master
Merge branch 'master' of https://github.com/ale...
Fixing and maintaining some of the ANN stuff......
Added a resorting algorithm that finds the perm...
Tutorial for calculating IR for a given MD xyz ...
Create README.md
Added the module for computing the ACF of time ...
Fixed indentation bug in tsh.py
Added a module for fitting data to several fit ...
Updated the tsh module of libra_py - added ID-A...
Added a Python-level function for reading GAMES...
Added Pm_m_n space group
Restructured the ForceField files, added some m...
Exposed copy-constructor and deep copy methods ...
Adjusted many places to comply with the newer c...
forgot to add in the previous commit
Modified the types of the objects produced by t...
Added C++ functions for computing the overlap m...
Misc changes
Added or modified the examples showing how to r...
Added push_submatrix and pop_submatrix function...
Generalized functions for reading QE files: wav...
Added the test script showing how to read QE wa...
Removed the upper_tag parameters, since it is n...
Fixed a bug in Angle_Record adding, also added ...
Add a tutorial showing how to mix two force fie...
Added new function for info extraction
Return more descriptors about a read wavefunction
Some constraints on SOC
Added an option to process spinor wavefunctions
Adding one of the latest version of the NA-MD c...
Fixed a memory management bug in wavefunction r...
Added QE_methods module to libra_py layer. The ...
Misc
No changes
Misc files change
Added new functions for computing determinants ...
Polished the CMakeLists files needed for instal...
Adjusted CMakeLists files in the sub-directorie...
Now, we'll add all the dependencies in the sour...
Edited all the tutorial Python files to work on...
Special functions update
A bug of the same type in the division operatio...
Fixed a bug in MATRIX class: summation and subt...
Added new function that computes the superposit...
Exported a function for computing FSSH hopping ...
Added destructor for the listHamiltonian_QM cla...
Added new funtionality to listHamiltonian_QM
Added new format for files that can be read
Fixed bugs with reading true PDB format. Now yo...
Precluded use of LJ_Coulomb functional (which i...
Added extensive tutorials and examples (and als...
Updated the test-tutorial Python files so make ...
Get rid of the randomness in the Electronic obj...
All the initialization functions (in Chemsystem...
Revised the context tutorial for reading QE-gen...
Fixed the unit conversion issue for system box ...
Updated the test-tutorials for Random number ge...
Fixed a bug in MATRIX: multiplication of an N x...
Updated test-tutorials for RigidBody and Utils ...
Exported is_ members of Atom, Group, and Molecu...
Added a member function to Electronic class. Th...
Added functions for accessing occupations and e...
Added more general versions of the pop_matrix a...
Added option to construct chemical systems from...
Added couple new functions to the listHamiltoni...
Added new fragment rotation function
Added diabatic grid propagator for electron-nuc...
Fixed a bug: Removed Gaussian normalization fac...
Added long-wanted functions for computing S^{1/...
Added functions for computing overlaps of the S...
Added new data type - SD (Slater Determinant) f...
Added functions (wrappers of the Eigen utilitie...
Added overloaded MO_overlap functions - to deal...
Added opportunity to export the model Hamiltoni...