| 33 |
|
|
| 34 |
|
|
| 35 |
|
begin FluctuatingChargeAtomTypes |
| 36 |
– |
//Name chi (kcal/mol e) hardness (kcal/(mol*e^2)) slaterN slaterZeta ChargeMass (fs^2 kcal/ e^2 mol) |
| 36 |
|
//Values obtained from Rick, Stuart, and Berne J Chem Phys, 1994, 101 |
| 37 |
|
//Since they gave chi as an electronegativity difference, we will assign Oxygen's (the M site |
| 38 |
|
//actually for TIP4P) electronegativity from Rappe and Goddard III, and setting H to equal |
| 42 |
|
// SlaterZeta has units of Bohr radius |
| 43 |
|
// Fictitious ChargeMass has units of (fs / e)^2 kcal / mol (note the ps->fs difference between |
| 44 |
|
// this code and the Rick, Stuart, and Berne paper |
| 45 |
< |
H_TIP4P_FQ 133.0805 353.0 1 0.90 60.0 |
| 46 |
< |
M_TIP4P_FQ 201.5705 371.6 2 1.63 60.0 |
| 45 |
> |
//Name ChargeMass (fs^2 kcal/e^2 mol) chi (kcal/mol e) hardness (kcal/(mol*e^2)) slaterN slaterZeta |
| 46 |
> |
H_TIP4P_FQ 60.0 Hardness 133.0805 353.0 1 0.90 |
| 47 |
> |
M_TIP4P_FQ 60.0 Hardness 201.5705 371.6 2 1.63 |
| 48 |
|
end FluctuatingChargeAtomTypes |