35 |
|
* [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). |
36 |
|
* [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). |
37 |
|
* [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). |
38 |
< |
* [4] Vardeman & Gezelter, in progress (2009). |
38 |
> |
* [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). |
39 |
> |
* [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). |
40 |
|
*/ |
41 |
|
#ifndef APPLICATIONS_STATICPROPS_NANOLENGTH_HPP |
42 |
|
#define APPLICATIONS_STATICPROPS_NANOLENGTH_HPP |
48 |
|
#include "selection/SelectionManager.hpp" |
49 |
|
#include "applications/staticProps/StaticAnalyser.hpp" |
50 |
|
|
51 |
< |
typedef std::pair<int, RealType> evIndex; |
51 |
> |
typedef std::pair<RealType, int> evIndex; |
52 |
|
|
53 |
|
namespace OpenMD { |
54 |
|
class NanoLength : public StaticAnalyser { |