File: ergo_release_notes_3_8.txt

package info (click to toggle)
ergo 3.8.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 17,568 kB
  • sloc: cpp: 94,763; ansic: 17,785; sh: 10,701; makefile: 1,403; yacc: 127; lex: 116; awk: 23
file content (17 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (2)
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.