Changes in README [c88cde:01a547d]
Legend:
- Unmodified
- Added
- Removed
-
README
rc88cde r01a547d 1 # Project: ParallelCarParrinello 2 # Jan Hamaekers 3 # Frederik Heber 4 # 2005 1 # Project: Molecuilder 5 2 # 6 # File: README3 # heber@ins.uni-bonn.de 7 4 8 Electronic Structure PACKage5 Molecuilder 9 6 10 Is a collection of mathematical-physical programs to calculate via various ab-initio methods 11 such as density functional theory or Hartree-Fock electronic(-magnetic) properties including 12 the molecular (Car&Parrinello) dynamics of a many electron system. Especially, the linear 13 response of the system to a external magnetic field in a perturbation approach in terms of 14 susceptibility and chemical shielding is implemented via the Density Functional Perturbation 15 Theory. It was developed mainly by Jan Hamaekers (pcp) with additional code by Frederik Heber 16 (dfpt part in pcp) and also Ralf Wildenhuis (Gauss) at the Institute for Numerical Simulation 17 at the University of Bonn[1]. 18 19 7 ... is a tool that started as a mean to edit pcp configuration files (adding/remvoing groups of atoms, measuring bond lengths and so forth) and has grown into the many-body fragmentation test base of a new method coined BOSSANOVA (Bond Order diSSection in an ANOVA (ANalysis Of VAriance) -like fashion). It spills out configuration files for each fragment and includes joining and analyzing programs, to put together the partial energies and forces of each fragment to the total energy and forces. It allows for a complete Born-Oppenheimer molecular dynamics run. 20 8 21 9 INSTALLATION NOTES 22 10 ================== 23 11 24 In general gcc or alike is needed to compile the sources, for more specific demands see the README files in the sub directory of each package part. 25 26 LINKS 27 ===== 28 [1] http://www.ins.uni-bonn.de/ 12 The following packages are needed 13 * GCC or alike 14 * GSL (GNU Scientific Library, available at http://www.gnu.org/software/gsl) 15 * Boost 1.4 or newer
Note:
See TracChangeset
for help on using the changeset viewer.