Skip to content

v1.3.1

Compare
Choose a tag to compare
@alejandrojuria alejandrojuria released this 28 Mar 11:14
· 21 commits to master since this release

Changelog:

  • Fixed bug where the BSE matrix would be initialized to zero due to an integer overflow for big systems (dim BSE > 40k).
  • Removed unused variable HK which required the same memory as the BSE.
  • kineticEnergy method from Results now computes the band energy for each electron-hole pair before computing the total band (or kinetic) energy of the exciton.
  • Critical integer variables have been changed to uint64 so bigger systems should be accessible now with the current implementation.