Revision: | 1440 |
Committed: | Thu Apr 29 14:41:48 2010 UTC (15 years, 3 months ago) by gezelter |
File size: | 586 byte(s) |
Log Message: | Adding a new correlation function to do slab-segregated g(r) calculations. This computes at g(r) for pairs while requiring the z coordinates of the two sites to be at fixed separations. The data is output in: r, z, g(r,z) |
# | Content |
---|---|
1 | Package = applications/staticProps |
2 | |
3 | Source = \ |
4 | GofAngle2.cpp \ |
5 | GofRAngle.cpp \ |
6 | GofRZ.cpp \ |
7 | GofR.cpp \ |
8 | GofZ.cpp \ |
9 | GofXyz.cpp \ |
10 | RadialDistrFunc.cpp \ |
11 | P2OrderParameter.cpp \ |
12 | SCDOrderParameter.cpp \ |
13 | DensityPlot.cpp \ |
14 | StaticPropsCmd.c \ |
15 | StaticProps.cpp \ |
16 | RhoZ.cpp \ |
17 | Hxy.cpp \ |
18 | RippleOP.cpp \ |
19 | BondOrderParameter.cpp \ |
20 | BOPofR.cpp \ |
21 | RhoR.cpp \ |
22 | BondAngleDistribution.cpp \ |
23 | pAngle.cpp \ |
24 | NanoVolume.cpp |
25 | BuiltParallelExe = 0 |
26 | |
27 | RmiSource = |
28 | |
29 | Main = StaticProps |
30 | |
31 | DEV_ROOT=../../.. |
32 | include $(DEV_ROOT)/make/Makefile |
33 |