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
Fixed bugs due to recent redefinition of the solve_eigen interface. Added Mulliken population analysis functionality and exposed it to Python
Updated Doxygen to be less verbose, not to produce LaTeX and to exclude documenting external dependencies like Eigen
extended the travis build time limit
Use vector container instead of c-type arrays in model parameters
Add the autodoc generation
Exposed Fermi populations for electrons and holes
Update Readme
Fix a bug )
Exposed the merge_sort function to Python
Fixed the bug Kosuke reported about the ida function
Added a function for computing SH populations based on the states of all trajectories
Tiny bug fix
Merge branch 'master' of https://github.com/Quantum-Dynamics-Hub/libra-code
Ok, added LaTeX
Fixed a bug in I_1D and made the pw_overlaps more efficient via smaller function calls
Convert the Fermi energy as read from the QE output from the Rydberg to Ha
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...
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...
Fixed the sign in the I_1D and pw_overlaps
Added the script for the stochastic and quasi-stochastic Hamiltonian calculations in a model system (submitted manuscript)
Added README
Merge branch 'master' of https://github.com/ale...
Fixing and maintaining some of the ANN stuff......
Added some useful methods of the CMATRIX and MA...
Added a resorting algorithm that finds the perm...
Merge branch 'master' of https://github.com/ale...
Fixed indentation bug in tsh.py
Added the module for computing the ACF of time ...
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
Added C++ functions for computing the overlap m...
Modified the types of the objects produced by t...
Added or modified the examples showing how to r...
Misc changes
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...
Add a tutorial showing how to mix two force fie...
Fixed a bug in Angle_Record adding, also added ...
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
Misc files change
Special functions update
Edited all the tutorial Python files to work on...
Adjusted CMakeLists files in the sub-directorie...
Now, we'll add all the dependencies in the sour...
Polished the CMakeLists files needed for instal...
No changes
Added new functions for computing determinants ...
Made the RELEASE version to be a default build
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 ...
Merge branch 'master' of https://github.com/ale...
Fixed a minor bug with the sum of surface hoppi...
Initial commit
Added destructor for the listHamiltonian_QM cla...
Added new format for files that can be read
Added new funtionality to listHamiltonian_QM
Fixed bugs with reading true PDB format. Now yo...