File: ergo_release_notes_3_8.txt

package info (click to toggle)
ergo 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 17,396 kB
  • sloc: cpp: 94,740; ansic: 17,015; sh: 7,559; makefile: 1,402; yacc: 127; lex: 110; awk: 23
file content (17 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===================================================
Ergo version 3.8 release notes, 2019-06-17
===================================================

The following changes were made compared to the previous version:

- Implemented computation of many molecular orbitals around the
  HOMO/LUMO gap during the recursive expansion. Orbitals are computed
  without matrix diagonalization. The number of computed occupied and
  unoccipied eigenvectors (orbitals) is defined by the input options
  "scf.number_of_occupied_eigenvectors" and
  "scf.number_of_unoccupied_eigenvectors". Eigenvectors are written to
  a text file and in a file with a format compatible with the Gabedit
  program.

- Bugfixes and code cleanup.