Skip to content

Releases: molssi-seamm/dftbplus_step

Fully added DOS and band structure

17 Aug 18:51
11a5569
Compare
Choose a tag to compare

Also

  • Fixed issues with symmetry changing during optimization cause crashes
  • Fixed incorrect printing of atom charges and spins
  • Enhance the ChooseParameters step to support using variables for the parameter dataset and subset,

Support for magnetism

25 Jul 01:22
98b2a9c
Compare
Choose a tag to compare
  • Fixed and improved handling of spin in periodic systems
  • By default now use a previous charge file or charges and spins on atoms, if available, as starting guess.
  • DOS and bandstructure extended to spin-polarized systems, and a combined graph added for DOS & bandstructure.

Corrected DOS and band structure

20 Jul 19:03
893ace3
Compare
Choose a tag to compare

The DOS and band structure needed to be shifted to place the Fermi energy at zero.

Bugfix for band structure

20 Jul 16:57
afe6527
Compare
Choose a tag to compare

Band structure sometimes had a fatal error due to charges on the structure as well as in the charge file from a previous run.

Bug fixes

23 May 14:40
ddfb614
Compare
Choose a tag to compare

What's Changed

  • Spin polarized calculations & more output by @paulsaxe in #10
  • Added control over using primitive or actual cell. by @paulsaxe in #11
  • Bug fixes: handling atoms with no charge, and printing k-mesh by @paulsaxe in #12

Full Changelog: 2022.2.25...2022.05.23

Added control over using primitive or full cell

17 Mar 02:02
9f067d5
Compare
Choose a tag to compare

While usually it is best to use the full symmetry and primitive cell, for some calculations where cancelation of error is import, e.g. defect energies, it is important to use the same cell in all the calculations. This feature allows for this.

Handle spin polarization and improved output of charges.

15 Mar 02:59
cd77ad5
Compare
Choose a tag to compare
Merge pull request #10 from paulsaxe/main

Spin polarized calculations & more output

Adding xTB parameters

25 Feb 13:50
746f341
Compare
Choose a tag to compare
Merge pull request #9 from paulsaxe/main

Adding xTB parameterizations

DOS and band structure

08 Feb 09:18
103aae4
Compare
Choose a tag to compare
  • Added handling of space group symmetry.
  • Automatically use the primitive cell when it is different from the conventional cell.
  • Calculate and graph the DOS when running the energy or optimization.
  • Added a band structure sub-step to calculate and graph the band structure. This is an initial, working version, but needs considerable enhancement.
  • To accomplish the above, restructured the code significantly and moved the actual execution of DFTB+ to the appropriate sub-steps. This is need to support e.g. band structure which requires two sequential calculations, the first to calculate the charge density and the second to get the band structure from the fixed charge density.

Updated for DFTB+ 21.2

18 Jan 20:38
81f3af5
Compare
Choose a tag to compare
  • Updated to the latest version of DFTB+ (21.2), which made large changes in how optimizations are handled.
  • Updated the structure handling to give the standard options for where to put the modified configuration and how to name it.
  • Added enhancement to calculate the electronic energy of formation, and added the reference energies to the metadata for the main 3ob and mio datasets.