Metadata-Version: 2.1
Name: chem-ant
Version: 0.0.4
Summary: Select materials to output molecules similar to the target molecule with MCTS Solver and Genetic Programming.
Home-page: https://github.com/akuroiwa/chem-ant
Author: Akihiro Kuroiwa
Author-email: akuroiwa@env-reform.com
License: GNU/GPLv3+
Keywords: evolutionary algorithms,genetic programming,gp,mcts,mcts solver,cheminformatics,chemoinformatics
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: deap
Requires-Dist: global-chem-extensions
Requires-Dist: mcts
Requires-Dist: mcts-solver
Requires-Dist: rdkit-pypi
Provides-Extra: classification
Requires-Dist: chem-classification ; extra == 'classification'
Requires-Dist: transformers ; extra == 'classification'

# chem-ant

Select materials to output molecules similar to the target molecule with MCTS Solver and Genetic Programming.
This is a part of [Chess-Ant](https://github.com/akuroiwa/chess-ant) project.


