SPCE is a program that simulates the behavior of water ions in water according to the SPC/E model of water and ion solvation. This is a Monte Carlo simulation program.
-
git
-
g++
-
make
Pull code from GitHub:
$ git pull git@github.com:q10/SPCE.git
Then compile everything from inside the SPCE program folder into a binary:
$ make
Simply run the following command on terminal:
$ ./SPCE
The following program flags are allowed for a customized simulation.
- -t
-
System temperature (Kelvin)
- -n
-
Number of waters in system
- -r
-
Specify the system configuration file to import
- -w
-
Specify the name of the file to export the system configuration
- -v
-
Specify the name of the VMD file to export the system configuration
Example Usage:
$ ./SPCE -t=295.3 -n=500
-
Source hosted at GitHub.
-
Report issues on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
SPCE is licensed under the the New BSD License and may be freely redistributed under the terms specified in the LICENSE file.