• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisionc013bd08587b4c7e67df1a6d1d50add1d73c0fa3 (tree)
l'heure2008-11-07 22:03:23
Auteuriselllo
Commiteriselllo

Message de Log

I am experiencing a lot of problems in using espresso 2.1 + a tabulated
interaction. This looks to be working, but I am still checking amd
testing it. It is an old configuration file of mine, which seems to do
just what I need.

Change Summary

Modification

diff -r 6fdd8eefbaa9 -r c013bd08587b C-codes/myconfig.h
--- a/C-codes/myconfig.h Tue Nov 04 18:51:01 2008 +0000
+++ b/C-codes/myconfig.h Fri Nov 07 13:03:23 2008 +0000
@@ -25,25 +25,6 @@
2525 /* general core features */
2626 /**********************************************************************/
2727
28-// #define PARTIAL_PERIODIC
29-// #define ELECTROSTATICS
30-// // #define ROTATION
31-// #define DIPOLES
32-// #define EXTERNAL_FORCES
33-// #define CONSTRAINTS
34-// #define MASS
35-// #define EXCLUSIONS
36-// #define COMFORCE
37-// #define COMFIXED
38-// #define MOLFORCES
39-// #define BOND_CONSTRAINT
40-// #define MODES
41-// #define BOND_VIRTUAL
42-// #define VIRTUAL_SITES
43-// #define ADRESS
44-
45-
46-
4728 #define PARTIAL_PERIODIC
4829 #define ELECTROSTATICS
4930 /* #define ROTATION */
@@ -57,21 +38,13 @@
5738 #define BOND_CONSTRAINT
5839 #define MODES
5940
60-
6141 /**********************************************************************/
6242 /* integrator features */
6343 /**********************************************************************/
6444
6545 #define NEMD
66- #define NPT
46+ #define NPT
6747 #define DPD
68- #define TRANS_DPD
69-
70-/*Note: Activate ONLY ONE dpd mass out of the following! */
71- #define DPD_MASS_RED
72-/* #define DPD_MASS_LIN */
73-
74-// #define LB */
7548
7649 /**********************************************************************/
7750 /* interactions */
@@ -79,55 +52,45 @@
7952
8053 #define TABULATED
8154 #define LENNARD_JONES
82- #define LENNARD_JONES_GENERIC
83- #define SMOOTH_STEP
55+ #define SMOOTH_STEP
8456 #define BMHTF_NACL
85- #define LJ_WARN_WHEN_CLOSE
57+#define LJ_WARN_WHEN_CLOSE
8658 #define MORSE
8759 #define LJCOS
8860 #define LJCOS2
89- #define LJ_ANGLE
9061 #define BUCKINGHAM
91- #define SOFT_SPHERE
92- #define INTER_DPD
93- #define INTER_RF
94- #define MOL_CUT
95-#define INTER_DPD
96- #define NO_INTRA_NB
62+ #define SOFT_SPHERE
9763
9864 /* Note: Activate ONLY ONE bonded angle potential out of the following! */
9965 /* #define BOND_ANGLE_HARMONIC */
100-#define BOND_ANGLE_COSINE
101-// #define BOND_ANGLE_COSSQUARE
102-
103-/* activate the old dihedral form. Only uncomment this if you need
104- to run old code using the previous phase definition. */
105-/* #define OLD_DIHEDRAL */
66+ #define BOND_ANGLE_COSINE
67+/* #define BOND_ANGLE_COSSQUARE */
10668
10769 /**********************************************************************/
10870 /* debugging */
10971 /**********************************************************************/
11072
111-/* #define ADDITIONAL_CHECKS */
73+/* #define ADDITIONAL_CHECKS
11274
113-/* #define COMM_DEBUG */
114-/* #define EVENT_DEBUG */
115-/* #define INTEG_DEBUG */
116-/* #define CELL_DEBUG */
117-/* #define GHOST_DEBUG */
118-/* #define LATTICE_DEBUG */
119-/* #define HALO_DEBUG */
120-/* #define GRID_DEBUG */
121-/* #define VERLET_DEBUG */
122-/* #define PARTICLE_DEBUG */
123-/* #define P3M_DEBUG */
124-/* #define EWALD_DEBUG */
125-/* #define FFT_DEBUG */
126-/* #define RANDOM_DEBUG */
127-/* #define FORCE_DEBUG */
128-/* #define THERMO_DEBUG */
129-/* #define LJ_DEBUG */
130-/* #define MORSE_DEBUG */
75+ #define COMM_DEBUG
76+ #define EVENT_DEBUG
77+#define INTEG_DEBUG
78+ #define CELL_DEBUG
79+ #define GHOST_DEBUG
80+ #define LATTICE_DEBUG
81+ #define HALO_DEBUG
82+ #define GRID_DEBUG
83+ #define VERLET_DEBUG
84+ #define PARTICLE_DEBUG
85+ #define P3M_DEBUG
86+ #define EWALD_DEBUG
87+ #define FFT_DEBUG
88+ #define RANDOM_DEBUG
89+ #define FORCE_DEBUG
90+ #define THERMO_DEBUG
91+ #define LJ_DEBUG
92+ #define MORSE_DEBUG */
93+
13194 /* #define ESR_DEBUG */
13295 /* #define ESK_DEBUG */
13396 /* #define FENE_DEBUG */
@@ -136,15 +99,10 @@
13699 /* #define STAT_DEBUG */
137100 /* #define POLY_DEBUG */
138101 /* #define MOLFORCES_DEBUG */
139-/* #define PTENSOR_DEBUG*/
140102 /* #define MEM_DEBUG */
141103 /* #define MAGGS_DEBUG */
142-/* #define LB_DEBUG */
143-/* #define VIRTUAL_SITES_DEBUG */
144104
145105 /* #define ASYNC_BARRIER */
146106
147107 /* #define MPI_CORE */
148108 /* #define FORCE_CORE */
149-
150-/* #define OLD_RW_VERSION*/