Second release, new features and bugfixes
This is the second release for the gpaw-tools
. Many new features were added and many bug fixes were done. We are kindly asking you to help us with your issues and pull requests. We have only one rule, try to keep it simple for broad-spectrum users.
Thank you for trying and helping to `gpaw-tools to make it better.
Release notes:
- 5 different examples are added to show simply different usage cases.
- Initializing magnetic moment problem is solved.
- Version argument is added.
- GW parameters are also added to
gg.py
- Add some optical parameters to config files and
gg.py
. - Major change:
gpawsolve.py
andgg.py
are now working as commands. Config files can be used as general input files, you can put ASE Atom object plus every parameter thatgpawsolve.py
accepts. If you want, you can provide a CIF file instead of using an atom object. You can rungpawsolve.py
andgg.py
from any folder. - Optical: Refractive index, extinction index, absorption, and reflectivity calculations.
gg.py
is now opening ase gui when the user clicks the structure image.- New argument parsing scheme for better future usages.
- Very basic PW-EXX mode with HSE06 and PBE06. (Only some ground-state calculations.)
- Adding GW0 and G0W0-GW0 selector.
- Adding GW approximation to
gpawsolve.py
(only bands). - Many other small corrections.