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 »
  • Overview: module code

All modules for which code is available

  • abc
  • builtins
  • mordred.ABCIndex
  • mordred.AcidBase
  • mordred.AdjacencyMatrix
  • mordred.Aromatic
  • mordred.AtomCount
  • mordred.Autocorrelation
  • mordred.BCUT
  • mordred.BalabanJ
  • mordred.BaryszMatrix
  • mordred.BertzCT
  • mordred.BondCount
  • mordred.CPSA
  • mordred.CarbonTypes
  • mordred.Chi
  • mordred.Constitutional
  • mordred.DetourMatrix
  • mordred.DistanceMatrix
  • mordred.EState
  • mordred.EccentricConnectivityIndex
  • mordred.ExtendedTopochemicalAtom
  • mordred.FragmentComplexity
  • mordred.Framework
  • mordred.GeometricalIndex
  • mordred.GravitationalIndex
  • mordred.HydrogenBond
  • mordred.InformationContent
  • mordred.KappaShapeIndex
  • mordred.Lipinski
  • mordred.McGowanVolume
  • mordred.MoRSE
  • mordred.MoeType
  • mordred.MolecularDistanceEdge
  • mordred.MolecularId
  • mordred.MomentOfInertia
  • mordred.PathCount
  • mordred.Polarizability
  • mordred.RingCount
  • mordred.RotatableBond
  • mordred.SLogP
  • mordred.TopoPSA
  • mordred.TopologicalCharge
  • mordred.TopologicalIndex
  • mordred.VdwVolumeABC
  • mordred.VertexAdjacencyInformation
  • mordred.WalkCount
  • mordred.Weight
  • mordred.WienerIndex
  • mordred.ZagrebIndex
  • mordred._base
    • mordred._base.calculator
    • mordred._base.descriptor
  • mordred.error
  • mordred.surface_area._sasa
  • mordred.tests.Dummy
  • mordred.tests.test_ABCIndex
  • mordred.tests.test_ETA
  • mordred.tests.test_SASA
  • mordred.tests.test_SLogP
  • mordred.tests.test_VEA
  • mordred.tests.test_atomic_property
  • mordred.tests.test_base
  • mordred.tests.test_by_references
  • mordred.tests.test_exceptions
  • mordred.tests.test_mordred_main
  • mordred.tests.test_parallel

© Copyright 2016, Hirotomo Moriwaki.

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