mordred
import os def get_version(): with open(os.path.join(os.path.dirname(__file__), '_version.txt')) as f: return f.read().strip() __version__ = get_version()
  • Introduction
  • mordred
  • mordred package
  • Matrix aggregating methods
  • atomic properties
  • Descriptor List
  • bibliography
mordred
  • Docs »


© Copyright 2016, Hirotomo Moriwaki.

Built with Sphinx using a theme provided by Read the Docs.