Activity for Alexey Akimov

  • Alexey Akimov Alexey Akimov committed [ac9143]

    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

  • Alexey Akimov Alexey Akimov committed [413c03]

    Fixed bugs due to recent redefinition of the solve_eigen interface. Added Mulliken population analysis functionality and exposed it to Python

  • Alexey Akimov Alexey Akimov committed [53a07a]

    Updated Doxygen to be less verbose, not to produce LaTeX and to exclude documenting external dependencies like Eigen

  • Alexey Akimov Alexey Akimov committed [79b917]

    extended the travis build time limit

  • Alexey Akimov Alexey Akimov committed [10ffa0]

    Use vector container instead of c-type arrays in model parameters

  • Alexey Akimov Alexey Akimov committed [f48a00]

    Add the autodoc generation

  • Alexey Akimov Alexey Akimov committed [e3b203]

    Exposed Fermi populations for electrons and holes

  • Alexey Akimov Alexey Akimov committed [76c977]

    Update Readme

  • Alexey Akimov Alexey Akimov committed [2169f0]

    Fix a bug )

  • Alexey Akimov Alexey Akimov committed [80f0ec]

    Exposed the merge_sort function to Python

  • Alexey Akimov Alexey Akimov committed [99493b]

    Fixed the bug Kosuke reported about the ida function

  • Alexey Akimov Alexey Akimov committed [ce38df]

    Added a function for computing SH populations based on the states of all trajectories

  • Alexey Akimov Alexey Akimov committed [76c4bb]

    Tiny bug fix

  • Alexey Akimov Alexey Akimov committed [55dd61]

    Merge branch 'master' of https://github.com/Quantum-Dynamics-Hub/libra-code

  • Alexey Akimov Alexey Akimov committed [00a290]

    Ok, added LaTeX

  • Alexey Akimov Alexey Akimov committed [b6946a]

    Fixed a bug in I_1D and made the pw_overlaps more efficient via smaller function calls

  • Alexey Akimov Alexey Akimov committed [caf438]

    Convert the Fermi energy as read from the QE output from the Rydberg to Ha

  • Alexey Akimov Alexey Akimov committed [741443]

    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...

  • Alexey Akimov Alexey Akimov committed [e9f16d]

    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...

  • Alexey Akimov Alexey Akimov committed [a8a90b]

    Fixed the sign in the I_1D and pw_overlaps

  • Alexey Akimov Alexey Akimov committed [3ca844]

    Added the script for the stochastic and quasi-stochastic Hamiltonian calculations in a model system (submitted manuscript)

  • Alexey Akimov Alexey Akimov committed [f67291]

    Added README

  • Alexey Akimov Alexey Akimov committed [d1e308]

    Merge branch 'master' of https://github.com/ale...

  • Alexey Akimov Alexey Akimov committed [fe089b]

    Fixing and maintaining some of the ANN stuff......

  • Alexey Akimov Alexey Akimov committed [8c9d16]

    Added some useful methods of the CMATRIX and MA...

  • Alexey Akimov Alexey Akimov committed [e47ea9]

    Added a resorting algorithm that finds the perm...

  • Alexey Akimov Alexey Akimov committed [282eca]

    Merge branch 'master' of https://github.com/ale...

  • Alexey Akimov Alexey Akimov committed [198547]

    Fixed indentation bug in tsh.py

  • Alexey Akimov Alexey Akimov committed [71f665]

    Added the module for computing the ACF of time ...

  • Alexey Akimov Alexey Akimov committed [44cb9a]

    Added a module for fitting data to several fit ...

  • Alexey Akimov Alexey Akimov committed [f8ec3e]

    Updated the tsh module of libra_py - added ID-A...

  • Alexey Akimov Alexey Akimov committed [a7b143]

    Added a Python-level function for reading GAMES...

  • Alexey Akimov Alexey Akimov committed [d8d1a7]

    Added Pm_m_n space group

  • Alexey Akimov Alexey Akimov committed [bc6319]

    Restructured the ForceField files, added some m...

  • Alexey Akimov Alexey Akimov committed [0f9148]

    Exposed copy-constructor and deep copy methods ...

  • Alexey Akimov Alexey Akimov committed [b3ae44]

    Adjusted many places to comply with the newer c...

  • Alexey Akimov Alexey Akimov committed [07b1cb]

    forgot to add in the previous commit

  • Alexey Akimov Alexey Akimov committed [0244e0]

    Added C++ functions for computing the overlap m...

  • Alexey Akimov Alexey Akimov committed [2bdd16]

    Modified the types of the objects produced by t...

  • Alexey Akimov Alexey Akimov committed [320581]

    Added or modified the examples showing how to r...

  • Alexey Akimov Alexey Akimov committed [49f117]

    Misc changes

  • Alexey Akimov Alexey Akimov committed [fb77a1]

    Added push_submatrix and pop_submatrix function...

  • Alexey Akimov Alexey Akimov committed [aa0c2a]

    Generalized functions for reading QE files: wav...

  • Alexey Akimov Alexey Akimov committed [050387]

    Added the test script showing how to read QE wa...

  • Alexey Akimov Alexey Akimov committed [a4b46b]

    Removed the upper_tag parameters, since it is n...

  • Alexey Akimov Alexey Akimov committed [ab5775]

    Add a tutorial showing how to mix two force fie...

  • Alexey Akimov Alexey Akimov committed [9b920d]

    Fixed a bug in Angle_Record adding, also added ...

  • Alexey Akimov Alexey Akimov committed [5621ce]

    Added new function for info extraction

  • Alexey Akimov Alexey Akimov committed [4b0a4b]

    Return more descriptors about a read wavefunction

  • Alexey Akimov Alexey Akimov committed [b455b9]

    Some constraints on SOC

  • Alexey Akimov Alexey Akimov committed [ba2bdd]

    Added an option to process spinor wavefunctions

  • Alexey Akimov Alexey Akimov committed [f4b02f]

    Adding one of the latest version of the NA-MD c...

  • Alexey Akimov Alexey Akimov committed [87e8fa]

    Fixed a memory management bug in wavefunction r...

  • Alexey Akimov Alexey Akimov committed [9b2b24]

    Added QE_methods module to libra_py layer. The ...

  • Alexey Akimov Alexey Akimov committed [f9bde4]

    Misc

  • Alexey Akimov Alexey Akimov committed [821e16]

    Misc files change

  • Alexey Akimov Alexey Akimov committed [411fbb]

    Special functions update

  • Alexey Akimov Alexey Akimov committed [e8c9bd]

    Edited all the tutorial Python files to work on...

  • Alexey Akimov Alexey Akimov committed [26cabe]

    Adjusted CMakeLists files in the sub-directorie...

  • Alexey Akimov Alexey Akimov committed [541f27]

    Now, we'll add all the dependencies in the sour...

  • Alexey Akimov Alexey Akimov committed [6db930]

    Polished the CMakeLists files needed for instal...

  • Alexey Akimov Alexey Akimov committed [734044]

    No changes

  • Alexey Akimov Alexey Akimov committed [c1f4c8]

    Added new functions for computing determinants ...

  • Alexey Akimov Alexey Akimov committed [245618]

    Made the RELEASE version to be a default build

  • Alexey Akimov Alexey Akimov committed [04d5af]

    A bug of the same type in the division operatio...

  • Alexey Akimov Alexey Akimov committed [e4cc25]

    Fixed a bug in MATRIX class: summation and subt...

  • Alexey Akimov Alexey Akimov committed [29840a]

    Added new function that computes the superposit...

  • Alexey Akimov Alexey Akimov committed [5f047c]

    Exported a function for computing FSSH hopping ...

  • Alexey Akimov Alexey Akimov committed [5548c5]

    Merge branch 'master' of https://github.com/ale...

  • Alexey Akimov Alexey Akimov committed [6b1088]

    Fixed a minor bug with the sum of surface hoppi...

  • Alexey Akimov Alexey Akimov committed [12f52e]

    Initial commit

  • Alexey Akimov Alexey Akimov committed [b24f32]

    Added destructor for the listHamiltonian_QM cla...

  • Alexey Akimov Alexey Akimov committed [48d814]

    Added new format for files that can be read

  • Alexey Akimov Alexey Akimov committed [529b8c]

    Added new funtionality to listHamiltonian_QM

  • Alexey Akimov Alexey Akimov committed [ca1a68]

    Fixed bugs with reading true PDB format. Now yo...

1 >
MongoDB Logo MongoDB