mirror of https://github.com/QMCPACK/qmcpack.git
13 lines
282 B
Python
Executable File
13 lines
282 B
Python
Executable File
#! /usr/bin/env python3
|
|
|
|
stddev = (1./(5.*(5.-1.)) * (
|
|
(-0.45298911858-(-0.464736835668))**2 +
|
|
(-0.45481953564-(-0.464736835668))**2 +
|
|
(-0.48066105923-(-0.464736835668))**2 +
|
|
(-0.47316713469-(-0.464736835668))**2 +
|
|
(-0.46204733302-(-0.464736835668))**2
|
|
)
|
|
)**0.5
|
|
|
|
print stddev
|