nlesc-nano / auto-FOX

A library for analyzing potential energy surfaces (PESs) and using the resulting PES descriptors for constructing forcefield parameters.
GNU Lesser General Public License v3.0
9 stars 8 forks source link
chemistry forcefield forcefield-parameterization molecular-mechanics python quantum-mechanics science

.. image:: https://github.com/nlesc-nano/auto-FOX/workflows/Tests/badge.svg :target: https://github.com/nlesc-nano/auto-FOX/actions?query=workflow%3ATests+branch%3Amaster .. image:: https://readthedocs.org/projects/auto-fox/badge/?version=latest :target: https://auto-fox.readthedocs.io/en/latest/ .. image:: https://codecov.io/gh/nlesc-nano/auto-FOX/branch/master/graph/badge.svg?token=7IgHsRDVdo :target: https://codecov.io/gh/nlesc-nano/auto-FOX .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3988142.svg :target: https://doi.org/10.5281/zenodo.3988142 .. image:: https://badge.fury.io/py/Auto-FOX.svg :target: https://badge.fury.io/py/Auto-FOX

|

.. image:: https://img.shields.io/badge/python-3.8-blue.svg :target: https://docs.python.org/3.8/ .. image:: https://img.shields.io/badge/python-3.9-blue.svg :target: https://docs.python.org/3.9/ .. image:: https://img.shields.io/badge/python-3.10-blue.svg :target: https://docs.python.org/3.10/ .. image:: https://img.shields.io/badge/python-3.11-blue.svg :target: https://docs.python.org/3.11/

########################################### Automated Forcefield Optimization Extension ###########################################

Auto-FOX is a library for analyzing potential energy surfaces (PESs) and using the resulting PES descriptors for constructing forcefield parameters. Further details are provided in the documentation_.

Currently implemented

This package is a work in progress; the following functionalities are currently implemented:

Using Auto-FOX

.. code:: python

>>> from FOX import example_xyz

Installation

Anaconda environments

Installing Auto-FOX

Optional dependencies

.. _1: https://auto-fox.readthedocs.io/en/latest/3_multimolecule.html .. _2: https://auto-fox.readthedocs.io/en/latest/5_xyz_reader.html .. _3: https://auto-fox.readthedocs.io/en/latest/1_rdf.html .. _4: https://auto-fox.readthedocs.io/en/latest/2_rmsd.html#root-mean-squared-displacement .. _5: https://auto-fox.readthedocs.io/en/latest/2_rmsd.html#root-mean-squared-fluctuation .. _6: https://auto-fox.readthedocs.io/en/latest/2_rmsd.html#discerning-shell-structures .. _7: https://auto-fox.readthedocs.io/en/latest/4_monte_carlo.html .. _8: https://www.youtube.com/watch?v=hFDcoX7s6rE .. _documentation: https://auto-fox.readthedocs.io/en/latest/ .. _Miniconda: http://conda.pydata.org/miniconda.html .. _Anaconda: https://www.anaconda.com/distribution/#download-section .. _Matplotlib: https://matplotlib.org/ .. _FOX.data: https://github.com/nlesc-nano/auto-FOX/blob/master/FOX/data .. _FOX.examples: https://github.com/nlesc-nano/auto-FOX/blob/master/FOX/examples/input.py .. _DASK: https://dask.org/ .. _RDKit: https://www.rdkit.org/