| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ALAMODE version 1.2.0 (2021-04-02) source code.tar.gz | 2021-04-02 | 5.7 MB | |
| ALAMODE version 1.2.0 (2021-04-02) source code.zip | 2021-04-02 | 5.7 MB | |
| ALAMODE version 1.2.0 (2021-04-02).tar.gz | 2021-04-02 | 5.7 MB | |
| ALAMODE version 1.2.0 (2021-04-02).zip | 2021-04-02 | 5.7 MB | |
| README.md | 2021-04-02 | 1.9 kB | |
| Totals: 5 Items | 22.8 MB | 0 | |
New features
- CMake installation option
FC_BASIStag (alm) for better stability of force constant symmetrizationNONCOLLINEARtag (alm) for phonon calculations with noncollinear magnetismNMAXSAVEtag (alm) that controls the maximum order of anharmonic terms to be saved in a fileLMODEL = adaptive-lasso(alm) that performs adaptive LASSOKAPPA_COHERENTtag (anphon) for computing the coherent part of thermal conductivityANIME_FRAMEStag (anphon) that controls the number of frames saved for animation outputsextract.pycan extract the dielectric tensor and Born effective charges from vasprun.xml (VASP) and ph.x outputs (Quantum ESPRESSO) by the--get bornoption.fc_virtual.cppwhich perform a virtual crystal approximation (VCA)-like interpolation of force constants
Changes
- The old tags
DFILEandFFILEare now obsolete. UseDFSETinstead. - The filename extension of
PREFIX.enet_cv is changed asPREFIX.cvset. CV_MINALPHAandCV_MAXALPHAare now set automatically (by default)- The default value of
CV_NALPHAis changed to 50 - The header part in PREFIX.evec has been modified slightly. Please be careful if you are using PREFIX.evec for further analyses.
plotband.pynow works nicely for discontinuous BZ paths.- When
BCONNECT > 0and KPMODE = 1, phonon velocities, polarization vectors, and Grüneisen parameters are also reordered before saved in files. - Support command line usage of
dfc2
Fixes
- The tetrahedron method (
ISMEAR = -1) now works correctly even when the number of momentum points along each axis is only one. (fix issue [#10]) - Fix an issue of MPI communicators when sending large messages (> 2^31-1).
- The parser for LAMMPS now can read *.lammps file that contains charge entries. (fix issue [#13])
- Fix a bug in the
ANIMEoption