Metadata-Version: 2.1
Name: colvars-finder
Version: 0.1.0
Summary: Find collective variables (CVs) by training neural networks.
Home-page: https://github.com/zwpku/colvars-finder
Author: Wei Zhang
Author-email: wzhangpku@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/zwpku/colvars-finder/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

ColVars Finder
==============

Find collective variables (CVs) of molecular systems by training neural networks.

.. note::

   This package is under development.

Two methods are implemented by either **training autoencoder** or **computing eigenfunctions**.

Installation 
============

This package can be installed via `pip`:

.. code-block:: console

   pip install colvars-finder



