|
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
16 | 16 |
|
17 | 17 | <title>GOMC - GPU-Optimized Monte Carlo</title>
|
18 |
| - <meta name="description" content="GPU Optimized Monte Carlo (GOMC) is open-source software for simulating many-body molecular systems using the Metropolis Monte Carlo algorithm. Capable of running on single and multi-core architecture."> |
| 18 | + <meta name="description" content="GPU Optimized Monte Carlo (GOMC) is open-source software for simulating many-body molecular systems using the Metropolis Monte Carlo algorithm. Capable of running on single and multicore architectures."> |
19 | 19 | <meta name="keywords" content="monte carlo,gpu,adsoption,free energy,self assembly,phase equilibrium,vapor liquid,parallel computing,cuda">
|
20 | 20 | <meta name="author" content="Younes Nejahi">
|
21 | 21 | <meta name="application-name" content="GPU Optimized Monte Carlo (GOMC)">
|
|
74 | 74 | <p class="paragraphBlock">
|
75 | 75 | GOMC is open-source software for simulating molecular systems using the
|
76 | 76 | Metropolis Monte Carlo algorithm. The software has been written in
|
77 |
| - object oriented C++, and uses OpenMP and NVIDIA CUDA to allow for |
78 |
| - execution on multi-core CPU and GPU architectures. GOMC employs |
| 77 | + object-oriented C++, and uses OpenMP and NVIDIA CUDA to allow for |
| 78 | + execution on multicore CPU and GPU architectures, respectively. GOMC employs |
79 | 79 | widely-used simulation file types (PDB, PSF, CHARMM-style parameter
|
80 |
| - files) . GOMC can be used to study vapor–liquid equilibria, adsorption |
| 80 | + files). GOMC can be used to study vapor–liquid equilibria, adsorption |
81 | 81 | in porous materials, surfactant self-assembly, and condensed phase
|
82 | 82 | structure for complex molecules. To learn more about GOMC, please refer
|
83 | 83 | to our
|
84 | 84 | <a href="gettingstarted.html">documentation</a>
|
85 |
| - and recently published |
86 |
| - <a href="https://doi.org/10.1016/j.softx.2018.11.005">GOMC paper.</a> |
| 85 | + and our most recently published description of the |
| 86 | + <a href="https://doi.org/10.1016/j.softx.2020.100627">GOMC software</a>. |
87 | 87 | </p>
|
88 | 88 | </div>
|
89 | 89 |
|
|
0 commit comments