freebsd-ports/science/ergo/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

21 lines
879 B
Plaintext

Ergo is a quantum chemistry program for large-scale self-consistent
field calculations.
Key features of the Ergo program:
* Performs electronic structure calculations using Hartree-Fock and
Kohn-Sham density functional theory.
* Written in C++.
* Uses Gaussian basis sets.
* Both core and valence electrons are included in the calculations.
* Both restricted and unrestricted models are implemented for energy
calculations.
* Implements a broad range of both pure and hybrid Kohn-Sham density
functionals.
* Employs modern linear scaling techniques like fast multipole
methods, hierarchic sparse matrix algebra, density matrix
purification, and efficient integral screening.
* Linear scaling is achieved not only in terms of CPU usage but also
memory utilization.
* The time consuming parts of the code are currently parallelized
using the shared-memory paradigm.