Metadata-Version: 2.4
Name: qafm
Version: 0.1a1
Summary: Quantitative AFM force models and analysis utilities
Author: Jannik Evers, Philipp Rahe
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/MolQS/qafm/
Project-URL: Documentation, https://qafm.readthedocs.io
Project-URL: Repository, https://github.com/MolQS/qafm/
Keywords: afm,atomic force microscopy,quantitative,force measurement
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: collections
Requires-Dist: math
Requires-Dist: inspect
Requires-Dist: dataclasses
Provides-Extra: plot
Requires-Dist: matplotlib; extra == "plot"
Provides-Extra: io
Requires-Dist: h5py; extra == "io"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: h5py; extra == "dev"
Dynamic: license-file

# qafm - A python package for Quantitative Atomic Force Microscopy

This package implements the mathematics for **atomic force microscopy** (AFM) operated in static and dynamic (amplitude-modulation and frequency-modulated/non-contact) modes. It follows the paper by H. Söngen _et al._, _Quantitative atomic force microscopy_, J. Phys. Condens. Matter 29, 274001 (2017) <http://dx.doi.org/10.1088/1361-648X/aa6f8b> to allow for a detailed quantitative analysis of the AFM method in the harmonic approximation. 

The package provides model force interactions and algorithms to calculate the AFM observables and implements known approaches to recover the interaction force from the measurement observables. 

See the documentation at <https://qafm.readthedocs.io> for further details. 

Licensed under the BSD-3-Clause License — see LICENSE.
