| 26 |
|
|
| 27 |
|
The resultant electrostatic potential is: -821667.88 kcal / mol |
| 28 |
|
|
| 29 |
< |
To obtain values for the electrostatic potential in OOPSE, we add the |
| 29 |
> |
To obtain values for the electrostatic potential in OpenMD, we add the |
| 30 |
|
ELECTROSTATIC_POTENTIAL keyword to the end of the statFileFormat: |
| 31 |
|
|
| 32 |
|
statFileFormat = "TIME|TOTAL_ENERGY|POTENTIAL_ENERGY|KINETIC_ENERGY|TEMPERATURE|PRESSURE|VOLUME|CONSERVED_QUANTITY|ELECTROSTATIC_POTENTIAL"; |
| 34 |
|
Note: Converging the Madelung energy often requires quite the use of |
| 35 |
|
very large cutoff distances (on the order of 28 Angstroms). This can |
| 36 |
|
result in extremely large neighbor lists, well beyond the size |
| 37 |
< |
normally encountered by OOPSE. If you are interested in Madelung |
| 38 |
< |
energy calculations, you may need to recompile OOPSE after making |
| 37 |
> |
normally encountered by OpenMD. If you are interested in Madelung |
| 38 |
> |
energy calculations, you may need to recompile OpenMD after making |
| 39 |
|
changes to the following parameters in |
| 40 |
|
|
| 41 |
|
src/UseTheForce/DarkSide/neighborLists.F90 : |
| 44 |
|
integer, parameter :: maxAllocations = 25 |
| 45 |
|
|
| 46 |
|
|
| 47 |
< |
This recompilation should not be required in future versions of OOPSE. |
| 47 |
> |
This recompilation should not be required in future versions of OpenMD. |