source: .gitignore@ 556157

Last change on this file since 556157 was 556157, checked in by Frederik Heber <heber@…>, 17 years ago

thermostats enumerator, necessary variables included in class config, molecule::Thermostats() and ..::Constrained
Potential()

Thermostat header definitions implemented. Can be parsed from the ESPACK config file into class config
ConstrainedPotential() calculates the transformation between two given configurations my minimsing a penalty func
tional of the distance to travel per atom. This was implemented due to Michael Griebel's talk during the MultiMat

Closing meeting in order to produce some visuals. It basically mimics a "Bain Transformation". But it is not yet
perfectly implemented.

Also, MD was corrected in VerletIntegration(). However, forces are still wrong with mpqc, as the kinetic energy increases dramatically during the MD simulation.

  • Property mode set to 100644
File size: 309 bytes
Line 
1# exclude some dirs
2build*
3bin
4tests
5
6# exclude generated html
7*html*
8
9# exclude Eclipse files
10.cdtproject
11.cproject
12.project
13.settings
14
15
16# exclude automake generated stuff
17*.in
18*.in~
19*.swp
20configure
21config
22aclocal.m4
23autom4te.cache
24missing
25INSTALL
26COPYING
27
28# exclude archives
29*.tgz
30*.tar.gz
31*.bgz
32*.tar.bz2
Note: See TracBrowser for help on using the repository browser.