Skip to content

Releases: molssi-seamm/dftbplus_step

Fix: the Docker build needed updating for changes in SEAMM

30 Jul 14:19
18227b2
Compare
Choose a tag to compare
Merge pull request #39 from molssi-seamm/dev

Fix: the Docker build needed updating for changes in SEAMM

Bugfix: initial version of dftbplus.ini

29 Jul 23:28
62929e1
Compare
Choose a tag to compare
  • The initial version of dftbplus.ini was not generated correctly if it was missing. This caused a crash when running DFTB+ the first time.

Finalized support for Docker containers

24 Apr 21:51
15ad5a1
Compare
Choose a tag to compare
  • Fixed issues and tested running in containers.
  • Add CI to make a Docker image for DFTB+
  • Fixed issue with changes in input for DFTB+: CalculateGradients has become PrintGradients it seems.

Support for running in containers and writing input only

19 Jan 00:14
4073d8c
Compare
Choose a tag to compare
  • Support for running in containers.
  • Added new property: scaled dipole.
  • Added option to write the input file and not run DFTB+

Standard structure handling and cleaned up output

10 Nov 10:58
597d93e
Compare
Choose a tag to compare
  • Switched to standard structure handling and naming, giving consistent options across SEAMM.
  • Corrected issues with the model name in the properties.
  • Generally cleaned up the output, mainly indentation.

Bugfix: Fermi level being an array caused problems

09 Nov 16:29
4e12526
Compare
Choose a tag to compare

The Fermi level in DFTB+ is a vector with 1 or 2 elements, depending whether the calculation is spin-polarized. DFTB+ can handle different Fermi levels, but it is not clear how useful this is, so for the time being not allowing such calculations and treating the Fermi level as a scalar.

Added structure to orbital and density plots

08 Nov 01:18
59fe727
Compare
Choose a tag to compare
  • The Dashboard expects 'structure.sdf' in order to display the structure with the orbital or density plots from CUBE files.

Bugfix: BandStructure and DOS

05 Mar 20:58
a989735
Compare
Choose a tag to compare

Changes in the underlying code broke the BandStructure and DOS. This fixes.

Bugfix: Issues with xTB runs and plotting orbitals

18 Feb 00:23
dd4fa72
Compare
Choose a tag to compare

xTB runs have a blank line in results.tag which caused a crash.

Bug fix: Linux issue with number of threads

17 Feb 22:43
76c2f9d
Compare
Choose a tag to compare

Fixed Linux bug with controlling number of threads.