# # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # AT_BANNER([MoleCuilder - Analysis]) # pair correlation analysis m4_include(Analysis/PairCorrelation/testsuite-analysis-pair-correlation.at) # pair correlation analysis - range test m4_include(Analysis/PairCorrelation-RangeTest/testsuite-analysis-pair-correlation-range-test.at) # pair correlation analysis to point m4_include(Analysis/PointCorrelation/testsuite-analysis-point-correlation.at) # pair correlation analysis to surface m4_include(Analysis/SurfaceCorrelation/testsuite-analysis-surface-correlation.at) # principal axis system m4_include(Analysis/PrincipalAxisSystem/testsuite-analysis-principal-axis-system.at) # dipole angular correlation m4_include(Analysis/DipoleAngularCorrelation/testsuite-analysis-dipole-angular-correlation.at) # dipole angular correlation with periodic boundaries m4_include(Analysis/DipoleAngularCorrelation-PeriodicBoundaries/testsuite-analysis-dipole-angular-correlation-periodic-boundaries.at) # dipole correlation - empty m4_include(Analysis/DipoleCorrelation-Empty/testsuite-analysis-dipole-correlation-empty.at) # dipole correlation - discrete angles m4_include(Analysis/DipoleCorrelation-DiscreteAngles/testsuite-analysis-dipole-correlation-discrete-angles.at) # calculates cell volume m4_include([Analysis/CalculateCellVolume/testsuite-analysis-calculate-cell-volume.at]) # calculates molar mass m4_include([Analysis/CalculateMolarMass/testsuite-analysis-calculate-molar-mass.at]) # calculates bounding box m4_include([Analysis/CalculateBoundingBox/testsuite-analysis-calculate-bounding-box.at])