Skip to content

Releases: molssi-seamm/dftbplus_step

Control over threads for OpenMP

17 Feb 19:49
abc23fb
Compare
Choose a tag to compare

By default DFTB+ can try to use all the cores on a larger machine, which can be inefficient for smaller systems. This changes limits DFTB+ to 1 core per 500 atoms, which seems a reasonable start. This will need more work in the future.

Documentation and bug fixes

15 Feb 16:38
8576ded
Compare
Choose a tag to compare
  • Restructured the documentation and applied the new theme.
  • Fixed crash with the plots for potentials that lack the need info for the plots. Silently ignore the plots.
  • Added standard properties.

Added property handling

20 Oct 22:13
bc157ec
Compare
Choose a tag to compare
Merge pull request #25 from molssi-seamm/dev

Added property handling.

Added spin parameters for 3ob dataset

18 Sep 20:04
0dd6c7b
Compare
Choose a tag to compare

Added the spin parameters for the 3ob parameter set from Prof. Elstner.
These were provide by Kewei Zhao on the DFTB+ mailing list, 2022-9-8.

Bugfix: Error with density and orbital plots for periodic systems

15 Sep 16:52
94f14ed
Compare
Choose a tag to compare
Merge pull request #23 from molssi-seamm/dev

Fixed bug with plotting orbitals for periodic systems

Density and orbital plots

10 Sep 00:53
72ead4a
Compare
Choose a tag to compare

Added plots for the density, spin density, and orbitals.

Added more recipes

22 Aug 15:43
3c21c81
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.8.21.1...2022.8.22

Fixed issue using Python 3.10

21 Aug 18:41
426f6e5
Compare
Choose a tag to compare

Had obsolete import that was finally phased out in 3.10. Fixed the issue!

Documentation update

21 Aug 15:54
a2ef057
Compare
Choose a tag to compare
  1. Added initial recipes (tutorials)
  2. Seem to have a weird problem with installed version not containing dos_parameters. Seeing is an update will fix!

Improved information about energy

19 Aug 14:45
aab0093
Compare
Choose a tag to compare
  • Corrected total energy to be that of the conventional cell
  • Added how many primitive cells make up the conventional cell
  • Added energy per empirical formula unit
  • Added these energies and counts to the output data, if selected.