What is MAICoS#
MAICoS is the acronym for Molecular Analysis for Interfacial and Confined Systems. It is an object-oriented python toolkit for analysing the structure and dynamics of interfacial and confined fluids from molecular simulations. Combined with MDAnalysis, MAICoS can be used to extract density profiles, dielectric constants, structure factors, or transport properties from trajectories files, including LAMMPS, GROMACS, CHARMM or NAMD data. MAICoS is open source and is released under the GNU general public license v3.0.
MAICoS is a tool for beginners of molecular simulations with no prior Python experience. For these users MAICoS provides a descriptive command line interface. Also experienced users can use the Python API for their day to day analysis or use the provided infrastructure to build their own analysis for interfacial and confined systems.
Keep up to date with MAICoS news by following us on Twitter. If you find an issue, you can report it on Gitlab. You can also join the developer team on Discord to discuss possible improvements and usages of MAICoS.
Currently, MAICoS supports the following analysis modules:
Module Name |
Description |
---|---|
DensityPlanar |
Compute cartesian partial density profiles |
DensityCylinder |
Compute cylindrical partial densitiy profiles |
DensitySphere |
Compute spherical partial density profiles |
TemperaturePlanar |
Compute temperature profiles in a cartesian geometry |
DielectricPlanar |
Compute planar dielectric profiles |
DielectricCylinder |
Compute cylindrical dielectric profiles |
DielectricSphere |
Compute spherical dielectric profiles |
DielectricSpectrum |
Compute the linear dielectric spectrum |
Saxs |
Compute small angle X-Ray scattering intensities (SAXS) |
DiporderPlanar |
Compute planar dipolar order parameters |
DiporderCylinder |
Compute cylindrical dipolar order parameters |
DiporderSphere |
Compute spherical dipolar order parameters |
PDFPlanar |
Compute slab-wise planar 2D pair distribution functions |
PDFCylinder |
Compute cylindrical shell-wise 1D pair distribution functions |
DipoleAngle |
Compute angle timeseries of dipole moments |
KineticEnergy |
Compute the timeseries of energies |
VelocityPlanar |
Compute the velocity profile in a cartesian geometry |
VelocityCylinder |
Compute the cartesian velocity profile across a cylinder |