--- branches/development/src/io/Globals.cpp 2011/09/14 21:15:17 1629 +++ branches/development/src/io/Globals.cpp 2012/05/19 18:12:46 1714 @@ -36,7 +36,8 @@ * [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). * [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). * [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). - * [4] Vardeman & Gezelter, in progress (2009). + * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). + * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). */ #include @@ -117,9 +118,11 @@ Globals::Globals() { DefineOptionalParameterWithDefaultValue(CutoffMethod, "cutoffMethod", "SHIFTED_FORCE"); DefineOptionalParameterWithDefaultValue(ElectrostaticScreeningMethod, "electrostaticScreeningMethod", "DAMPED"); DefineOptionalParameterWithDefaultValue(Dielectric, "dielectric", 80.0); - DefineOptionalParameterWithDefaultValue(CompressDumpFile, "compressDumpFile", 0); - DefineOptionalParameterWithDefaultValue(OutputForceVector, "outputForceVector", 0); - DefineOptionalParameterWithDefaultValue(OutputParticlePotential, "outputParticlePotential", 0); + DefineOptionalParameterWithDefaultValue(CompressDumpFile, "compressDumpFile", false); + DefineOptionalParameterWithDefaultValue(OutputForceVector, "outputForceVector", false); + DefineOptionalParameterWithDefaultValue(OutputParticlePotential, "outputParticlePotential", false); + DefineOptionalParameterWithDefaultValue(OutputElectricField, "outputElectricField", false); + DefineOptionalParameterWithDefaultValue(OutputFluctuatingCharges, "outputFluctuatingCharges", false); DefineOptionalParameterWithDefaultValue(SkinThickness, "skinThickness", 1.0); DefineOptionalParameterWithDefaultValue(StatFileFormat, "statFileFormat", "TIME|TOTAL_ENERGY|POTENTIAL_ENERGY|KINETIC_ENERGY|TEMPERATURE|PRESSURE|VOLUME|CONSERVED_QUANTITY"); DefineOptionalParameterWithDefaultValue(UseSphericalBoundaryConditions, "useSphericalBoundaryConditions", false);