API Reference#

The AMEP Active Matter Evaluation Package Python library is a powerful tool for analyzing data from molecular-dynamics (MD), Brownian-dynamics (BD), and continuum simulations. It comprises various methods to analyze structural and dynamical properties of condensed matter systems in general and active matter systems in particular. AMEP is exclusively built on Python, and therefore, it is easy to modify and allows to easily add user-defined methods. AMEP provides an efficient data format for saving both simulation data and analysis results based on the HDF5 file format. To be fast and usable on modern HPC (High Performance Computing) hardware, the methods are optimized to run also in parallel.)

amep.base

Base Classes

amep.cluster

Cluster Analysis

amep.continuum

Continuum Field Analysis

amep.evaluate

Trajectory Analysis

amep.functions

Functions and Fitting

amep.load

Data Loading

amep.order

Positional and Orientational Order Analysis

amep.pbc

Periodic Boundary Conditions

amep.plot

Visualization

amep.reader

Reading Simulation Data

amep.spatialcor

Spatial Correlation Functions

amep.statistics

Statistics and Distributions

amep.thermo

Thermodynamic Observables

amep.timecor

Time Correlation Functions

amep.trajectory

Trajectories

amep.utils

Utility Methods