| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-02-28 | 1.3 kB | |
| v.1.5.0 source code.tar.gz | 2024-02-28 | 34.3 MB | |
| v.1.5.0 source code.zip | 2024-02-28 | 34.4 MB | |
| Totals: 3 Items | 68.7 MB | 5 | |
New
- Structural optimization at finite temperatures based on SCPH and QHA (see
RELAX_STRtag,&relax,&qha,&displace, and&strainfield for more details.) - New way to distribute anharmonic force constants to periodic images (
PERIODIC_IMAGE_CONV=1) is set to default. If you want to move back to the older convention, please setPERIODIC_IMAGE_CONV=0.
Fix
- Fix a bug in
IALGO=1for the SCPH mode
Improvement
NONANALYTIC=3(Ewald summation) is now compatible withMODE = SCPH- Computation of SCPH is accelerated
- More efficient and robust VASP XML parser (requires lxml)
What's Changed
- supply arguments which are used as global variables in functions in t… by @nim-hrkn in https://github.com/ttadano/alamode/pull/87
- structural optimization based on SCPH and QHA. by @r-masuki in https://github.com/ttadano/alamode/pull/136
- Faster mode transformation in calculating reciprocal-space IFCs. by @r-masuki in https://github.com/ttadano/alamode/pull/169
- Optimized PERIODIC_IMAGE_CONV=1 by @r-masuki in https://github.com/ttadano/alamode/pull/170
- Add tutorials by @r-masuki in https://github.com/ttadano/alamode/pull/171
Full Changelog: https://github.com/ttadano/alamode/compare/v.1.4.2...v.1.5.0