| 36 |
|
* [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). |
| 37 |
|
* [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). |
| 38 |
|
* [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). |
| 39 |
< |
* [4] Vardeman & Gezelter, in progress (2009). |
| 39 |
> |
* [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). |
| 40 |
> |
* [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). |
| 41 |
|
*/ |
| 42 |
|
|
| 43 |
|
#include <cstdlib> |
| 72 |
|
|
| 73 |
|
int main(int argc, char *argv []) { |
| 74 |
|
|
| 74 |
– |
//register force fields |
| 75 |
– |
registerForceFields(); |
| 75 |
|
registerLattice(); |
| 76 |
|
|
| 77 |
|
gengetopt_args_info args_info; |
| 125 |
|
/* Build a lattice and get lattice points for this lattice constant */ |
| 126 |
|
vector<Vector3d> sites = nanoParticle.getSites(); |
| 127 |
|
vector<Vector3d> orientations = nanoParticle.getOrientations(); |
| 128 |
+ |
|
| 129 |
+ |
|
| 130 |
|
std::vector<int> vacancyTargets; |
| 131 |
|
vector<bool> isVacancy; |
| 132 |
|
|