mordred.MomentOfInertia module

class mordred.MomentOfInertia.MomentOfInertia(axis='X')[source]

Bases: mordred.MomentOfInertia.MomentOfInertiaBase

since = StrictVersion ('1.0')
description()[source]
axes = ('X', 'Y', 'Z')
rtype

alias of builtins.float

config
explicit_hydrogens = True
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ('axis',)
require_3D = True
require_connected = False
to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict