Releases: epfl-theos/koopmans
koopmans v1.0.0
koopmans v1.0.0-rc.1
This is release v1.0.0-rc.1 of koopmans.
This updated version of the code changes adds the ability to perform DFPT calculations on a coarse grid (#194) and adds support for a mixing parameter for alpha when calculating the screening parameters self-consistently (#195), and removed the non-robust algebraic parsing of the input files (#187).
For a full changelog, see v1.0.0-beta.6...v1.0.0-rc.1
koopmans v1.0.0-beta.6
This is release v1.0.0-beta.6 of koopmans.
This updated version of the code changes the syntax used for the wannier90 input block. It also has a reorganised test suite using pytest local plugins (rather than the previous ad-hoc solution)
For a full changelog, see v1.0.0-beta.5...v1.0.0-beta.6
koopmans v1.0.0-beta.5
This is release v1.0.0-beta.5 of koopmans.
This updated version of the code can now predict screening parameters using machine learning. This functionality should be treated as experimental for the time being.
For a full changelog, see v1.0.0-beta.4...v1.0.0-beta.5
koopmans v1.0.0-beta.4
This is release v1.0.0-beta.4 of koopmans.
Changes include
koopmans-kcp
submodule updated tov0.1.2
(most notably this new version includes fixes toInf
/NaN
s that arise when compiling with modern gfortran with optimization)ase-koopmans
requirement updated tov0.1.1
- corrections to the package metadata
For a full changelog, see v1.0.0-beta.3...v1.0.0-beta.4
koopmans v1.0.0-beta.3
This is release v1.0.0-beta.3 of koopmans.
Changes include
- all fortran code has been split off to separate repositories and are instead included as submodules
- the python code has been tweaked for publication on PyPI (this and all subsequent releases will be available on PyPI)
- changes to the
tmpdir
behaviour - tweaks to the documentation
For a full changelog, see v1.0.0-beta.2...v1.0.0-beta.3
koopmans v1.0.0-beta.2
This is release v1.0.0-beta.2 of koopmans.
Changes include
ASE
is no longer a submodule but instead is installed viapip
- bugfix to centers and spreads in
kcp.x
with gfortran - minor tweaks to the documentation
For a full changelog, see v1.0.0-beta.1...v1.0.0-beta.2
koopmans v1.0.0-beta.1
This is release v1.0.0-beta.1 of koopmans.
Asides from some housekeeping, the only subtantial change relative to v0.7
is the automatic generation of the nr?b
keywords for kcp.x
(See #151)
For a full changelog, see v0.7...v1.0.0-beta.1
koopmans v0.7
This is release v0.7.0 of koopmans.
This is a minor release that adds several new functionalities to the code, including
- a new input file format that is more consistent with the way we instantiate
Workflow
objects within python. (Note that we do not have backwards compatibility with the old input fle format.) - workflows and calculators for calculating the dielectric tensor
ibrav
autodetection- increased test coverage
For a full changelog, see v0.6...v0.7
koopmans v0.6
This is release v0.6.0 of koopmans.
This is a minor release that adds several new functionalities to the code, including
- the ability to calculate projected densities of states
- an overhauled test suite that is more modular and robust
- more user-friendly instantiation of
Workflow
objects
in addition to several minor bugfixes.
For a full changelog, see v0.5...v0.6