Package schrodinger :: Package infra :: Module mm
[hide private]
[frames] | no frames]

Module mm

Python-level wrappers for the SWIG-wrapped C and C++ functions.

This module exists to make use of pymmlibs a bit easier and provides access to all functions and constants present in that module.

It adds a layer of automatic error checking to the SWIG wrapped mmlib functions. Instead of returning function return values to the user, the values are checked for indication of failure. If a failure occurs, an MmException is raised. (The underlying return code can be accessed as the 'rc' attribute of an MmException.) If a failure does not occur, the caller will not see the mmlib function return value at all.

To access the mmlibs functions in their "pure" form (i.e. the basic SWIG wrapped functions without automatic error checking) use the pymmlibs module, which can be imported with 'import pymmlibs'.

To call mmlibs functions from python, use input arguments of the appropriate type. Output arguments will be returned as function return values. In the event that there are multiple output arguments, a tuple of these values will be returned. (If you are using functions from the pymmlibs module, the first value in your return tuple will always be the return value of the C function.)

Some mmlibs debugging and profiling niceties are provided through this module. For debugging python calls to mmlibs, you can set SCHRODINGER_PYTHON_MMLIBS_TRACE to any non-null value to get a debug-level logger that prints every call to a wrapped mmlibs function. For assistance in profiling, set SCHRODINGER_PYTHON_CPROFILE to a non-null value. This will set up an additional wrapper with a unique name for each mmlib function so they can be attributed in profiles run via the cProfile module. Without SCHRODINGER_PYTHON_CPROFILE, all mmlibs calls will be attributed to the _Wrapper.__call__ method.

Functions [hide private]
 
set_globals()
Variables [hide private]
  SCHRODINGER = '/scr/buildbot/savedbuilds/2017-2/NB/build-142'
  Null = object()
  _failure = {'MmaslLigandPref_Instance': Null, 'find_ligand_ato...
  mm_return_code_lists = [['LIGPREP3_FAILURE', 'LIGPREP3_SUCCESS...
  return_codes = mmcheck.generate_return_code_dict(pymmlibs.__di...
  _non_mm_functions = set(['DistanceCell_swigregister', 'LigandP...
  error_handler = -1
  ADME_HERG = 99
  ADME_P450 = 98
  ADME_PERM = 97
  ANGSTROMS_PER_BOHR = 0.529177249
  AUTOQSAR_MAIN = 111
  BASNAMLEN = 32
  BIOLUMINATE_MAIN = 91
  BIOLUMINATE_PEPTIDE_DESC = 106
  BIOLUMINATE_PROTEIN_DOCKING = 93
  BIOLUMINATE_SHARED = 92
  BUFF_SIZE = 2000
  CANVAS = 0
hash(x)
  CANVAS_ELEMENTS = 77
  CANVAS_FULL = 75
  CANVAS_MAIN = 74
  CANVAS_SHARED = 76
  CGCOREHOP_PC_COREINDEX = 'i_glide_cgch_coreindex'
  CGCOREHOP_PC_CORETITLE = 's_glide_cgch_core'
  CGCOREHOP_PC_GEOMDEV = 'r_glide_cgch_geom'
  CGCOREHOP_PC_NMATCH = 'i_glide_cgch_nmatch'
  COMBIGLIDE = 1
  COMBIGLIDE_CORE_HOPPING = 80
  COMBIGLIDE_MAIN = 64
  DESMOND = 2
  DESMOND_ACADEMIC = 100
  DESMOND_MAIN = 67
  DESMOND_WATERMAP = 68
  EPIK = 3
hash(x)
  EPIK_MAIN = 62
  FALSE = 0
hash(x)
  FEP_CPU = 102
  FEP_GPGPU = 103
  FEP_OPLS = 114
  FFLD_OPLS2011 = 87
  FFLD_OPLS2011_PRINT = 88
  FFLD_OPLS_MAIN = 113
  FFLD_OPLS_PRINT = 90
  GLIDECONS_ACCEP = 3
hash(x)
  GLIDECONS_DONOR = 2
  GLIDECONS_INVALID = 4
  GLIDECONS_METAL = 5
  GLIDECONS_METAL_COORD = 8
  GLIDECONS_NOE = 7
  GLIDECONS_PHOB = 1
  GLIDECONS_POSIT = 6
  GLIDE_ATOM_COULSCALE = 'r_glide_atom_coulscale'
  GLIDE_ATOM_VDWSCALE = 'r_glide_atom_vdwscale'
  GLIDE_AUTO_CORE_SNAP_RMSD_CUTOFF = 0.75
  GLIDE_COMBIGLIDE = 25
  GLIDE_CORE_HOPPING = 78
  GLIDE_CORE_POS_MAX_RMSD_NO_SNAP_DEFAULT = 1.0
  GLIDE_CORE_RESTRAIN_ATOMLIST_DEFAULT = 1
  GLIDE_CORE_RESTRAIN_DEFAULT = 0
hash(x)
  GLIDE_DOCK_SCORE = 'r_i_docking_score'
  GLIDE_ELEMENTS = 27
  GLIDE_EPIK_PENAL = 'r_epik_State_Penalty'
  GLIDE_FLEXCONFL_ATOM1 = 'i_m_confl_atom1'
  GLIDE_FLEXCONFL_ATOM2 = 'i_m_confl_atom2'
  GLIDE_FLEXPOS = 'm_flexpos'
  GLIDE_FLEXPOS_ATOM = 'i_m_flexpos_atom'
  GLIDE_FLEXPOS_POSINDEX = 'i_m_flexpos_posindex'
  GLIDE_FLEXR_ALTX1 = 'r_glide_flexr_altx1'
  GLIDE_FLEXR_ALTX2 = 'r_glide_flexr_altx2'
  GLIDE_FLEXR_ALTX3 = 'r_glide_flexr_altx3'
  GLIDE_FLEXR_ALTY1 = 'r_glide_flexr_alty1'
  GLIDE_FLEXR_ALTY2 = 'r_glide_flexr_alty2'
  GLIDE_FLEXR_ALTY3 = 'r_glide_flexr_alty3'
  GLIDE_FLEXR_ALTZ1 = 'r_glide_flexr_altz1'
  GLIDE_FLEXR_ALTZ2 = 'r_glide_flexr_altz2'
  GLIDE_FLEXR_ALTZ3 = 'r_glide_flexr_altz3'
  GLIDE_FLEXR_MAXALTPOS = 'i_glide_flexr_maxaltpos'
  GLIDE_FLEXR_MOVABLE = 'b_glide_flexr_movable'
  GLIDE_FLEXR_NALTPOS = 'i_glide_flexr_naltpos'
  GLIDE_FLEXR_NFLEX = 'i_glide_flexr_nflex'
  GLIDE_FLEX_CONFLICTS = 'm_conflict'
  GLIDE_GRIDBOX_LIGXRANGE = 'r_glide_gridbox_ligxrange'
  GLIDE_GRIDBOX_LIGYRANGE = 'r_glide_gridbox_ligyrange'
  GLIDE_GRIDBOX_LIGZRANGE = 'r_glide_gridbox_ligzrange'
  GLIDE_GRIDBOX_XCENT = 'r_glide_gridbox_xcent'
  GLIDE_GRIDBOX_XRANGE = 'r_glide_gridbox_xrange'
  GLIDE_GRIDBOX_YCENT = 'r_glide_gridbox_ycent'
  GLIDE_GRIDBOX_YRANGE = 'r_glide_gridbox_yrange'
  GLIDE_GRIDBOX_ZCENT = 'r_glide_gridbox_zcent'
  GLIDE_GRIDBOX_ZRANGE = 'r_glide_gridbox_zrange'
  GLIDE_GRID_CONS = '.cons'
  GLIDE_GRID_COUL = '_coul.fld'
  GLIDE_GRID_COUL2 = '_coul2.fld'
  GLIDE_GRID_CSC = '.csc'
  GLIDE_GRID_GRD = '.grd'
  GLIDE_GRID_GREEDY = '_greedy.save'
  GLIDE_GRID_GSC = '.gsc'
  GLIDE_GRID_H2O = '_h2o.maegz'
  GLIDE_GRID_PEPTIDE_MODE = 'i_glide_grid_peptide_mode'
  GLIDE_GRID_RECEP = '_recep.mae'
  GLIDE_GRID_SAVE = '.save'
  GLIDE_GRID_SITE = '.site'
  GLIDE_GRID_SUBSTR = '.substr'
  GLIDE_GRID_VDW = '_vdw.fld'
  GLIDE_GRID_VDWC = '.vdwc'
  GLIDE_GRID_XVOL = '.gxvol'
  GLIDE_LIGAND_EFFICIENCY = 'r_i_glide_ligand_efficiency'
  GLIDE_LIGAND_EFFICIENCY_LN = 'r_i_glide_ligand_efficiency_ln'
  GLIDE_LIGAND_EFFICIENCY_SA = 'r_i_glide_ligand_efficiency_sa'
  GLIDE_MACROCYCLE_MAXCORE = 50000
  GLIDE_MACROCYCLE_NPCONF = 800000
  GLIDE_MAIN = 19
  GLIDE_MAXKEEP_DEFAULT = 5000
  GLIDE_MAXKEEP_HTVS_DEFAULT = 20
  GLIDE_MAXKEEP_MACROCYCLE_DEFAULT = 500000
  GLIDE_MAXKEEP_NONCONFGEN_DEFAULT = 1000
  GLIDE_MAXKEEP_PEPTIDE_DEFAULT = 100000
  GLIDE_MAXKEEP_SP_DEFAULT = 5000
  GLIDE_MAXKEEP_WSCORE_DEFAULT = 2000
  GLIDE_MAXKEEP_XP_DEFAULT = 5000
  GLIDE_MAXREF_DEFAULT = 400
  GLIDE_MAXREF_HTVS_DEFAULT = 20
  GLIDE_MAXREF_MACROCYCLE_DEFAULT = 20000
  GLIDE_MAXREF_NONCONFGEN_DEFAULT = 100
  GLIDE_MAXREF_PEPTIDE_DEFAULT = 1000
  GLIDE_MAXREF_SP_DEFAULT = 400
  GLIDE_MAXREF_WSCORE_DEFAULT = 1000
  GLIDE_MAXREF_XP_DEFAULT = 800
  GLIDE_PEPTIDE_NDIR = 1002
  GLIDE_PEPTIDE_NPCONF = 800000
  GLIDE_POSES_PER_LIG_WSCORE_DEFAULT = 1000
  GLIDE_POSE_DISPLACEMENT_WSCORE_DEFAULT = 1.0
  GLIDE_POSE_RMSD_WSCORE_DEFAULT = 1.0
  GLIDE_POSTDOCK_NPOSES_DEFAULT = 5
  GLIDE_POSTDOCK_NPOSES_MACROCYCLE_DEFAULT = 100
  GLIDE_POSTDOCK_NPOSES_PEPTIDE_DEFAULT = 100
  GLIDE_POSTDOCK_NPOSES_XP_DEFAULT = 10
  GLIDE_PRIMEX_LIGFIT = 21
  GLIDE_SP_DOCKING = 22
  GLIDE_SP_ELECTRO = 'r_glide_SP_Electro'
  GLIDE_SP_GSCORE = 'r_glide_SP_GScore'
  GLIDE_SP_HBOND = 'r_glide_SP_HBond'
  GLIDE_SP_LIPOPHILIC_EVDW = 'r_glide_SP_LipophilicEvdW'
  GLIDE_SP_LOWMW = 'r_glide_SP_LowMW'
  GLIDE_SP_PENALS = 'r_glide_SP_Penalties'
  GLIDE_SP_PENAL_HB = 'r_glide_SP_HBPenal'
  GLIDE_SP_PENAL_PHOBIC = 'r_glide_SP_ExposPenal'
  GLIDE_SP_PENAL_ROT = 'r_glide_SP_RotPenal'
  GLIDE_SP_PHOBEN = 'r_glide_SP_PhobEn'
  GLIDE_SP_PHOBEN_HB = 'r_glide_SP_PhobEnHB'
  GLIDE_SP_PHOBEN_PAIRHB = 'r_glide_SP_PhobEnPairHB'
  GLIDE_SP_PICAT = 'r_glide_SP_PiCat'
  GLIDE_SP_SITEMAP = 'r_glide_SP_Sitemap'
  GLIDE_TORCONS_BLOCK = 'f_m_glide_torcons'
  GLIDE_TORCONS_BONDBLOCK = 'm_glide_torcons_bonds'
  GLIDE_TORCONS_IATOM = 'i_glide_torcons_iatom'
  GLIDE_TORCONS_JATOM = 'i_glide_torcons_jatom'
  GLIDE_TORCONS_KATOM = 'i_glide_torcons_katom'
  GLIDE_TORCONS_LATOM = 'i_glide_torcons_latom'
  GLIDE_TORCONS_SETVAL = 'b_glide_torcons_setval'
  GLIDE_TORCONS_SMARTS = 's_glide_torcons_SMARTS'
  GLIDE_TORCONS_VALUE = 'r_glide_torcons_value'
  GLIDE_XPVIZ = 'm_glide_XPvisualizer'
  GLIDE_XPVIZ_CLBRPACK = 'm_glide_XPviz_clbrpack'
  GLIDE_XPVIZ_CLBRPACKAT = 'i_glide_XPviz_clbrpackat'
  GLIDE_XPVIZ_EXPO = 'r_glide_XPviz_expo'
  GLIDE_XPVIZ_EXPOSURE = 'm_glide_XPviz_exposure'
  GLIDE_XPVIZ_EXPO_GROUPAT = 'm_glide_XPviz_expo_groupat'
  GLIDE_XPVIZ_EXPO_GROUP_PENAL = 'm_glide_XPviz_expo_group_penal'
  GLIDE_XPVIZ_EXPO_LIGAT = 'i_glide_XPviz_expo_ligat'
  GLIDE_XPVIZ_EXPO_LIGGROUP = 'i_glide_XPviz_expo_liggroup'
  GLIDE_XPVIZ_EXPO_NAT = 'i_glide_XPviz_expo_nat'
  GLIDE_XPVIZ_EXPO_PENAL = 'r_glide_XPviz_expo_penal'
  GLIDE_XPVIZ_HBONDS = 'm_glide_XPviz_hbonds'
  GLIDE_XPVIZ_HBSCT = 'r_glide_XPviz_hbsct'
  GLIDE_XPVIZ_HEXPAIRS = 'm_glide_XPviz_hexpairs'
  GLIDE_XPVIZ_HEXPR_INDEX = 'i_glide_XPviz_hexpr_index'
  GLIDE_XPVIZ_HEXSP = 'm_glide_XPviz_hexsp'
  GLIDE_XPVIZ_HEXSPEC = 'r_glide_XPviz_hexspec'
  GLIDE_XPVIZ_IHBL = 'i_glide_XPviz_ihbl'
  GLIDE_XPVIZ_IHBP = 'i_glide_XPviz_ihbp'
  GLIDE_XPVIZ_IPOTAT = 'i_glide_XPviz_ipotat'
  GLIDE_XPVIZ_IPSPEC = 'i_glide_XPviz_ipspec'
  GLIDE_XPVIZ_ISPEC1A = 'i_glide_XPviz_ispec1a'
  GLIDE_XPVIZ_ISPEC2A = 'i_glide_XPviz_ispec2a'
  GLIDE_XPVIZ_JPSPEC = 'i_glide_XPviz_jpspec'
  GLIDE_XPVIZ_LIGNAME = 's_glide_XPviz_ligname'
  GLIDE_XPVIZ_LIGNUM = 'i_glide_XPviz_lignum'
  GLIDE_XPVIZ_NEXPO = 'i_glide_XPviz_nexpo'
  GLIDE_XPVIZ_NGPP = 'i_glide_XPviz_ngpp'
  GLIDE_XPVIZ_NPENAL = 'i_glide_XPviz_npenal'
  GLIDE_XPVIZ_NPICATAT = 'i_glide_XPviz_npicatat'
  GLIDE_XPVIZ_NPICATRES = 'i_glide_XPviz_npiatres'
  GLIDE_XPVIZ_NRINGSTACK = 'i_glide_XPviz_nringstack'
  GLIDE_XPVIZ_PACK_RES = 'm_glide_XPviz_pack_res'
  GLIDE_XPVIZ_PACK_RESGROUP = 'i_glide_XPviz_pack_resgroup'
  GLIDE_XPVIZ_PACK_RESNUM = 'i_glide_XPviz_pack_resnum'
  GLIDE_XPVIZ_PENALTIES = 'm_glide_XPviz_penalties'
  GLIDE_XPVIZ_PENAL_AMAT1 = 'i_glide_XPviz_amideat1'
  GLIDE_XPVIZ_PENAL_AMAT2 = 'i_glide_XPviz_amideat2'
  GLIDE_XPVIZ_PENAL_AMAT3 = 'i_glide_XPviz_amideat3'
  GLIDE_XPVIZ_PENAL_AMAT4 = 'i_glide_XPviz_amideat4'
  GLIDE_XPVIZ_PENAL_AMLIST = 'm_glide_XPviz_penal_amlist'
  GLIDE_XPVIZ_PENAL_AMPAR = 'r_glide_XPviz_penal_ampar'
  GLIDE_XPVIZ_PENAL_AMPEN = 'r_glide_XPviz_ampen'
  GLIDE_XPVIZ_PENAL_BLKPCHG = 'm_glide_XPviz_penal_blkpchg'
  GLIDE_XPVIZ_PENAL_BLKPPAR = 'r_glide_XPviz_penal_blkppar'
  GLIDE_XPVIZ_PENAL_CHARGE = 'm_glide_XPviz_penal_charge'
  GLIDE_XPVIZ_PENAL_CHGAT = 'i_glide_XPviz_penal_chargeat'
  GLIDE_XPVIZ_PENAL_CHGLIST = 'm_glide_XPviz_penal_chglist'
  GLIDE_XPVIZ_PENAL_CHGPAR = 'r_glide_XPviz_penal_chgpar'
  GLIDE_XPVIZ_PENAL_CONTACT = 'm_glide_XPviz_penal_contact'
  GLIDE_XPVIZ_PENAL_CONTAT = 'i_glide_XPviz_penal_contactat'
  GLIDE_XPVIZ_PENAL_CONTLIST = 'm_glide_XPviz_penal_contlist'
  GLIDE_XPVIZ_PENAL_CONTPAR = 'r_glide_XPviz_penal_contpar'
  GLIDE_XPVIZ_PENAL_DDPEN = 'm_glide_XPviz_penal_ddpen'
  GLIDE_XPVIZ_PENAL_DDPENLIST = 'm_glide_XPviz_penal_ddpenlist'
  GLIDE_XPVIZ_PENAL_DDPENPAR = 'r_glide_XPviz_penal_ddpenpar'
  GLIDE_XPVIZ_PENAL_DESOLVAT = 'i_glide_XPviz_penal_desolvat'
  GLIDE_XPVIZ_PENAL_DESOLVLIST = 'm_glide_XPviz_penal_desolvlist'
  GLIDE_XPVIZ_PENAL_DONORAT1 = 'i_glide_XPviz_penal_donorat1'
  GLIDE_XPVIZ_PENAL_DONORAT2 = 'i_glide_XPviz_penal_donorat2'
  GLIDE_XPVIZ_PENAL_PHOBAT = 'i_glide_XPviz_penal_phobat'
  GLIDE_XPVIZ_PENAL_PHOBLIST = 'm_glide_XPviz_penal_phoblist'
  GLIDE_XPVIZ_PENAL_PHOBPAR = 'r_glide_XPviz_penal_phobpar'
  GLIDE_XPVIZ_PENAL_PHOBSC = 'm_glide_XPviz_penal_phobsc'
  GLIDE_XPVIZ_PENAL_POLAR = 'm_glide_XPviz_penal_polar'
  GLIDE_XPVIZ_PENAL_POLARAT = 'i_glide_XPviz_penal_polarat'
  GLIDE_XPVIZ_PENAL_POLLIST = 'm_glide_XPviz_penal_pollist'
  GLIDE_XPVIZ_PENAL_POLPAR = 'r_glide_XPviz_penal_polpar'
  GLIDE_XPVIZ_PENAL_TWISTAM = 'm_glide_XPviz_penal_twistam'
  GLIDE_XPVIZ_PHOBATGROUP = 'i_glide_XPviz_phobatgroup'
  GLIDE_XPVIZ_PHOBATSC = 'm_glide_XPviz_phobatsc'
  GLIDE_XPVIZ_PHOBATSCAT = 'i_glide_XPviz_phobatscat'
  GLIDE_XPVIZ_PHOBATSCPAR = 'r_glide_XPviz_phobatscpar'
  GLIDE_XPVIZ_PHOBCON_HB = 'm_glide_XPviz_phobcon_hb'
  GLIDE_XPVIZ_PHOBCON_LIG = 'i_glide_XPviz_phobcon_ligat'
  GLIDE_XPVIZ_PHOBCON_PAR = 'r_glide_XPviz_phobcon_param'
  GLIDE_XPVIZ_PHOBCON_PROT = 'i_glide_XPviz_phobcon_protat'
  GLIDE_XPVIZ_PHOBGROUPS = 'm_glide_XPviz_phobgroups'
  GLIDE_XPVIZ_PHOBGROUP_NAT = 'i_glide_XPviz_phobgroup_nat'
  GLIDE_XPVIZ_PHOBGROUP_NRES = 'i_glide_XPviz_phobgroup_nres'
  GLIDE_XPVIZ_PHOBGROUP_PARAM = 'r_glide_XPviz_phobgroup_param'
  GLIDE_XPVIZ_PHOBPACK = 'm_glide_XPviz_phobpack'
  GLIDE_XPVIZ_PHOBSC = 'r_glide_XPviz_phobsc'
  GLIDE_XPVIZ_PICAT = 'm_glide_XPviz_picat'
  GLIDE_XPVIZ_PICATAT = 'm_glide_XPviz_picatat'
  GLIDE_XPVIZ_PICATATNUM = 'i_glide_XPviz_picatatnum'
  GLIDE_XPVIZ_PICATRES = 'm_glide_XPviz_picatres'
  GLIDE_XPVIZ_PICATRESNUM = 'i_glide_XPviz_picatresnum'
  GLIDE_XPVIZ_POSENUM = 'i_glide_XPviz_posenum'
  GLIDE_XPVIZ_ROTBONDAT1 = 'i_glide_XPviz_rotbondat1'
  GLIDE_XPVIZ_ROTBONDAT2 = 'i_glide_XPviz_rotbondat2'
  GLIDE_XPVIZ_ROTBONDS = 'm_glide_XPviz_rotbonds'
  GLIDE_XPVIZ_STACKING = 'm_glide_XPviz_stacking'
  GLIDE_XPVIZ_STACK_ATNUM = 'i_glide_XPviz_stack_atnum'
  GLIDE_XPVIZ_STACK_ATOM = 'm_glide_XPviz_stack_atom'
  GLIDE_XPVIZ_STACK_RES = 'm_glide_XPviz_stack_res'
  GLIDE_XPVIZ_STACK_RESNUM = 'i_glide_XPviz_stack_resnum'
  GLIDE_XPVIZ_WATER_LIGAND = 'm_glide_XPviz_water_ligand'
  GLIDE_XPVIZ_WATER_LIGAT = 'i_glide_XPviz_water_ligat'
  GLIDE_XPVIZ_WATER_LIGLIST = 'm_glide_XPviz_water_liglist'
  GLIDE_XPVIZ_WATER_LIGPAR = 'r_glide_XPviz_water_ligpar'
  GLIDE_XPVIZ_WATER_PROTAT = 'i_glide_XPviz_water_protat'
  GLIDE_XPVIZ_WATER_PROTEIN = 'm_glide_XPviz_water_protein'
  GLIDE_XPVIZ_WATER_PROTLIST = 'm_glide_XPviz_water_protlist'
  GLIDE_XPVIZ_WATER_PROTPAR = 'r_glide_XPviz_water_protpar'
  GLIDE_XPVIZ_WATMOL = 'm_glide_XPviz_watmol'
  GLIDE_XPVIZ_WATMOLX = 'r_glide_XPviz_watmolx'
  GLIDE_XPVIZ_WATMOLY = 'r_glide_XPviz_watmoly'
  GLIDE_XPVIZ_WATMOLZ = 'r_glide_XPviz_watmolz'
  GLIDE_XPVIZ_ZSTACK = 'r_glide_XPviz_zstack'
  GLIDE_XP_CL_BR_PACK = 'r_glide_XP_ClBr'
  GLIDE_XP_DESC = 20
  GLIDE_XP_DOCKING = 23
  GLIDE_XP_ELECTRO = 'r_glide_XP_Electro'
  GLIDE_XP_GSCORE = 'r_glide_XP_GScore'
  GLIDE_XP_HBOND = 'r_glide_XP_HBond'
  GLIDE_XP_IMPVERS = 'i_glide_XP_impact_version'
  GLIDE_XP_LIPOPHILIC_EVDW = 'r_glide_XP_LipophilicEvdW'
  GLIDE_XP_LOWMW = 'r_glide_XP_LowMW'
  GLIDE_XP_PENALS = 'r_glide_XP_Penalties'
  GLIDE_XP_PENAL_HB = 'r_glide_XP_HBPenal'
  GLIDE_XP_PENAL_PHOBIC = 'r_glide_XP_ExposPenal'
  GLIDE_XP_PENAL_ROT = 'r_glide_XP_RotPenal'
  GLIDE_XP_PHOBEN = 'r_glide_XP_PhobEn'
  GLIDE_XP_PHOBEN_HB = 'r_glide_XP_PhobEnHB'
  GLIDE_XP_PHOBEN_PAIRHB = 'r_glide_XP_PhobEnPairHB'
  GLIDE_XP_PICAT = 'r_glide_XP_PiCat'
  GLIDE_XP_PISTACK = 'r_glide_XP_PiStack'
  GLIDE_XP_POSERANK = 'i_glide_XP_PoseRank'
  GLIDE_XP_SITEMAP = 'r_glide_XP_Sitemap'
  GLIDE_XP_ZPOTR = 'r_glide_XP_Zpotr'
  HYDROGENS = 0
hash(x)
  IMPACT = 4
  IMPACT_MAIN = 12
  IMPACT_MAX_BASE_LENGTH = 999
  IMPACT_MAX_EXT_LENGTH = 24
  IMPACT_MAX_LINE_LENGTH = 1023
  INDXFMT = '%d'
  JAGUAR = 5
  JAGUAR_MAIN = 1
  JAGUAR_PKA = 2
  JAGUAR_QSITE = 4
  JAGUAR_TS_SEARCH = 112
  KNIME = 6
  KNIME_MAIN = 73
  LIAISON_MAIN = 28
  LIGPREP3_FAILURE = 1
  LIGPREP3_SUCCESS = 0
hash(x)
  LIGPREP_MAIN = 65
  LINEAR_BEND_TOL = 0.085943669
  M2IO_ALIGN_LEFT = 0
hash(x)
  M2IO_ALIGN_RIGHT = 1
  M2IO_ALL_TYPES = -1
  M2IO_APPEND = 4
  M2IO_BACKEND_HIDDEN_PROP_PATTERN = '_m_backendhidden_'
  M2IO_BAD_INDEX = -2
  M2IO_BLOCK_ATOM = 'm_atom'
  M2IO_BLOCK_BOND = 'm_bond'
  M2IO_BLOCK_COMPRESSED_CT = 'p_m_ct'
  M2IO_BLOCK_DEPEND = 'm_depend'
  M2IO_BLOCK_FULL_CT = 'f_m_ct'
  M2IO_BLOCK_WILDCARD_CT = '*_m_ct'
  M2IO_BOOLEAN_TYPE = 3
hash(x)
  M2IO_BOOLEAN_TYPES = 3
hash(x)
  M2IO_DATA_ALT_PDB_OCCUPANCY = 'r_m_alt_pdb_occupancy'
  M2IO_DATA_ALT_PDB_TFACTOR = 'r_m_alt_pdb_tfactor'
  M2IO_DATA_ALT_X_COORD = 'r_m_alt_x_coord'
  M2IO_DATA_ALT_Y_COORD = 'r_m_alt_y_coord'
  M2IO_DATA_ALT_Z_COORD = 'r_m_alt_z_coord'
  M2IO_DATA_ATOMIC_NUM = 'i_m_atomic_number'
  M2IO_DATA_ATOMIC_NUMBER = 'i_m_atomic_number'
  M2IO_DATA_ATOM_CHIRALITY = 'i_m_atom_chirality'
  M2IO_DATA_ATOM_COUNTERPOISE = 'i_m_counterpoise'
  M2IO_DATA_ATOM_FREEZE_A1 = 'b_m_a1_fix'
  M2IO_DATA_ATOM_FREEZE_A2 = 'b_m_a2_fix'
  M2IO_DATA_ATOM_FREEZE_D = 'b_m_d_fix'
  M2IO_DATA_ATOM_FREEZE_X = 'b_m_freeze_x'
  M2IO_DATA_ATOM_FREEZE_Y = 'b_m_freeze_y'
  M2IO_DATA_ATOM_FREEZE_Z = 'b_m_freeze_z'
  M2IO_DATA_ATOM_HESSIAN_A1 = 'b_m_a1_href'
  M2IO_DATA_ATOM_HESSIAN_A2 = 'b_m_a2_href'
  M2IO_DATA_ATOM_HESSIAN_D = 'b_m_d_href'
  M2IO_DATA_ATOM_HESSIAN_X = 'b_m_hessian_x'
  M2IO_DATA_ATOM_HESSIAN_Y = 'b_m_hessian_y'
  M2IO_DATA_ATOM_HESSIAN_Z = 'b_m_hessian_z'
  M2IO_DATA_ATOM_LABEL_XOFFSET = 'r_m_atom_label_xoffset'
  M2IO_DATA_ATOM_LABEL_YOFFSET = 'r_m_atom_label_yoffset'
  M2IO_DATA_ATOM_NAME = 's_m_atom_name'
  M2IO_DATA_ATOM_NAMEP = 's_m_atom_name'
  M2IO_DATA_ATOM_REP = 'i_m_representation'
  M2IO_DATA_ATOM_VISIBILITY = 'i_m_visibility'
  M2IO_DATA_ATOM_ZVAR_FREEZE_A1 = 's_m_zvar_a1_fix'
  M2IO_DATA_ATOM_ZVAR_FREEZE_A2 = 's_m_zvar_a2_fix'
  M2IO_DATA_ATOM_ZVAR_FREEZE_D = 's_m_zvar_d_fix'
  M2IO_DATA_ATOM_ZVAR_HESSIAN_A1 = 's_m_zvar_a1_href'
  M2IO_DATA_ATOM_ZVAR_HESSIAN_A2 = 's_m_zvar_a2_href'
  M2IO_DATA_ATOM_ZVAR_HESSIAN_D = 's_m_zvar_d_href'
  M2IO_DATA_ATYPE = 'i_m_mmod_type'
  M2IO_DATA_BOND_FROM = 'i_m_from'
  M2IO_DATA_BOND_FROM_COLOR = 'i_m_from_color'
  M2IO_DATA_BOND_FROM_REP = 'i_m_from_rep'
  M2IO_DATA_BOND_ORDER = 'i_m_order'
  M2IO_DATA_BOND_STEREO = 'i_m_bond_stereo'
  M2IO_DATA_BOND_TO = 'i_m_to'
  M2IO_DATA_BOND_TO_COLOR = 'i_m_to_color'
  M2IO_DATA_BOND_TO_REP = 'i_m_to_rep'
  M2IO_DATA_CHAIN = 's_m_chain_name'
  M2IO_DATA_CHARGE1 = 'r_m_charge1'
  M2IO_DATA_CHARGE2 = 'r_m_charge2'
  M2IO_DATA_COLOR = 'i_m_color'
  M2IO_DATA_COLOR_RGB = 's_m_color_rgb'
  M2IO_DATA_COLUMN_DATA_NAME = 's_m_data_name'
  M2IO_DATA_COLUMN_DESCRIPTION = 's_m_description'
  M2IO_DATA_COLUMN_DISPLAY_PRECISION = 'i_m_display_precision'
  M2IO_DATA_COLUMN_EDITABLE = 'b_m_editable'
  M2IO_DATA_COLUMN_NAME = 's_m_column_name'
  M2IO_DATA_COLUMN_NESTED = 'b_m_nested'
  M2IO_DATA_COLUMN_PRINT_FORMAT = 's_m_print_format'
  M2IO_DATA_COLUMN_SETTABLE = 'b_m_settable'
  M2IO_DATA_COLUMN_UNITS = 's_m_units'
  M2IO_DATA_COLUMN_VISIBLE = 'b_m_visible'
  M2IO_DATA_COLUMN_WIDTH = 'i_m_width'
  M2IO_DATA_CT_ENTRY_ID = 's_m_entry_id'
  M2IO_DATA_CT_ENTRY_NAME = 's_m_entry_name'
  M2IO_DATA_CT_FILE_NAME = 's_m_ct_file_name'
  M2IO_DATA_CT_FILE_OFFSET_BEGIN = 'i_m_ct_file_offset_begin'
  M2IO_DATA_CT_FILE_OFFSET_END = 'i_m_ct_file_offset_end'
  M2IO_DATA_CT_FORMAT = 'i_m_ct_format'
  M2IO_DATA_CT_SOURCE_FILE = 's_m_source_file'
  M2IO_DATA_CT_STRUCTURE_INDEX = 'i_m_source_file_index'
  M2IO_DATA_CT_TITLE = 's_m_title'
  M2IO_DATA_CURRENT_OCCUPANCY = 's_m_current_occupancy'
  M2IO_DATA_DEPEND_DEPENDENCY = 'i_m_depend_dependency'
  M2IO_DATA_DEPEND_PROPERTY = 's_m_depend_property'
  M2IO_DATA_DISPLAY_ON_INCORPORATION = 'b_m_display_on_incorpora...
  M2IO_DATA_ERROR = -19
  M2IO_DATA_FILE_BASENAME = 's_m_file_basename'
  M2IO_DATA_FILE_INDEX = 'i_m_file_index'
  M2IO_DATA_FILE_TITLE = 's_m_title'
  M2IO_DATA_FORMAL_CHARGE = 'i_m_formal_charge'
  M2IO_DATA_GROW_NAME = 's_m_grow_name'
  M2IO_DATA_INSERTION_CODE = 's_m_insertion_code'
  M2IO_DATA_IS_EXPANDED = 'b_m_is_expanded'
  M2IO_DATA_LABEL_COLOR = 'i_m_label_color'
  M2IO_DATA_LABEL_FORMAT = 's_m_label_format'
  M2IO_DATA_LABEL_USER_TEXT = 's_m_label_user_text'
  M2IO_DATA_MMOD_RES = 's_m_mmod_res'
  M2IO_DATA_NESTING_LEVEL = 'i_m_nesting_level'
  M2IO_DATA_NOT_FOUND = -9
  M2IO_DATA_OBJECT_IN_WORKSPACE = 'i_m_in_workspace'
  M2IO_DATA_ORIGINAL_CMS_FILE = 's_m_original_cms_file'
  M2IO_DATA_PDB_ALTERNATE = 'r_m_pdb_alt'
  M2IO_DATA_PDB_ATOM = 's_m_pdb_atom_name'
  M2IO_DATA_PDB_CONVERT_PROBLEM = 'i_m_pdb_convert_problem'
  M2IO_DATA_PDB_INSERTION_CODE = 'r_m_pdb_insertion_code'
  M2IO_DATA_PDB_OCCUPANCY = 'r_m_pdb_occupancy'
  M2IO_DATA_PDB_RES = 's_m_pdb_residue_name'
  M2IO_DATA_PDB_TFACTOR = 'r_m_pdb_tfactor'
  M2IO_DATA_RES_NUM = 'i_m_residue_number'
  M2IO_DATA_RIBBON_COLOR = 'i_m_ribbon_color'
  M2IO_DATA_RIBBON_COLOR_RGB = 's_m_ribbon_color_rgb'
  M2IO_DATA_RIBBON_STYLE = 'i_m_ribbon_style'
  M2IO_DATA_ROW_SELECTED = 'b_m_selected'
  M2IO_DATA_ROW_VISIBLE = 'b_m_visible'
  M2IO_DATA_SECONDARY_STRUCTURE = 'i_m_secondary_structure'
  M2IO_DATA_SUBGROUPID = 's_m_subgroupid'
  M2IO_DATA_SUBGROUP_COLLAPSED = 'b_m_subgroup_collapsed'
  M2IO_DATA_SUBGROUP_TITLE = 's_m_subgroup_title'
  M2IO_DATA_TEMPLATE_INDEX = 'i_m_template_index'
  M2IO_DATA_TRAJECTORY_FILE = 's_chorus_trajectory_file'
  M2IO_DATA_VERSION = 's_m_m2io_version'
  M2IO_DATA_X_COORD = 'r_m_x_coord'
  M2IO_DATA_Y_COORD = 'r_m_y_coord'
  M2IO_DATA_Z_COORD = 'r_m_z_coord'
  M2IO_DECIMAL_FORMAT = 0
hash(x)
  M2IO_DISK_FILE = 0
hash(x)
  M2IO_ELIMINATE_EXTRA_SPACES = 1
  M2IO_ENC = 256
  M2IO_EOF = -3
  M2IO_ERR = -1
  M2IO_EXPONENT_FORMAT = 1
  M2IO_GZIP = 64
  M2IO_INITIALIZATION_FILE = 'm2io.ini'
  M2IO_INTEGER_TYPES = 1
  M2IO_INT_TYPE = 1
  M2IO_IN_CORE = 2
  M2IO_L_STRLEN = 250
  M2IO_MAJOR_VERSION = 2
  M2IO_MMIO_FILE = 1
  M2IO_NOT_READING = -5
  M2IO_NOT_WRITING = -4
  M2IO_NO_CURRENT_BLOCK = -6
  M2IO_NO_FULL_BLOCK = -8
  M2IO_NO_VALUE = -10
  M2IO_OK = 0
hash(x)
  M2IO_PDB_ALT_ANISOU_U11 = 'i_pdb_alt_anisou_u11'
  M2IO_PDB_ALT_ANISOU_U12 = 'i_pdb_alt_anisou_u12'
  M2IO_PDB_ALT_ANISOU_U13 = 'i_pdb_alt_anisou_u13'
  M2IO_PDB_ALT_ANISOU_U22 = 'i_pdb_alt_anisou_u22'
  M2IO_PDB_ALT_ANISOU_U23 = 'i_pdb_alt_anisou_u23'
  M2IO_PDB_ALT_ANISOU_U33 = 'i_pdb_alt_anisou_u33'
  M2IO_PDB_ANISOU_U11 = 'i_pdb_anisou_u11'
  M2IO_PDB_ANISOU_U12 = 'i_pdb_anisou_u12'
  M2IO_PDB_ANISOU_U13 = 'i_pdb_anisou_u13'
  M2IO_PDB_ANISOU_U22 = 'i_pdb_anisou_u22'
  M2IO_PDB_ANISOU_U23 = 'i_pdb_anisou_u23'
  M2IO_PDB_ANISOU_U33 = 'i_pdb_anisou_u33'
  M2IO_PDB_CLASSIFICATION = 's_pdb_PDB_CLASSIFICATION'
  M2IO_PDB_CRYSTAL_A = 'r_pdb_PDB_CRYST1_a'
  M2IO_PDB_CRYSTAL_ALPHA = 'r_pdb_PDB_CRYST1_alpha'
  M2IO_PDB_CRYSTAL_B = 'r_pdb_PDB_CRYST1_b'
  M2IO_PDB_CRYSTAL_BETA = 'r_pdb_PDB_CRYST1_beta'
  M2IO_PDB_CRYSTAL_C = 'r_pdb_PDB_CRYST1_c'
  M2IO_PDB_CRYSTAL_GAMMA = 'r_pdb_PDB_CRYST1_gamma'
  M2IO_PDB_CRYSTAL_SPACE_GROUP = 's_pdb_PDB_CRYST1_Space_Group'
  M2IO_PDB_CRYSTAL_Z = 'i_pdb_PDB_CRYST1_z'
  M2IO_PDB_DEPOSITION_DATE = 's_pdb_PDB_DEPOSITION_DATE'
  M2IO_PDB_EXPDTA = 's_pdb_PDB_EXPDTA'
  M2IO_PDB_EXPDTA_PH = 'r_pdb_PDB_EXPDTA_PH'
  M2IO_PDB_EXPDTA_TEMPERATURE = 'r_pdb_PDB_EXPDTA_TEMPERATURE'
  M2IO_PDB_ID = 's_pdb_PDB_ID'
  M2IO_PDB_SEGMENT_ID = 's_pdb_segment_id'
  M2IO_PDB_TITLE = 's_pdb_PDB_TITLE'
  M2IO_READ = 1
  M2IO_READ_FORWARD = 16
  M2IO_REAL_TYPE = 0
hash(x)
  M2IO_REAL_TYPES = 0
hash(x)
  M2IO_ROW_INVALID = -7
  M2IO_STRING = 3
hash(x)
  M2IO_STRING_TYPE = 2
  M2IO_STRING_TYPES = 2
  M2IO_SUBGROUP_SEPARATOR = '->'
  M2IO_VERSION = '2.0.0'
  M2IO_WRITE = 2
  M2IO_WRITE_TO_BUFFER = 128
  M2IO_WRITE_V11 = 32
  MACROMODEL = 7
  MAESTRO = 8
  MAESTRO_FREE = 46
  MAESTRO_MAIN = 44
  MAP_ALL = 1
  MAP_MMMRBS = 3
hash(x)
  MAP_MMMS = 2
  MATERIALSCIENCE_CG = 115
  MATERIALSCIENCE_DIFFUSION = 118
  MATERIALSCIENCE_GA = 104
  MATERIALSCIENCE_MAIN = 94
  MATERIALSCIENCE_PENETRANT = 120
  MATERIALSCIENCE_QE = 117
  MAXCOORDANGLES = 3
hash(x)
  MAXCOORDATOMS = 6
  MAXCOORDATYPES = 4
  MAXCOORDGEOM = 3
hash(x)
  MAXCOORDSITES = 4
  MAXNCOORDLIST = 6
  MAXSAMPLE = 4
  MAX_ATOM_TYPES = 301
  MAX_FEAT_LINE_LEN = 8192
  MAX_LINE_LEN = 512
  MAX_NATOMS_SMARTS = 10
  MAX_NCT_ATOMS = 20
  MAX_SYMMETRY_LABEL = 9
  MCPRO = 9
  MCPRO_MAIN = 72
  MCP_OPT_ALLOW_RETRIES = 7
  MCP_OPT_BETTER_CONFS_ONLY = 6
  MCP_OPT_LOG_TIMING = 2
  MCP_OPT_MAX_CONFS = 5
  MCP_OPT_MAX_ROT_BONDS = 3
hash(x)
  MCP_OPT_MAX_TRIALS = 4
  MCP_OPT_RANK_CONFS = 8
  MCP_OPT_RBG_ENABLED = 9
  MCP_OPT_RBG_MAX_CONFS = 12
  MCP_OPT_RBG_MAX_PER_GROUP = 10
  MCP_OPT_RBG_MAX_TRIALS = 11
  MCP_OPT_SKIP_SPECIAL_RULES = 13
  MCP_OPT_USE_ADJUST_PROPS = 14
  MCP_OPT_VERB_LEVEL = 1
  METCOORD_DIST_TOL = 0.7
  METCOORD_SYMBOL_LEN = 3
hash(x)
  MINSAMPLE = 1
  MMALIGN_BLOSUM62 = 1
  MMALIGN_DEBUG = -1
  MMALIGN_ERROR = -4
  MMALIGN_FATAL = -5
  MMALIGN_INFO = -2
  MMALIGN_INVALID_ALIGNMENT = -1
  MMALIGN_OK = 0
hash(x)
  MMALIGN_WARNING = -3
  MMASL_BEYOND_SET = 1
  MMASL_DONE = -2
  MMASL_ERR = -5
  MMASL_FATAL_ERR = -1
  MMASL_OK = 0
hash(x)
  MMASL_RANGE_ERR = -4
  MMASL_SPECIAL = -3
  MMASL_WITHINPOS_X = 1
  MMASL_WITHINPOS_Y = 2
  MMASL_WITHINPOS_Z = 3
hash(x)
  MMASL_WITHIN_SET = 0
hash(x)
  MMAT_CUBIC = 8
  MMAT_ELEVEN_COORDINATE = 11
  MMAT_ERR = -1
  MMAT_FIFTEEN_COORDINATE = 15
  MMAT_FOURTEEN_COORDINATE = 14
  MMAT_LINEAR = 2
  MMAT_NINE_COORDINATE = 9
  MMAT_NOT_CENTRAL_ATOM = 1
  MMAT_OCTAHEDRAL = 6
  MMAT_OK = 0
hash(x)
  MMAT_PENTAGONAL_BIPYRAMIDAL = 7
  MMAT_SIXTEEN_COORDINATE = 16
  MMAT_TEN_COORDINATE = 10
  MMAT_TETRAHEDRAL = 4
  MMAT_THIRTEEN_COORDINATE = 13
  MMAT_TRIGONAL = 3
hash(x)
  MMAT_TRIGONAL_BIPYRAMIDAL = 5
  MMAT_TWELVE_COORDINATE = 12
  MMBS_ERR = -1
  MMBS_INVALID_BITSET = -1
  MMBS_OK = 0
hash(x)
  MMBS_RANGE_ERROR = -2
  MMBUILD_ATOM_LIST_PROBLEM = -3
  MMBUILD_ERROR = -1
  MMBUILD_GROW_BOND_PROBLEM = -4
  MMBUILD_INVALID_HANDLE = -1
  MMBUILD_NO_CONNECTION_ATOMS = -5
  MMBUILD_OK = 0
hash(x)
  MMBUILD_VALENCE_ERROR = -2
  MMCANON_ERR = 1
  MMCANON_OK = 0
hash(x)
  MMCELL_DEBUG = -1
  MMCELL_ERROR = -4
  MMCELL_FATAL = -5
  MMCELL_INFO = -2
  MMCELL_OK = 0
hash(x)
  MMCELL_WARNING = -3
  MMCOLOR_DEFAULT_COLOR_INDEX = 19
  MMCOLOR_ERROR = 1
  MMCOLOR_INVALID_HANDLE = -1
  MMCOLOR_MAXIMUM_SLOTS = 256
  MMCOLOR_OK = 0
hash(x)
  MMCOMB_BAD_PARAMETER = 3
hash(x)
  MMCOMB_BUILD_FAILURE = 12
  MMCOMB_END_OF_LIB = 11
  MMCOMB_ERROR = 13
  MMCOMB_INDEX_OVERFLOW = 4
  MMCOMB_MEMORY = 1
  MMCOMB_NODE_OMITTED = 10
  MMCOMB_NO_CURRENT = 9
  MMCOMB_OK = 0
hash(x)
  MMCOMB_SPEC_DONE = 8
  MMCOMB_SPEC_GROWTH = 5
  MMCOMB_SPEC_NODE = 6
  MMCOMB_SPEC_PARTIAL = 7
  MMCOMB_UNINITIALIZED = 2
  MMCOMMON_ERROR = -1
  MMCOMMON_OK = 0
hash(x)
  MMCONF_CGEN = 3
hash(x)
  MMCONF_CGEN_AMIDE_ORIG = 2
  MMCONF_CGEN_AMIDE_SAMPLING = 20
  MMCONF_CGEN_AMIDE_TRANS = 3
hash(x)
  MMCONF_CGEN_AMIDE_VARY = 1
  MMCONF_CGEN_AROMATIC_H_CAT_CUTOFF = 48
  MMCONF_CGEN_ATOM_RADIUS_MIN = 29
  MMCONF_CGEN_CARB_ACID_SAMPLING = 30
  MMCONF_CGEN_CARB_ORIG = 2
  MMCONF_CGEN_CARB_TRANS = 3
hash(x)
  MMCONF_CGEN_CARB_VARY = 1
  MMCONF_CGEN_EXHAUSTIVE = 2
  MMCONF_CGEN_FD = 1
  MMCONF_CGEN_FFC_CC_CUTOFF = 38
  MMCONF_CGEN_FFC_CC_PREFAC = 37
  MMCONF_CGEN_FFC_CC_SIGMA = 36
  MMCONF_CGEN_FFC_HB_CUTOFF = 41
  MMCONF_CGEN_FFC_HB_PREFAC = 40
  MMCONF_CGEN_FFC_HB_SIGMA = 39
  MMCONF_CGEN_FFLD = 45
  MMCONF_CGEN_FLAT_ORIG_MAX_EN = 35
  MMCONF_CGEN_FLAT_SYMMETRY = 34
  MMCONF_CGEN_FLAT_THRESHOLD = 33
  MMCONF_CGEN_FORCE_PLANAR = 47
  MMCONF_CGEN_FROZEN_ATOM_LIST = 49
  MMCONF_CGEN_INTRA_HBOND = 46
  MMCONF_CGEN_MAX_CONF_PER_RING = 22
  MMCONF_CGEN_MAX_NUM_CONFS = 19
  MMCONF_CGEN_MAX_REJECT_PER_CORE = 31
  MMCONF_CGEN_MAX_REL_EN = 26
  MMCONF_CGEN_MAX_REL_RING_EN = 24
  MMCONF_CGEN_MAX_RING_CONF = 23
  MMCONF_CGEN_OPLS2001 = 11
  MMCONF_CGEN_OPLS2005 = 14
  MMCONF_CGEN_OPLS2011 = 16
  MMCONF_CGEN_PHASE = 3
hash(x)
  MMCONF_CGEN_REPORT_INFO = 32
  MMCONF_CGEN_RING_CONF = 2
  MMCONF_CGEN_RING_FD = 1
  MMCONF_CGEN_RING_NONE = 3
hash(x)
  MMCONF_CGEN_RING_SAMPLING = 21
  MMCONF_CGEN_SAMPLING = 18
  MMCONF_CGEN_SCALE_ATOM_GRAD = 27
  MMCONF_CGEN_SCALE_CL_RADIUS = 28
  MMCONF_CGEN_SKIP_SYM_TERMINAL = 25
  MMCONF_CGEN_VDW_ELIM_CUTOFF = 44
  MMCONF_CGEN_VDW_ELIM_PREFAC = 43
  MMCONF_CGEN_VDW_ELIM_SIGMA = 42
  MMCONF_EOF = 3
hash(x)
  MMCONF_ERR = 2
  MMCONF_ERR_DIFFICULT_MOL = 6
  MMCONF_ERR_INPUT_CONF = 7
  MMCONF_ERR_MOL_INFO = 5
  MMCONF_OK = 0
hash(x)
  MMCONF_PROBLEM = 4
  MMCONF_RC_ATOM_PLACEMENT_INFO = 12
  MMCONF_RC_ATT_EN_FAIL = -2
  MMCONF_RC_BY_ENERGY = 1
  MMCONF_RC_DEFAULT_MAX_REL_EN = 50.0
  MMCONF_RC_DEFAULT_TEMP = 298.15
  MMCONF_RC_DEF_MAX_NUM_CONFS = 10000
  MMCONF_RC_FUSED_FALLBACK = 7
  MMCONF_RC_IDEAL_GEOM = 2
  MMCONF_RC_LINEAR_METHOD = 4
  MMCONF_RC_LOWEST_ENERGY = 2
  MMCONF_RC_MAX_NUM_CONFS = 5
  MMCONF_RC_MAX_REL_ENERGY = 6
  MMCONF_RC_MISC_FAIL = -3
  MMCONF_RC_MIXED_GEOM = 3
hash(x)
  MMCONF_RC_ORIG_GEOM = 1
  MMCONF_RC_PRINT_TEMPLATE = 9
  MMCONF_RC_RANDOM = 3
hash(x)
  MMCONF_RC_RANDOM_BOLTZ = 4
  MMCONF_RC_RESET_SAMPLE_NEXT = 3
hash(x)
  MMCONF_RC_RESIST_PERMUTATIONS = 14
  MMCONF_RC_RETAIN_AMIDE = 10
  MMCONF_RC_RING_METHOD = 1
  MMCONF_RC_SKIP_GENERAL = 8
  MMCONF_RC_SUCCESS = 1
  MMCONF_RC_SULFONE = 11
  MMCONF_RC_SULFONE_NEW = 2
  MMCONF_RC_SULFONE_OLD = 1
  MMCONF_RC_SYSTEMATIC = 5
  MMCONF_RC_TEMPERATURE = 2
  MMCONF_RC_TMPL_FAIL = -1
  MMCONF_RC_TMPL_FLY = 13
  MMCONF_RC_TMPL_PART = -4
  MMCONF_RINGS = 2
  MMCONF_SEED = 1
  MMCONF_TWEAK = 1
  MMCONF_TW_CHECK_OVERLAPS = 7
  MMCONF_TW_CONS_DIHED_RATIO = 10
  MMCONF_TW_DIST_END_ANCHOR = 3
hash(x)
  MMCONF_TW_DIST_END_END = 2
  MMCONF_TW_DIST_MID = 4
  MMCONF_TW_EARLY_CHECK_FIXED = 13
  MMCONF_TW_FRAC_TWEAKS_EARLY_CHK = 12
  MMCONF_TW_FULL_INSIDE_AT_DIST = 15
  MMCONF_TW_MAX_DTHETA = 16
  MMCONF_TW_MAX_NUM_TWEAKS = 11
  MMCONF_TW_MAX_TRIES = 9
  MMCONF_TW_NUM_TRIES = 8
  MMCONF_TW_OUTSIDE_AT_DIST = 14
  MMCONF_TW_OVERLAP_ALL_ATOMS = 5
  MMCONF_TW_OVERLAP_CELL_LIST = 6
  MMCONF_UNDEF = -10000
  MMCONF_VERBOSE = 17
  MMCONF_WARNING = 1
  MMCRYSTAL_ERROR = 1
  MMCRYSTAL_INVALID_TAG = -1
  MMCRYSTAL_OK = 0
hash(x)
  MMCTPP_DEFAULT_MAX_DIST = 2.5
  MMCTPP_DEFAULT_MIN_A_ANGLE = 90
  MMCTPP_DEFAULT_MIN_D_ANGLE = 120
  MMCT_ALL = -1
  MMCT_ATOMS_ALL = -2
  MMCT_ATOM_BALLNSTICK = 3
hash(x)
  MMCT_ATOM_CIRCLE = 1
  MMCT_ATOM_CPK = 2
  MMCT_ATOM_NAME_CHAIN_RESIDUE_NUMBER = 4
  MMCT_ATOM_NAME_ELEMENT = 1
  MMCT_ATOM_NAME_NUMBER = 2
  MMCT_ATOM_NAME_PDB_ATOM_NAME = 8
  MMCT_ATOM_NOSTYLE = 0
hash(x)
  MMCT_ATOM_PROPERTY_NOT_DEFINED_IN_CT = -7
  MMCT_ATOM_PROPERTY_UNDEFINED_ATOM = -6
  MMCT_ATOM_SELECTED = 1
  MMCT_BONDS_ATOM_ALL = -3
  MMCT_BONDS_CT_ALL = -2
  MMCT_BOND_BALLNSTICK = 3
hash(x)
  MMCT_BOND_NOSTYLE = 0
hash(x)
  MMCT_BOND_PROPERTY_NEVER_DEFINED_IN_SESSION = -9
  MMCT_BOND_PROPERTY_UNDEFINED_BOND = -8
  MMCT_BOND_PROP_ZOB_TRAVERSE = 'b_m_zob_traverse'
  MMCT_BOND_TUBE = 2
  MMCT_BOND_WIRE = 1
  MMCT_CHECKING = 2
  MMCT_COLOR_NONE = 0
hash(x)
  MMCT_CONN = 1
  MMCT_CT_ENHANCED_STEREO_EXPANDED = 2
  MMCT_CT_ENHANCED_STEREO_INVALID = 1
  MMCT_CT_ENHANCED_STEREO_UNEXPANDED = 0
hash(x)
  MMCT_CT_FORMAT_ORIGINAL = 1
  MMCT_CT_FORMAT_REDUCED = 2
  MMCT_CT_FORMAT_TOTAL_FORMATS = 3
hash(x)
  MMCT_CT_STEREO_INVALID = 0
hash(x)
  MMCT_CT_STEREO_VALID = 1
  MMCT_CURRENT_FORMAT = 2
  MMCT_DATIVE_BOND = 1
  MMCT_DEBUG = -1
  MMCT_DEPEND_ON_CONNECTIVITY = 10
  MMCT_DEPEND_ON_COORDINATE = 30
  MMCT_DEPEND_ON_GEOMETRY = 20
  MMCT_DIFF_ATOMIC_NUMBER = 2097152
  MMCT_DIFF_ATOMNAME = 4194304
  MMCT_DIFF_ATOM_PROPERTIES = 4
  MMCT_DIFF_BONDED = 256
  MMCT_DIFF_BONDORDER = 8192
  MMCT_DIFF_BOND_PROPERTIES = 3
hash(x)
  MMCT_DIFF_CHAIN = 65536
  MMCT_DIFF_CHARGE1 = 512
  MMCT_DIFF_CHARGE2 = 1024
  MMCT_DIFF_CHARGEF = 524288
  MMCT_DIFF_COLOR = 64
  MMCT_DIFF_GROWNAME = 1048576
  MMCT_DIFF_LABEL_COLOR = 536870912
  MMCT_DIFF_LABEL_FORMAT = 268435456
  MMCT_DIFF_LABEL_USER_TEXT = 1073741824
  MMCT_DIFF_MOL_ATOM = 4096
  MMCT_DIFF_PDBNAME = 32768
  MMCT_DIFF_PDBRES = 16384
  MMCT_DIFF_PDBRES_SUFFIX = 131072
  MMCT_DIFF_RES = 262144
  MMCT_DIFF_RESNUM = 2048
  MMCT_DIFF_RIBBON_COLOR = 134217728
  MMCT_DIFF_RIBBON_STYLE = 67108864
  MMCT_DIFF_SS_TYPE = 33554432
  MMCT_DIFF_STYLE = 8388608
  MMCT_DIFF_TEMPLATE_INDEX = 2147483648
  MMCT_DIFF_TYPE = 32
  MMCT_DIFF_VISIBLE = 16777216
  MMCT_DIFF_XYZ = 16
  MMCT_DOUBLE = 2
  MMCT_DOUBLE_BOND = 3
hash(x)
  MMCT_ELIMINATE_EXTRA_SPACES = 32
  MMCT_ENHANCED_STEREO_STATUS_PROP = 'i_m_ct_enhanced_stereo_sta...
  MMCT_EOF = 1
  MMCT_EPSILON = 1e-06
  MMCT_ERROR = -4
  MMCT_ERROR_REPORTING = 1
  MMCT_FATAL = -5
  MMCT_FULL = 2
  MMCT_INFO = -2
  MMCT_INVALID_ATOM = 0
hash(x)
  MMCT_INVALID_CT = -1
  MMCT_INVALID_ID_MAP = -1
  MMCT_INVALID_PROPERTY_NAME = -10
  MMCT_LESS_ATOMS = 1
  MMCT_MANUAL_UPDATE = 4
  MMCT_MAXBOND = 16
  MMCT_MAXGROWLEN = 120
  MMCT_MAXGROWSIZE = 121
  MMCT_MAXPDBLEN = 4
  MMCT_MAXPDBSIZE = 5
  MMCT_MORE_ATOMS = 2
  MMCT_NONE = 4
  MMCT_NO_SPECIFIC_ISOTOPE = 0
hash(x)
  MMCT_NO_TRAVERSE_ZERO = 1
  MMCT_NUM_CANONICAL_NAMING_OPTIONS = 2
  MMCT_OK = 0
hash(x)
  MMCT_PDB_CONVERT_PROBLEM_ATLOC = 2
  MMCT_PDB_CONVERT_PROBLEM_DEFAULT = 0
hash(x)
  MMCT_PDB_CONVERT_PROBLEM_MISSING_ATOM = 1
  MMCT_PDB_CONVERT_PROBLEM_MISSING_RESIDUE = 5
  MMCT_PDB_CONVERT_PROBLEM_UNKNOWN_NAME = 4
  MMCT_PDB_CONVERT_PROBLEM_UNRECOGNIZED = 3
hash(x)
  MMCT_REDUCE_FILE_SIZE = 64
  MMCT_RIBBON_STYLE_CALINE = 6
  MMCT_RIBBON_STYLE_CARTOON = 1
  MMCT_RIBBON_STYLE_CATUBE = 7
  MMCT_RIBBON_STYLE_CURVELINE = 5
  MMCT_RIBBON_STYLE_NONE = 0
hash(x)
  MMCT_RIBBON_STYLE_RIBBON = 2
  MMCT_RIBBON_STYLE_THINTUBE = 4
  MMCT_RIBBON_STYLE_TUBE = 3
hash(x)
  MMCT_SAME = 0
hash(x)
  MMCT_SINGLE = 1
  MMCT_SINGLE_BOND = 2
  MMCT_SS_HELIX = 1
  MMCT_SS_LOOP = 0
hash(x)
  MMCT_SS_NONE = -1
  MMCT_SS_STRAND = 2
  MMCT_SS_TURN = 3
hash(x)
  MMCT_STEREO_STATUS_PROP = 'i_m_ct_stereo_status'
  MMCT_TITLE_LEN = 200
  MMCT_TITLE_SIZE = 201
  MMCT_TRAVERSE_ZERO = 0
hash(x)
  MMCT_TRAVERSE_ZOB = 8
  MMCT_TRIPLE = 3
hash(x)
  MMCT_TRIPLE_BOND = 4
  MMCT_UPDATE_ADDITIONS = 1
  MMCT_UPDATE_DELETIONS = 0
hash(x)
  MMCT_WARNING = -3
  MMCT_WRITE_RGB_IF_AVAILABLE = 16
  MMCT_XYZ = 0
hash(x)
  MMCT_ZERO = 0
hash(x)
  MMCT_ZERO_BOND = 0
hash(x)
  MMELEMENTS_MAX = 109
  MMERR_BUMMER = 0
hash(x)
  MMERR_DEBUG = 2
  MMERR_DEFAULT_HANDLER = -1
  MMERR_FATAL = 5
  MMERR_INFO = 3
hash(x)
  MMERR_OFF = 6
  MMERR_OK = 1
  MMERR_UNDEFINED_LEVEL = 7
  MMERR_WARNING = 4
  MMFEPIO_BOOLEAN = 2
  MMFEPIO_CHAR = 3
hash(x)
  MMFEPIO_DOUBLE = 4
  MMFEPIO_ERR = 2
  MMFEPIO_INTEGER = 1
  MMFEPIO_MAP_MODE = 1
  MMFEPIO_OK = 0
hash(x)
  MMFEPIO_RETAIN_ANGLE = 2
  MMFEPIO_UNDEF = -10000
  MMFEPIO_WARNING = 1
  MMFFIO_BOOLEAN = 2
  MMFFIO_CHAR = 3
hash(x)
  MMFFIO_DOUBLE = 4
  MMFFIO_ERR = 2
  MMFFIO_INTEGER = 1
  MMFFIO_OK = 0
hash(x)
  MMFFIO_UNDEF = -10000
  MMFFIO_WARNING = 1
  MMFFLD_ADAPT_GEO_PROP_NAME = 'b_ff_adapt_geo'
  MMFFLD_CONF_ADJUST_PROP = 'i_ff_mmffld_conf_adjust'
  MMFFLD_CONF_BAD_DATA = 4
  MMFFLD_CONF_BAD_PARAM = 3
hash(x)
  MMFFLD_CONF_DIAG = 3
hash(x)
  MMFFLD_CONF_END_RETRIES = 10
  MMFFLD_CONF_ERROR = 11
  MMFFLD_CONF_MAX_CONFS = 9
  MMFFLD_CONF_MAX_ROT_BONDS = 7
  MMFFLD_CONF_MAX_TRIAL = 8
  MMFFLD_CONF_MEMORY = 1
  MMFFLD_CONF_MULTI_MOL = 5
  MMFFLD_CONF_NONE_AVAIL = 6
  MMFFLD_CONF_NO_INIT = 2
  MMFFLD_CONF_OK = 0
hash(x)
  MMFFLD_CONF_QUIET = 1
  MMFFLD_CONF_SILENT = 0
hash(x)
  MMFFLD_CONF_WARN = 2
  MMFFLD_ERR = 1
  MMFFLD_MAX_ATOM_EXCLUSION = 128
  MMFFLD_MAX_VIRT_ARRAY = 6
  MMFFLD_MAX_V_TERM = 4
  MMFFLD_OK = 0
hash(x)
  MMFILE_APPDATA = 2
  MMFILE_DESKTOP = 6
  MMFILE_DIR = 1
  MMFILE_DOCUMENTS = 7
  MMFILE_DRIVESEP = ''
  MMFILE_DRIVESEP_UNIX = ''
  MMFILE_DRIVESEP_WIN32 = ':'
  MMFILE_ERROR = -1
  MMFILE_FILE = 0
hash(x)
  MMFILE_FILESEP = '/'
  MMFILE_FILESEP_UNIX = '/'
  MMFILE_FILESEP_WIN32 = '\\'
  MMFILE_HOME = 1
  MMFILE_LOCAL_APPDATA = 3
hash(x)
  MMFILE_NETWORK = 8
  MMFILE_NO_MORE_FILES = -2
  MMFILE_OK = 0
hash(x)
  MMFILE_PATHSEP = ':'
  MMFILE_PATH_COMBIGLIDE = '$USERDATA/combiglide:$VCS_EXEC/../.....
  MMFILE_PATH_DESMOND = '$USERDATA/desmond:$DESMOND_EXEC/../../d...
  MMFILE_PATH_JAGUAR_DATA = '$JAGUAR_EXEC/../../data:$JAGUAR_EXE...
  MMFILE_PATH_MACROMODEL = '$USERDATA/macromodel:$MMOD_EXEC/../....
  MMFILE_PATH_MAESTRO_DATA = '$USERDATA/maestro:$MAESTRO_EXEC/.....
  MMFILE_PATH_MMSHARE_DATA = '$USERDATA/mmshare:$MMSHARE_EXEC/.....
  MMFILE_PATH_PSP_DATA = '$USERDATA/psp:$PSP_EXEC/../../data:'
  MMFILE_PATH_QIKPROP = '$USERDATA/qikprop:$QIKPROP_EXEC:$QIKPRO...
  MMFILE_TEMP = 5
  MMFILE_USERDATA = 4
  MMFRAG_BASE_FROM = 0
hash(x)
  MMFRAG_CAP_SETS_1 = 2
  MMFRAG_DONE = -1
  MMFRAG_ERROR = -3
  MMFRAG_GROW_BOND_NOT_FOUND = -5
  MMFRAG_INCREMENT = 1
  MMFRAG_NOTFOUND = -2
  MMFRAG_OK = 0
hash(x)
  MMFRAG_PROMPT = 1
  MMFRAG_TRUNCATION = -6
  MMFfldA12scale = 6
  MMFfldAEXP = 2
  MMFfldANGRESTENE = 10
  MMFfldAllConsType = 0
hash(x)
  MMFfldAllRestType = 0
hash(x)
  MMFfldAngleCons = 3
hash(x)
  MMFfldAngleRest = 2
  MMFfldBCIType = 7
  MMFfldBNDType = 1
  MMFfldBND_ENE = 2
  MMFfldCMAP_ENE = 17
  MMFfldCompatibleData = 3
hash(x)
  MMFfldDSTLOWERRESTENE = 13
  MMFfldDSTRESTENE = 11
  MMFfldDSTUPPERRESTENE = 12
  MMFfldDefaultScaleFactorType = 0
hash(x)
  MMFfldDisplayFfldMAX = 5
  MMFfldDistCons = 4
  MMFfldDistLowerBoundDistRest = 5
  MMFfldDistRest = 3
hash(x)
  MMFfldDistUpperBoundDistRest = 4
  MMFfldELE13_ENE = 16
  MMFfldELE14_ENE = 6
  MMFfldELE_ENE = 8
  MMFfldEPSILON = 1
  MMFfldExpType = 5
  MMFfldFDAT3 = 2
  MMFfldIMPTORType = 3
hash(x)
  MMFfldIMP_ENE = 4
  MMFfldInvalidData = 0
hash(x)
  MMFfldLC2 = 0
hash(x)
  MMFfldLC3 = 1
  MMFfldLJ13_ENE = 15
  MMFfldLJ14_ENE = 5
  MMFfldLJType = 4
  MMFfldLJ_ENE = 7
  MMFfldMAX_ATOM_TYPE = 50000
  MMFfldMAX_ENE = 18
  MMFfldMinAUTO = 0
hash(x)
  MMFfldMinBFGS = 2
  MMFfldMinCG = 1
  MMFfldMinEnergyLS = 2
  MMFfldMinGradLS = 1
  MMFfldN13PAIR = 9
  MMFfldN14PAIR = 5
  MMFfldNATOM = 0
hash(x)
  MMFfldNBCI = 7
  MMFfldNBND = 2
  MMFfldNCMAP = 11
  MMFfldNIMPTOR = 4
  MMFfldNLJPARA = 6
  MMFfldNSTR = 1
  MMFfldNTOR = 3
hash(x)
  MMFfldNVIRTUAL = 10
  MMFfldNewerData = 1
  MMFfldNoType = 4
  MMFfldNspecialVdwComb = 8
  MMFfldOUT3 = 3
hash(x)
  MMFfldOlderData = 2
  MMFfldOption_ENE_CHARGES_FROM_CT = 3
hash(x)
  MMFfldOption_ENE_DIELECTRIC = 6
  MMFfldOption_ENE_LJ_REPULSIVE_ONLY = 4
  MMFfldOption_ENE_NO_ELE = 1
  MMFfldOption_ENE_NO_FORCES = 5
  MMFfldOption_ENE_USE_EXP = 2
  MMFfldOption_ESP_FILENAME = 83
  MMFfldOption_MIN_CONV_ENER = 11
  MMFfldOption_MIN_CONV_GRAD = 10
  MMFfldOption_MIN_LS_METHOD = 8
  MMFfldOption_MIN_MAX_STEP = 9
  MMFfldOption_MIN_METHOD = 7
  MMFfldOption_MIN_PERTURB = 13
  MMFfldOption_MIN_VERBOSE = 12
  MMFfldOption_OPT_MMCONF_TORSION = 73
  MMFfldOption_OPT_NO_BND_WATER_MODELS = 39
  MMFfldOption_OPT_NO_CM1ABCC = 42
  MMFfldOption_OPT_PRINT_FORCES = 84
  MMFfldOption_SKIP_FUSE_METAL_RINGS = 85
  MMFfldOption_SYS_ALPHA = 23
  MMFfldOption_SYS_BETA = 24
  MMFfldOption_SYS_BX = 20
  MMFfldOption_SYS_BY = 21
  MMFfldOption_SYS_BZ = 22
  MMFfldOption_SYS_CUTOFF = 14
  MMFfldOption_SYS_CUTOFF_OUTER = 16
  MMFfldOption_SYS_CUTOFF_SHORT = 15
  MMFfldOption_SYS_GAMMA = 25
  MMFfldOption_SYS_GROUP_PAIR_LIST = 19
  MMFfldOption_SYS_PAIR_LIST_UPDATE = 17
  MMFfldOption_SYS_UPDATE_PAIR_LIST_EVERY_N_STEP = 18
  MMFfldOption_StrPrep_BEND_CONJ_AMINES = 57
  MMFfldOption_StrPrep_CGEN_MAE = 44
  MMFfldOption_StrPrep_CGEN_MAE_PUT_REORDERED = 62
  MMFfldOption_StrPrep_CHOOSE_FFLD_LOWEST_CONF = 69
  MMFfldOption_StrPrep_DO_2D_COORD_GENERATION = 55
  MMFfldOption_StrPrep_DO_REORDER = 54
  MMFfldOption_StrPrep_DO_RING_CONF_GENERATION = 56
  MMFfldOption_StrPrep_FAIL_ON_LAST_CHIRALITY_CHECK = 59
  MMFfldOption_StrPrep_FFLD_VERSION = 50
  MMFfldOption_StrPrep_IGNORE_INPUT_STEREO_PROP = 51
  MMFfldOption_StrPrep_MAX_RANDOM_TRIALS = 63
  MMFfldOption_StrPrep_NO_CGEN = 43
  MMFfldOption_StrPrep_NO_STR_CLEANUP = 49
  MMFfldOption_StrPrep_PRINT_FFLD_PARAMETERS = 61
  MMFfldOption_StrPrep_REQUIRE_2D_COORDS_GEN = 52
  MMFfldOption_StrPrep_REQUIRE_STRUCTURE_PREP = 53
  MMFfldOption_StrPrep_REQUIRE_SUCCESSFULL_STRUCTURE_CHECK_ON_FINAL_STRUCTURE = ...
  MMFfldOption_StrPrep_REQUIRE_SUCCESSFUL_CHIRALITY_CHECK = 58
  MMFfldOption_StrPrep_SAVE_ADAPT_GEO_INFO_IN_CT = 87
  MMFfldOption_StrPrep_SAVE_ALL_CONFORMERS = 67
  MMFfldOption_StrPrep_SAVE_N_CONFORMERS = 68
  MMFfldOption_StrPrep_SKIP_1Dto3D = 65
  MMFfldOption_StrPrep_SKIP_PREMIN_WHEN_SKIP_1Dto3D = 66
  MMFfldOption_StrPrep_SKIP_STR_PREP = 64
  MMFfldOption_StrPrep_TREAT_FOR_FFLD = 71
  MMFfldOption_StrPrep_USE_UTT = 60
  MMFfldOption_TYPER_ADD_ATOM_TYPES_TO_CT = 37
  MMFfldOption_TYPER_ADD_IMP_TOR_WITH_ALL_ATOM_PERMUTATIONS = 48
  MMFfldOption_TYPER_AVOID_DUMMIES = 28
  MMFfldOption_TYPER_BEND_CONJ_AMINES = 38
  MMFfldOption_TYPER_CM1ABCC_REQUIRED = 47
  MMFfldOption_TYPER_ENHANCED_PLANAR_NO_CT1 = 75
  MMFfldOption_TYPER_ENHANCED_PLANAR_TYPER = 74
  MMFfldOption_TYPER_GEN_UTT_FILE = 32
  MMFfldOption_TYPER_GIVE_B_VALUES = 29
  MMFfldOption_TYPER_GIVE_TORFIT_INFO = 26
  MMFfldOption_TYPER_MMFFLD_CONF_TORSION = 72
  MMFfldOption_TYPER_MMNDDO_NOSYM_CHARGE = 77
  MMFfldOption_TYPER_NO_MMNDDO_IN_CM1ABCC = 46
  MMFfldOption_TYPER_NO_RESTRAIN_ZOB = 31
  MMFfldOption_TYPER_NO_STRETCH_DEF = 86
  MMFfldOption_TYPER_NO_VIRTUAL_SITES = 81
  MMFfldOption_TYPER_PFF_SYM_NUMERICAL_TYPE = 40
  MMFfldOption_TYPER_PLANAR_SC_BEND = 36
  MMFfldOption_TYPER_PLANAR_SC_ENABLE = 33
  MMFfldOption_TYPER_PLANAR_SC_IMPR_TOR = 35
  MMFfldOption_TYPER_PLANAR_SC_PROP_TOR = 34
  MMFfldOption_TYPER_PRINT_DETAILS = 30
  MMFfldOption_TYPER_PRINT_INT_TYPE = 82
  MMFfldOption_TYPER_USE_UTT = 45
  MMFfldOption_TYPER_VERBOSE = 41
  MMFfldOption_TYPER_addPBCbonds = 78
  MMFfldOption_TYPER_add_DIPOLE_QUADRUPOLE_PROPERTY = 79
  MMFfldOption_TYPER_genSGBNP = 27
  MMFfldOption_TYPER_print_DIPOLE_QUADRUPOLE = 80
  MMFfldOption_use_geo_from_strpep = 76
  MMFfldPOSRESTENE = 14
  MMFfldPosFrozen = 7
  MMFfldPosRest = 6
  MMFfldProteinScaleFactorType = 1
  MMFfldSIGMA = 0
hash(x)
  MMFfldSIGMAEXP = 3
hash(x)
  MMFfldSTRType = 0
hash(x)
  MMFfldSTR_ENE = 1
  MMFfldTORRESTENE = 9
  MMFfldTORType = 2
  MMFfldTOR_ENE = 3
hash(x)
  MMFfldTOT_ENE = 0
hash(x)
  MMFfldTooHighScaleFactorType = 2
  MMFfldTooLowScaleFactorType = -1
  MMFfldTorsionCons = 2
  MMFfldTorsionCoordCons = 1
  MMFfldTorsionRest = 1
  MMHTREAT_ERROR = 1
  MMHTREAT_OK = 0
hash(x)
  MMIDEAL_ERROR = -3
  MMIDEAL_FATAL = -4
  MMIDEAL_INFO = -1
  MMIDEAL_LINEAR = 2
  MMIDEAL_OK = 0
hash(x)
  MMIDEAL_TETRAHEDRAL = 0
hash(x)
  MMIDEAL_TRIGONAL = 1
  MMIDEAL_WARNING = -2
  MMIM_ALLOW_MISSING_INPUTS = 1
  MMIM_ALL_JOB = 32767
  MMIM_ANALYSIS_JOB = 16
  MMIM_ANAL_ANALENERGY = 2
  MMIM_ANAL_ANALSURFACE = 3
hash(x)
  MMIM_ANAL_ATOMSURTYPE = 416
  MMIM_ANAL_RADIUSPROBE = 249
  MMIM_ANAL_REPANGLE = 4
  MMIM_ANAL_REPBOND = 5
  MMIM_ANAL_REPNONBOND = 6
  MMIM_ANAL_REPNONBOND14 = 7
  MMIM_ANAL_REPORTYPE = 417
  MMIM_ANAL_REPTORSION = 8
  MMIM_ARG_BOOL_ARRAY_BEGIN = 130
  MMIM_ARG_BOOL_ARRAY_END = 138
  MMIM_ARG_BOOL_BEGIN = 0
hash(x)
  MMIM_ARG_BOOL_END = 130
  MMIM_ARG_FLOAT_ARRAY_BEGIN = 386
  MMIM_ARG_FLOAT_ARRAY_END = 415
  MMIM_ARG_FLOAT_BEGIN = 248
  MMIM_ARG_FLOAT_END = 386
  MMIM_ARG_INT_ARRAY_BEGIN = 221
  MMIM_ARG_INT_ARRAY_END = 248
  MMIM_ARG_INT_BEGIN = 138
  MMIM_ARG_INT_END = 221
  MMIM_ARG_STRING_ARRAY_BEGIN = 533
  MMIM_ARG_STRING_ARRAY_END = 559
  MMIM_ARG_STRING_BEGIN = 415
  MMIM_ARG_STRING_END = 533
  MMIM_ARG_TOTAL_COUNT = 559
  MMIM_ASL_BUF_SIZ = 2048
  MMIM_BADVALUE = -5
  MMIM_BALANCED_STRUCS = 9
  MMIM_CG_ALLOW_NINVERT = 10
  MMIM_CG_ALLOW_RING_FLIP = 11
  MMIM_CG_CHDOCK_DRESSEDFILE = 418
  MMIM_CG_CHDOCK_FEATFILE = 419
  MMIM_CG_CHDOCK_FROMTO = 12
  MMIM_CG_CHDOCK_GEOMCULL = 250
  MMIM_CG_CHDOCK_INITCULL = 251
  MMIM_CG_CHDOCK_RESTRAINFORCE = 252
  MMIM_CG_CHDOCK_RESTRAINHALFWIDTH = 253
  MMIM_CG_CHDOCK_SCORECULL = 254
  MMIM_CG_CHDOCK_SUBSCORE_CUTOFF = 255
  MMIM_CG_CONFGEN_AMIDE_MODE = 420
  MMIM_CG_COREHOP_TEMPLATE_FILE = 421
  MMIM_CG_CORE_DEF_MODE = 422
  MMIM_CG_CORE_FILE = 423
  MMIM_CG_CORE_POSITIONS = 139
  MMIM_CG_CORE_POS_MAX_RMSD = 256
  MMIM_CG_CORE_RESTRAIN = 13
  MMIM_CG_CORE_RESTRAIN_RAD = 257
  MMIM_CG_CORE_RESTRAIN_X = 258
  MMIM_CG_CORE_RESTRAIN_Y = 259
  MMIM_CG_CORE_RESTRAIN_Z = 260
  MMIM_CG_ENUM_DOCK_MODE = 424
  MMIM_CG_INCLUDE_INPUT_CONF = 14
  MMIM_CG_INCLUDE_INPUT_RING = 15
  MMIM_CG_LIG_ATOM_MAX = 140
  MMIM_CG_LIG_ROTBOND_MAX = 141
  MMIM_CG_LIG_VDW_CUTOFF = 261
  MMIM_CG_LIG_VDW_SCALE = 262
  MMIM_CG_MODE = 425
  MMIM_CG_PCALIGN_FEATFILE = 426
  MMIM_CG_PCALIGN_MAXALIGN = 142
  MMIM_CG_PCALIGN_PCFILE = 427
  MMIM_CG_PCDOCK_GEOMCULL = 263
  MMIM_CG_PCDOCK_INITCULL = 264
  MMIM_CG_PCDOCK_RESTRAINFORCE = 265
  MMIM_CG_PCDOCK_RESTRAINHALFWIDTH = 266
  MMIM_CG_PCDOCK_RMSEQUIV = 267
  MMIM_CG_PCDOCK_SCORECULL = 268
  MMIM_CG_PCDOCK_TEMPLATE_CT = 143
  MMIM_CG_PCDOCK_TEMPLATE_FMT = 428
  MMIM_CG_PCDOCK_TEMPLATE_NUM = 144
  MMIM_CG_PCDOCK_TEMPLATE_SIDECHAINS = 16
  MMIM_CG_PCDOCK_TEMPLATE_SOURCE = 429
  MMIM_CG_PENAL_AMIDE_ROT = 17
  MMIM_CG_POSTDOCK_NPOSES = 145
  MMIM_CG_POSTDOCK_STRAINCOR = 18
  MMIM_CG_READ_ZIP = 19
  MMIM_CG_RECEP_GRID_BASE = 430
  MMIM_CG_SIDECHAIN_NODE = 146
  MMIM_CG_USE_POSTDOCK = 20
  MMIM_CHCOMBINED_JOB = 16384
  MMIM_CHDOCK_JOB = 8192
  MMIM_COMBIGLIDE_JOB = 512
  MMIM_CONS_ATOMPAIRLIST = 222
  MMIM_CONS_BUFFERBS = 147
  MMIM_CONS_BUFFER_FORCE_CONST = 269
  MMIM_CONS_CONSANGLE = 21
  MMIM_CONS_CONSBOND = 22
  MMIM_CONS_CONSBOND_HMC = 23
  MMIM_CONS_CONSSOLVENT = 24
  MMIM_CONS_CONSUSER = 25
  MMIM_CONS_FROZENBS = 148
  MMIM_CONS_PAIRDISTANCES = 387
  MMIM_CONS_SHAKETOL = 270
  MMIM_CORECONS_FALLBACK = 26
  MMIM_CT_HANDLE = 149
  MMIM_CURRENT_PROJ = 150
  MMIM_CURRENT_PROJ_PATH = 431
  MMIM_DIELECTRIC_CONST = 271
  MMIM_DOCKING_JOB = 128
  MMIM_DOCKING_METHOD = 432
  MMIM_DOCK_CONS_PATTERN_HANDLES = 223
  MMIM_DYNAMICS_JOB = 2
  MMIM_DYNA_EFFECTIVEDENSITY = 272
  MMIM_DYNA_ENSEMBLE = 433
  MMIM_DYNA_INITTEMPGAUSS = 273
  MMIM_DYNA_INITVELO = 27
  MMIM_DYNA_ISOTHERCOMP = 274
  MMIM_DYNA_NUMBERMDSTEPS = 151
  MMIM_DYNA_TARGETPRESS = 275
  MMIM_DYNA_TARGETTEMP = 276
  MMIM_DYNA_TAUTEMP = 277
  MMIM_DYNA_TAUVOL = 278
  MMIM_DYNA_TIMESTEP = 279
  MMIM_DYNA_VOLUMESCALING = 434
  MMIM_ENTRY_TITLE = 435
  MMIM_EOF = -2
  MMIM_ERR = -1
  MMIM_FORCE_FIELD = 436
  MMIM_FORCE_FIELD_DEFAULT = 14
  MMIM_FORCE_FIELD_DEFAULT_HTVS = 14
  MMIM_FORCE_FIELD_GLIDE_DEFAULT = 16
  MMIM_FORCE_FIELD_GLIDE_FALLBACK = 14
  MMIM_FROM_MAESTRO = 28
  MMIM_GLIDECONS_TYPE_ACCEP = 3
hash(x)
  MMIM_GLIDECONS_TYPE_BEGIN = 0
hash(x)
  MMIM_GLIDECONS_TYPE_DONOR = 2
  MMIM_GLIDECONS_TYPE_END = 9
  MMIM_GLIDECONS_TYPE_METAL = 5
  MMIM_GLIDECONS_TYPE_METCOORD = 8
  MMIM_GLIDECONS_TYPE_NOE = 7
  MMIM_GLIDECONS_TYPE_PHOB = 1
  MMIM_GLIDECONS_TYPE_POSIT = 6
  MMIM_GLIDECONS_TYPE_UNUSED = 4
  MMIM_GLIDE_ACCEP_HALO = 29
  MMIM_GLIDE_ASL_RES_INTERACTION = 437
  MMIM_GLIDE_CALC_INPUT_RMS = 30
  MMIM_GLIDE_CANONICALIZE = 31
  MMIM_GLIDE_CLIENT_MODULE = 438
  MMIM_GLIDE_CLIENT_OPTIONS = 439
  MMIM_GLIDE_COMPRESS_POSES = 32
  MMIM_GLIDE_CONFGEN_AMIDE_MODE = 440
  MMIM_GLIDE_CONFGEN_AMIDE_TRANSINCL = 33
  MMIM_GLIDE_CONFGEN_AMIDE_TRANSTOL = 280
  MMIM_GLIDE_CONFGEN_EXTRA = 441
  MMIM_GLIDE_CONFGEN_INPUTCONF = 34
  MMIM_GLIDE_CONFGEN_INPUTRING = 35
  MMIM_GLIDE_CONFGEN_NINVERT = 36
  MMIM_GLIDE_CONFGEN_RINGCONF = 37
  MMIM_GLIDE_CONFGEN_RINGONFLY = 38
  MMIM_GLIDE_CONSFEAT_ATOMS = 534
  MMIM_GLIDE_CONSFEAT_FEATINDEX = 224
  MMIM_GLIDE_CONSFEAT_HASINCLUDE = 131
  MMIM_GLIDE_CONSFEAT_HASNFILL = 132
  MMIM_GLIDE_CONSFEAT_INCLUDE = 133
  MMIM_GLIDE_CONSFEAT_NFILL = 225
  MMIM_GLIDE_CONSFEAT_PATTERNS = 535
  MMIM_GLIDE_CONSGROUP_HANDLES = 226
  MMIM_GLIDE_CONSGROUP_NREQUIRED = 227
  MMIM_GLIDE_CONS_FEAT_FILENAME = 442
  MMIM_GLIDE_CONS_FINALONLY = 39
  MMIM_GLIDE_CONS_HANDLES = 228
  MMIM_GLIDE_CONS_HAVE_FEAT = 40
  MMIM_GLIDE_CONS_USE_METALRAD = 41
  MMIM_GLIDE_CONS_USE_SYMATOMS = 134
  MMIM_GLIDE_CORESCALE = 281
  MMIM_GLIDE_CORE_ATOMS = 229
  MMIM_GLIDE_CORE_DEFINITION = 443
  MMIM_GLIDE_CORE_FILTER = 42
  MMIM_GLIDE_CORE_POS_MAX_RMSD = 282
  MMIM_GLIDE_CORE_RESTRAIN = 43
  MMIM_GLIDE_CORE_RESTRAIN_V = 283
  MMIM_GLIDE_CORE_SMARTS = 444
  MMIM_GLIDE_CORE_SNAP = 44
  MMIM_GLIDE_DESCRIP_ONLY_NAME = 'DescripOnly'
  MMIM_GLIDE_DESCRIP_ONLY_STAGE = 6
  MMIM_GLIDE_DIELCO = 284
  MMIM_GLIDE_DISPLACEABLE_WATER = 45
  MMIM_GLIDE_DISPLACEABLE_WATER_CT = 152
  MMIM_GLIDE_DISPLACEABLE_WATER_FILE = 445
  MMIM_GLIDE_DOCK_LIGAND_SOURCE = 446
  MMIM_GLIDE_DOINTRA = 46
  MMIM_GLIDE_DOINTRA_SCALE = 285
  MMIM_GLIDE_DONOR_AROMH = 47
  MMIM_GLIDE_DONOR_AROMH_CHARGE = 286
  MMIM_GLIDE_DONOR_HALO = 48
  MMIM_GLIDE_ELEMENTS = 49
  MMIM_GLIDE_ENHANCED_SAMPLING = 153
  MMIM_GLIDE_EXPANDED_SAMPLING = 50
  MMIM_GLIDE_EXPDEN_FILE = 447
  MMIM_GLIDE_EXVOL_PENAL_NUM = 388
  MMIM_GLIDE_EXVOL_PENAL_STR = 448
  MMIM_GLIDE_FACEDEN = 287
  MMIM_GLIDE_FACRF = 288
  MMIM_GLIDE_FIT_LIGAND_DENSITY = 51
  MMIM_GLIDE_FLEX_ASL = 449
  MMIM_GLIDE_GRIDFILE = 450
  MMIM_GLIDE_GRID_USE_DSCCUT = 52
  MMIM_GLIDE_GRID_USE_POTCUT = 53
  MMIM_GLIDE_GRID_USE_SITECUT = 54
  MMIM_GLIDE_GSCORE_VERSION = 451
  MMIM_GLIDE_IFD_CROSSCL = 289
  MMIM_GLIDE_IFD_DXCUT = 290
  MMIM_GLIDE_IFD_HARDDOCK_NAME = 'HardDock'
  MMIM_GLIDE_IFD_HARDDOCK_STAGE = 5
  MMIM_GLIDE_IFD_LPCUT = 291
  MMIM_GLIDE_IFD_NEWSOFT_NAME = 'NewSoftDock'
  MMIM_GLIDE_IFD_NEWSOFT_STAGE = 4
  MMIM_GLIDE_IFD_OLDSOFT_NAME = 'OldSoftDock'
  MMIM_GLIDE_IFD_OLDSOFT_STAGE = 3
hash(x)
  MMIM_GLIDE_IFD_RPRE = 292
  MMIM_GLIDE_IFD_RSCUT = 293
  MMIM_GLIDE_IFD_RWCUT = 294
  MMIM_GLIDE_IFD_SCCUT = 295
  MMIM_GLIDE_IFD_TR0 = 296
  MMIM_GLIDE_KEEP_RAWMAE = 55
  MMIM_GLIDE_KEEP_SKIPPED = 56
  MMIM_GLIDE_KEEP_SUBJOB_POSES = 57
  MMIM_GLIDE_LIGAND_FILE = 452
  MMIM_GLIDE_LIGAND_FILES = 536
  MMIM_GLIDE_MAXCORE = 154
  MMIM_GLIDE_MAXHARD = 155
  MMIM_GLIDE_MAXSOFT = 156
  MMIM_GLIDE_NDIR = 157
  MMIM_GLIDE_NEWXP_FFUNC_FILE = 453
  MMIM_GLIDE_NEWXP_INVALID_STAGE = -1
  MMIM_GLIDE_NEWXP_LIPO = 297
  MMIM_GLIDE_NEWXP_NSTAGES = 7
  MMIM_GLIDE_NEWXP_OFFSET = 298
  MMIM_GLIDE_NEWXP_REORG_FIT_NAME = 'ReorgFit'
  MMIM_GLIDE_NEWXP_REORG_FIT_STAGE = 1
  MMIM_GLIDE_NEWXP_STAGE = 454
  MMIM_GLIDE_NEWXP_TESTSET_DOCK_NAME = 'TestSetDock'
  MMIM_GLIDE_NEWXP_TESTSET_DOCK_STAGE = 2
  MMIM_GLIDE_NEWXP_WATREF = 299
  MMIM_GLIDE_NEWXP_WMAP_FILE = 455
  MMIM_GLIDE_NEWXP_WMAP_FIT_NAME = 'WmapFit'
  MMIM_GLIDE_NEWXP_WMAP_FIT_STAGE = 0
hash(x)
  MMIM_GLIDE_NEWXP_ZROFF = 300
  MMIM_GLIDE_NOSORT_POSES = 58
  MMIM_GLIDE_NPCONF = 158
  MMIM_GLIDE_OUTPUT_DIR = 456
  MMIM_GLIDE_PARA_NPROC = 159
  MMIM_GLIDE_PARA_SUBJOBS = 160
  MMIM_GLIDE_PEPTIDE = 59
  MMIM_GLIDE_PHASE_DB = 457
  MMIM_GLIDE_PHASE_SUBSET = 458
  MMIM_GLIDE_POSTDOCK_CG = 60
  MMIM_GLIDE_POSTDOCK_CVFACT = 301
  MMIM_GLIDE_POSTDOCK_GSFACT = 302
  MMIM_GLIDE_POSTDOCK_LIGMIN = 61
  MMIM_GLIDE_POSTDOCK_NPOSES = 161
  MMIM_GLIDE_POSTDOCK_PMITMAX = 162
  MMIM_GLIDE_POSTDOCK_SCITMAX = 163
  MMIM_GLIDE_POSTDOCK_STRAINCOR = 62
  MMIM_GLIDE_POSTDOCK_XP_DELE = 303
  MMIM_GLIDE_POSTDOCK_ZINT = 304
  MMIM_GLIDE_POSTSTRAIN_ELEC = 63
  MMIM_GLIDE_POSTSTRAIN_EMFACTOR = 305
  MMIM_GLIDE_POSTSTRAIN_EMTHRESH = 306
  MMIM_GLIDE_POSTSTRAIN_FCTIGHT = 307
  MMIM_GLIDE_POSTSTRAIN_GSFACTOR = 308
  MMIM_GLIDE_POSTSTRAIN_GSTHRESH = 309
  MMIM_GLIDE_POSTSTRAIN_HWTIGHT = 310
  MMIM_GLIDE_PRECISION = 459
  MMIM_GLIDE_PREMIN_CG = 64
  MMIM_GLIDE_PREMIN_ELEC = 65
  MMIM_GLIDE_PREMIN_ITMAX = 164
  MMIM_GLIDE_PY_JOBTYPE = 460
  MMIM_GLIDE_RADIUS_RES_INTERACTION = 311
  MMIM_GLIDE_REC_CONS_ATOMS = 230
  MMIM_GLIDE_REC_CONS_MAX = 10
  MMIM_GLIDE_REC_CONS_NAMES = 537
  MMIM_GLIDE_REC_CONS_NUM = 165
  MMIM_GLIDE_REC_CONS_RMETCOORD = 389
  MMIM_GLIDE_REC_CONS_RNOEMAX = 390
  MMIM_GLIDE_REC_CONS_RNOEMIN = 391
  MMIM_GLIDE_REC_CONS_RPOS = 392
  MMIM_GLIDE_REC_CONS_XMETCOORD = 393
  MMIM_GLIDE_REC_CONS_XNOE = 394
  MMIM_GLIDE_REC_CONS_XPOS = 395
  MMIM_GLIDE_REC_CONS_YMETCOORD = 396
  MMIM_GLIDE_REC_CONS_YNOE = 397
  MMIM_GLIDE_REC_CONS_YPOS = 398
  MMIM_GLIDE_REC_CONS_ZMETCOORD = 399
  MMIM_GLIDE_REC_CONS_ZNOE = 400
  MMIM_GLIDE_REC_CONS_ZPOS = 401
  MMIM_GLIDE_REC_EXVOL_NAMES = 538
  MMIM_GLIDE_REC_EXVOL_NUM = 166
  MMIM_GLIDE_REC_METCOORDCONS_NSITES = 231
  MMIM_GLIDE_REC_METCOORDCONS_NUM = 167
  MMIM_GLIDE_REC_NOECONS_NUM = 168
  MMIM_GLIDE_REC_POSITCONS_NUM = 169
  MMIM_GLIDE_REC_REXVOL = 402
  MMIM_GLIDE_REC_REXVOLIN = 403
  MMIM_GLIDE_REC_SCALE_ASL = 539
  MMIM_GLIDE_REC_SCALE_CHG = 404
  MMIM_GLIDE_REC_SCALE_RAD = 405
  MMIM_GLIDE_REC_USE_ASLSCALE = 66
  MMIM_GLIDE_REC_USE_MAESCALE = 67
  MMIM_GLIDE_REC_XEXVOL = 406
  MMIM_GLIDE_REC_YEXVOL = 407
  MMIM_GLIDE_REC_ZEXVOL = 408
  MMIM_GLIDE_REF_LIGAND_CT = 170
  MMIM_GLIDE_REF_LIGAND_ENTRY = 461
  MMIM_GLIDE_REF_LIGAND_FILE = 462
  MMIM_GLIDE_REF_LIGAND_FMT = 463
  MMIM_GLIDE_REF_LIGAND_NUM = 171
  MMIM_GLIDE_REF_LIGAND_SOURCE = 464
  MMIM_GLIDE_REWARD_INTRA_HBONDS = 68
  MMIM_GLIDE_SAMPLING = 172
  MMIM_GLIDE_SCORE_INPUT_POSE = 69
  MMIM_GLIDE_SCORE_MINIMIZED_INPUT_POSE = 70
  MMIM_GLIDE_SCORING_EXTRA = 465
  MMIM_GLIDE_SCOR_USE_METALRAD = 71
  MMIM_GLIDE_SCREEN_EXTRA = 466
  MMIM_GLIDE_SIMIL_JOB = 256
  MMIM_GLIDE_SKIP_EPIK_METALONLY = 72
  MMIM_GLIDE_SUBSTRPENAL = 467
  MMIM_GLIDE_TORCONSFILE = 468
  MMIM_GLIDE_TORCONS_ALLBONDS = 135
  MMIM_GLIDE_TORCONS_IATOMS = 232
  MMIM_GLIDE_TORCONS_JATOMS = 233
  MMIM_GLIDE_TORCONS_KATOMS = 234
  MMIM_GLIDE_TORCONS_LATOMS = 235
  MMIM_GLIDE_TORCONS_PATTERNS = 540
  MMIM_GLIDE_TORCONS_PATTERN_INDEX = 236
  MMIM_GLIDE_TORCONS_SETVAL = 136
  MMIM_GLIDE_TORCONS_VALUES = 409
  MMIM_GLIDE_USECONS_FEATINDEX = 237
  MMIM_GLIDE_USECONS_GROUPINDEX = 238
  MMIM_GLIDE_USECONS_LABELS = 541
  MMIM_GLIDE_USE_ALL_EXVOL = 73
  MMIM_GLIDE_USE_CONS_FEAT = 74
  MMIM_GLIDE_USE_CONS_MAX = 4
  MMIM_GLIDE_USE_EPIK_PENAL = 75
  MMIM_GLIDE_USE_EXVOL_NAMES = 542
  MMIM_GLIDE_USE_EXVOL_NUM = 173
  MMIM_GLIDE_USE_FLEXASL = 76
  MMIM_GLIDE_USE_FLEXMAE = 77
  MMIM_GLIDE_USE_NEWXP = 78
  MMIM_GLIDE_USE_POSTDOCK = 79
  MMIM_GLIDE_USE_PREMIN = 80
  MMIM_GLIDE_USE_REC_CONS = 81
  MMIM_GLIDE_USE_REC_EXVOL = 82
  MMIM_GLIDE_USE_REF_LIGAND = 83
  MMIM_GLIDE_WRITEREPT = 84
  MMIM_GLIDE_WRITE_RES_INTERACTION = 85
  MMIM_GLIDE_XP_NXCORE = 174
  MMIM_GLIDE_XP_WRITE_DESC = 86
  MMIM_GLIDE_XP_XPREFCUT = 312
  MMIM_GRIDGEN_JOB = 64
  MMIM_GRID_CENTER_ASL = 469
  MMIM_GSCORE_CUTOFF = 313
  MMIM_HBOND_CONSTRAINTS = 543
  MMIM_HMC_JOB = 4
  MMIM_HMC_NCYCLES = 175
  MMIM_HMC_NMDMC = 176
  MMIM_HMC_TIMESTEP = 314
  MMIM_JOB_DISPOSITION = 470
  MMIM_JOB_DRIVERHOST_ARG = 471
  MMIM_JOB_HOST = 472
  MMIM_JOB_HOST_ARG = 473
  MMIM_JOB_ID = 474
  MMIM_JOB_LOGIN = 475
  MMIM_JOB_NAME = 476
  MMIM_JOB_TMPDIR = 477
  MMIM_JOB_TYPE = 177
  MMIM_JOB_VIEWNAME = 478
  MMIM_KEEP_STATE = 87
  MMIM_LIA_BINDE_MODEL = 479
  MMIM_LIA_FIX_ALPHA = 88
  MMIM_LIA_FIX_BETA = 89
  MMIM_LIA_FIX_GAMMA = 90
  MMIM_LIA_FIX_GS_INTERCEPT = 91
  MMIM_LIA_FIX_GS_SLOPE = 92
  MMIM_LIA_GSCORE_INTERCEPT = 315
  MMIM_LIA_GSCORE_SLOPE = 316
  MMIM_LIA_HASLIALIG = 93
  MMIM_LIA_JOB = 8
  MMIM_LIA_LIAALPHA = 317
  MMIM_LIA_LIAANALYSISTYPE = 480
  MMIM_LIA_LIABEFILE = 481
  MMIM_LIA_LIABETA = 318
  MMIM_LIA_LIABOUNDGCUT = 319
  MMIM_LIA_LIABOUNDHEAT = 320
  MMIM_LIA_LIABOUNDINT = 178
  MMIM_LIA_LIABOUNDMINI = 179
  MMIM_LIA_LIABOUNDPREMINI = 180
  MMIM_LIA_LIABOUNDPROD = 321
  MMIM_LIA_LIAFITNAME = 482
  MMIM_LIA_LIAFREEINT = 181
  MMIM_LIA_LIAGAMMA = 322
  MMIM_LIA_LIALIGFMT = 483
  MMIM_LIA_LIALIGFNAME = 484
  MMIM_LIA_LIALIGGCUT = 323
  MMIM_LIA_LIALIGHEAT = 324
  MMIM_LIA_LIALIGMINI = 182
  MMIM_LIA_LIALIGPREMINI = 183
  MMIM_LIA_LIALIGPROD = 325
  MMIM_LIA_LIALISTFILE = 485
  MMIM_LIA_LIALOWCUT = 326
  MMIM_LIA_LIAMETHOD = 486
  MMIM_LIA_LIANPROC = 184
  MMIM_LIA_LIARELTIME = 327
  MMIM_LIA_LIASIMTYPE = 487
  MMIM_LIA_LIASNAME = 488
  MMIM_LIA_LIASPECLIGS = 489
  MMIM_LIA_LIATEMP = 328
  MMIM_LIA_LIATYPE = 490
  MMIM_LIA_LIAUPCUT = 329
  MMIM_LIA_MINIBOUND = 94
  MMIM_LIA_MINILIG = 95
  MMIM_LIA_MIN_ALGORITHM = 491
  MMIM_LIA_TN_BOUND_CUTOFF = 330
  MMIM_LIA_TN_BOUND_NFULL = 185
  MMIM_LIA_TN_FREE_CUTOFF = 331
  MMIM_LIA_TN_FREE_NFULL = 186
  MMIM_LIA_USE_MAE_CHARGES = 96
  MMIM_LIGAND_MOLECULE = 187
  MMIM_LIGAND_NAME = 'LIG_'
  MMIM_LIG_BADDIST2 = 332
  MMIM_LIG_CCUT = 333
  MMIM_LIG_DOCKDISPLAYED = 97
  MMIM_LIG_ECONFCUT = 334
  MMIM_LIG_ENDLIG = 188
  MMIM_LIG_INNERBOX = 239
  MMIM_LIG_LIGFMT = 492
  MMIM_LIG_LIGLIST = 544
  MMIM_LIG_LIGOFFSET = 189
  MMIM_LIG_MAXLIGAT = 190
  MMIM_LIG_MAXLIGRB = 191
  MMIM_LIG_RINGCONFCUT = 335
  MMIM_LIG_STARTLIG = 192
  MMIM_LIG_USE_MAE_CHARGES = 98
  MMIM_LIG_VSCALE = 336
  MMIM_MACROCYCLE = 99
  MMIM_MACROCYCLE_OPTIONS = 493
  MMIM_MAXCOSDIFF = 0.2
  MMIM_MDPARAMS_EVERY = 193
  MMIM_MDPARAMS_FASTFREQ = 194
  MMIM_MDPARAMS_INTEGRATOR = 494
  MMIM_MDPARAMS_MDSTATISTICS = 100
  MMIM_MDPARAMS_MEDIUMFREQ = 195
  MMIM_MDPARAMS_NPRNT = 196
  MMIM_MDPARAMS_SLOWFREQ = 197
  MMIM_MDPARAMS_STOPROT = 101
  MMIM_MDPARAMS_TRAJ = 102
  MMIM_MDPARAMS_TRAJFILE = 495
  MMIM_MDPARAMS_TRAJVELOCITIES = 103
  MMIM_METAL_CONSTRAINTS = 545
  MMIM_METCOORD_CONSTRAINTS = 546
  MMIM_METCOORD_ERR = -6
  MMIM_METCOORD_SITES = 547
  MMIM_MET_COORD_PRIMARY = 1
  MMIM_MET_COORD_SECONDARY = 2
  MMIM_MINIMIZATION_JOB = 1
  MMIM_MINI_ALGORITHM = 496
  MMIM_MINI_CONVERGENCE = 497
  MMIM_MINI_DECRITERIA = 337
  MMIM_MINI_DX0 = 338
  MMIM_MINI_DXM = 339
  MMIM_MINI_NCYCLES = 198
  MMIM_MINI_RMSCRITERIA = 340
  MMIM_MINI_TN_CUTOFF = 341
  MMIM_MINI_TN_NFULL = 199
  MMIM_MOL_BITSETS = 240
  MMIM_MOL_IDS = 548
  MMIM_MULTI_DOCKING_JOB = 2048
  MMIM_NEWXP_DELPOSE = 1.0
  MMIM_NEWXP_MAXKEEP = 10000
  MMIM_NEWXP_MAXPERLIG = 1000
  MMIM_NEWXP_MAXREF = 1000
  MMIM_NEWXP_RMSPOSE = 1.0
  MMIM_NOE_CONSTRAINTS = 549
  MMIM_NOTFOUND = -4
  MMIM_NO_TEST_FF = 104
  MMIM_NREQUIRED_CONS = 498
  MMIM_OK = 0
hash(x)
  MMIM_OLDSOFT_DELPOSE = 0.0
  MMIM_OLDSOFT_RMSPOSE = 0.0
  MMIM_OUTPUT_DELPOSE = 342
  MMIM_OUTPUT_HTORPOSE = 343
  MMIM_OUTPUT_MAXPERLIG = 200
  MMIM_OUTPUT_NMAXRMSSYM = 201
  MMIM_OUTPUT_NREPORT = 202
  MMIM_OUTPUT_OUTPUTDISP = 499
  MMIM_OUTPUT_POSEDIST = 344
  MMIM_OUTPUT_USEHTOR = 105
  MMIM_PCALIGN_JOB = 4096
  MMIM_PHASE_NCONFS = 203
  MMIM_POSIT_CONSTRAINTS = 550
  MMIM_POTE_BOUNDARY = 106
  MMIM_POTE_CONTINUUMTYPE = 500
  MMIM_POTE_DIELECTRICTYPE = 501
  MMIM_POTE_EWALDALPHA = 345
  MMIM_POTE_EWALDCORRECTION = 107
  MMIM_POTE_EWALDKMAX = 204
  MMIM_POTE_FASTLEVEL = 205
  MMIM_POTE_FASTMAXMULT = 206
  MMIM_POTE_FASTMULTIPOLE = 108
  MMIM_POTE_FASTSMOOTH = 109
  MMIM_POTE_FORCEPLANAR = 110
  MMIM_POTE_LISTUPDATE = 207
  MMIM_POTE_PARAMSTD = 502
  MMIM_POTE_PBFRESOLUTION = 503
  MMIM_POTE_SCALEIMP = 346
  MMIM_POTE_SCALEIMPBEND = 347
  MMIM_POTE_SCALETOR = 348
  MMIM_POTE_SGBCUTOFF = 349
  MMIM_POTE_TRUNCATIONUSE = 111
  MMIM_POTE_TRUNCDIST = 350
  MMIM_POTE_TRUNCLOW = 351
  MMIM_POTE_TRUNCSELECT = 504
  MMIM_POTE_TRUNCTYPE = 505
  MMIM_POTE_TRUNCUPP = 352
  MMIM_QMMM_JOB = 1024
  MMIM_QMSTATE_CHARGE = 208
  MMIM_QMSTATE_MULT = 209
  MMIM_QMSTATE_NPROC = 210
  MMIM_QMSTATE_OPT = 112
  MMIM_QMSTATE_OPTIONS = 506
  MMIM_QMSTATE_QMMET = 507
  MMIM_QMSTATE_SPIN_UNRES = 113
  MMIM_QSITE_CONTINUUMTYPE = 508
  MMIM_QSITE_DIELECTRICTYPE = 509
  MMIM_QSITE_DIELECTRIC_CONST = 353
  MMIM_QSITE_FORCEFIELD = 510
  MMIM_QSITE_HCAP = 137
  MMIM_QSITE_HCAPDIST = 410
  MMIM_QSITE_LISTUPDATE = 211
  MMIM_QSITE_MINI_ALGORITHM = 511
  MMIM_QSITE_MINI_NCYCLES = 212
  MMIM_QSITE_MIN_DELTAE = 354
  MMIM_QSITE_MIN_RMSCUT = 355
  MMIM_QSITE_MMATOM = 551
  MMIM_QSITE_OPT_METHOD = 512
  MMIM_QSITE_OPT_NCYCLES = 213
  MMIM_QSITE_PBFRESOLUTION = 513
  MMIM_QSITE_PROD_ENTRY = 514
  MMIM_QSITE_QMATNUM = 241
  MMIM_QSITE_QMATOM = 552
  MMIM_QSITE_QMCHN = 553
  MMIM_QSITE_QMINST = 554
  MMIM_QSITE_QMMOL = 242
  MMIM_QSITE_QMRES = 243
  MMIM_QSITE_REACT_ENTRY = 515
  MMIM_QSITE_RESTART = 516
  MMIM_QSITE_RESTTOR = 114
  MMIM_QSITE_RESTTOR_ADJ_VAL = 356
  MMIM_QSITE_RESTTOR_FC_ADJUST = 115
  MMIM_QSITE_RESTTOR_FORCEC = 357
  MMIM_QSITE_RESTTOR_RANGE = 358
  MMIM_QSITE_SEATNUM = 244
  MMIM_QSITE_SEATOM = 555
  MMIM_QSITE_SGBCUTOFF = 359
  MMIM_QSITE_THEORY = 556
  MMIM_QSITE_TRUNCATIONUSE = 116
  MMIM_QSITE_TRUNCDIST = 360
  MMIM_QSITE_TRUNCLOW = 361
  MMIM_QSITE_TRUNCSELECT = 517
  MMIM_QSITE_TRUNCTYPE = 518
  MMIM_QSITE_TRUNCUPP = 362
  MMIM_QSITE_TSGUESS_ENTRY = 519
  MMIM_QSITE_TS_FRACTION = 363
  MMIM_QSITE_TS_METHOD = 520
  MMIM_RANDOM_SEED = 214
  MMIM_RECEPTOR_NAME = 'REC_'
  MMIM_RECEP_ACTXRANGE = 364
  MMIM_RECEP_ACTYRANGE = 365
  MMIM_RECEP_ACTZRANGE = 366
  MMIM_RECEP_BOXSIZE = 367
  MMIM_RECEP_CCUT = 368
  MMIM_RECEP_FILE = 521
  MMIM_RECEP_GRIDCENTER = 411
  MMIM_RECEP_GRIDLIG = 117
  MMIM_RECEP_GSOURCE = 522
  MMIM_RECEP_OUTERBOX = 412
  MMIM_RECEP_SIZESPEC = 523
  MMIM_RECEP_VSCALE = 369
  MMIM_REC_USE_MAE_CHARGES = 118
  MMIM_REPEXCH = 119
  MMIM_REPEXCH_NSTEPEXCH = 215
  MMIM_REPEXCH_REFTEMPID = 216
  MMIM_REPEXCH_RESTART = 120
  MMIM_REPEXCH_RESTART_FILENAME = 524
  MMIM_REPEXCH_TARGETTEMP = 413
  MMIM_REPORT_CPU_TIME = 121
  MMIM_SCORING_CVCUTOFF = 370
  MMIM_SCORING_DIELMOD = 525
  MMIM_SCORING_FLEXTORS = 122
  MMIM_SCORING_HBCUTOFF = 371
  MMIM_SCORING_ITMAX = 217
  MMIM_SCORING_MAXKEEP = 218
  MMIM_SCORING_MAXREF = 219
  MMIM_SCORING_MLCUTOFF = 372
  MMIM_SCORING_SCORECUT = 373
  MMIM_SCORING_VSHORT = 526
  MMIM_SMARTS_BUF_SIZ = 2048
  MMIM_SOAK_DENS = 374
  MMIM_SOAK_JOB = 32
  MMIM_SOAK_LFROM = 527
  MMIM_SOAK_LX = 375
  MMIM_SOAK_LY = 376
  MMIM_SOAK_LZ = 377
  MMIM_SOAK_MOLEC = 528
  MMIM_SOAK_NMAX = 220
  MMIM_SOAK_TYPE = 529
  MMIM_SOLVENT_NAME = 'SLV_'
  MMIM_USE_CONS = 557
  MMIM_USE_ENTRIES = 123
  MMIM_USE_M2IO_GZIP = 124
  MMIM_USE_MAE_CHARGES = 125
  MMIM_WRITE_KEYWORDS = 126
  MMIM_WRONG_FMT = -3
  MMIM_WSCORE = 127
  MMIM_WS_COUL = 530
  MMIM_WS_COULCUT = 378
  MMIM_WS_DISABLE_TERMS = 558
  MMIM_WS_EXCLUDED_PDB_WATERS = 245
  MMIM_WS_EXCLUDED_PROT_RESIDUES = 246
  MMIM_WS_EXCLUDED_WATER_COORDS = 414
  MMIM_WS_EXCLUDED_WMAP_WATERS = 247
  MMIM_WS_HR = 379
  MMIM_WS_OFFSET = 380
  MMIM_WS_VOID_FILE = 531
  MMIM_WS_WATREF = 381
  MMIM_WS_WMAPSCORE = 128
  MMIM_WS_WMAP_FILE = 532
  MMIM_WS_WRTBEST = 129
  MMIM_WS_ZROFF = 382
  MMIM_XCENT = 383
  MMIM_YCENT = 384
  MMIM_ZCENT = 385
  MMJAG_ACTIVE_COORD = 2
  MMJAG_ALLOW_SCF_FAILURE_OFF = 0
hash(x)
  MMJAG_ALLOW_SCF_FAILURE_ON = 1
  MMJAG_ALL_DIFF = 0
hash(x)
  MMJAG_ALL_SAME = -1
  MMJAG_ANGSTROM_DEGREE = 1
  MMJAG_ANGSTROM_RADIAN = 3
hash(x)
  MMJAG_APPEND_NO_OVERWRITE = 2
  MMJAG_APPEND_OFF = 0
hash(x)
  MMJAG_APPEND_OVERWRITE = 1
  MMJAG_APPEND_X_NO_OVERWRITE = 4
  MMJAG_APPEND_X_OVERWRITE = 3
hash(x)
  MMJAG_AROMATIC_NIT_SMARTS1 = '[n-0X3]'
  MMJAG_AROMATIC_NIT_SMARTS2 = '[N-0X3]'
  MMJAG_ATOMIC_2SPIN = 6
  MMJAG_ATOMIC_ATOM = 0
hash(x)
  MMJAG_ATOMIC_BASIS = 11
  MMJAG_ATOMIC_CHARGE = 14
  MMJAG_ATOMIC_COV = 10
  MMJAG_ATOMIC_DAF = 13
  MMJAG_ATOMIC_ESP = 3
hash(x)
  MMJAG_ATOMIC_FORMAL = 4
  MMJAG_ATOMIC_FRAG = 15
  MMJAG_ATOMIC_GRID = 12
  MMJAG_ATOMIC_ISOTOPE = 1
  MMJAG_ATOMIC_MASS = 2
  MMJAG_ATOMIC_MULK = 7
  MMJAG_ATOMIC_MULTIP = 5
  MMJAG_ATOMIC_VDW = 8
  MMJAG_ATOMIC_VDW2 = 9
  MMJAG_ATOM_BEND2 = 2
  MMJAG_ATOM_CART = 0
hash(x)
  MMJAG_ATOM_ZMAT = 1
  MMJAG_AUTO_SCALE_AUTO = 1
  MMJAG_AUTO_SCALE_AUTO_DONE = -1
  MMJAG_AUTO_SCALE_AUTO_ZPE = 2
  MMJAG_AUTO_SCALE_AUTO_ZPE_DONE = -2
  MMJAG_AUTO_SCALE_OFF = 0
hash(x)
  MMJAG_BASIS_CARTESIAN = 1
  MMJAG_BASIS_DEFAULT = 0
hash(x)
  MMJAG_BASIS_NONCARTESIAN = 2
  MMJAG_BOHR_DEGREE = 2
  MMJAG_BOHR_RADIAN = 0
hash(x)
  MMJAG_BUILDHESS_BACK = 2
  MMJAG_BUILDHESS_BACK_NOPREVIOUS = 22
  MMJAG_BUILDHESS_BACK_SAFE = 12
  MMJAG_BUILDHESS_BACK_SAFE_NOPREVIOUS = 32
  MMJAG_BUILDHESS_FWD = 1
  MMJAG_BUILDHESS_FWD_NOPREVIOUS = 21
  MMJAG_BUILDHESS_FWD_SAFE = 11
  MMJAG_BUILDHESS_FWD_SAFE_NOPREVIOUS = 31
  MMJAG_BUILDHESS_OFF = 0
hash(x)
  MMJAG_BUILDHESS_OPT = 3
hash(x)
  MMJAG_BUILDHESS_OPT_NOPREVIOUS = 23
  MMJAG_BUILDHESS_OPT_SAFE = 13
  MMJAG_BUILDHESS_OPT_SAFE_NOPREVIOUS = 33
  MMJAG_CHAR = 3
hash(x)
  MMJAG_CHECK_MIN_AMIDE_OFF = 0
hash(x)
  MMJAG_CHECK_MIN_AMIDE_ON = 1
  MMJAG_CHECK_MIN_HB_TAR_ADD = 1
  MMJAG_CHECK_MIN_HB_TAR_TARGET = 1
  MMJAG_CHECK_MIN_HESSIAN = 1
  MMJAG_CHECK_MIN_OFF = 0
hash(x)
  MMJAG_CHECK_MIN_PERTURB_ALL = 2
  MMJAG_CHECK_MIN_PERTURB_OVERLAP = 3
hash(x)
  MMJAG_CHECK_MIN_RETURN_OFF = 0
hash(x)
  MMJAG_CHECK_MIN_RETURN_ON = 1
  MMJAG_CHECK_MIN_TARGET_ADD = 1
  MMJAG_CHECK_MIN_TARGET_TARGET = 1
  MMJAG_CHECK_MIN_UPDATE_OFF = 0
hash(x)
  MMJAG_CHECK_MIN_UPDATE_ON = 1
  MMJAG_COMPUTE_CHEMICAL_SHIFTS_OFF = 1
  MMJAG_COMPUTE_CHEMICAL_SHIFTS_ON = 0
hash(x)
  MMJAG_CONN_FROM_MAE_OFF = 0
hash(x)
  MMJAG_CONN_FROM_MAE_ON = 1
  MMJAG_COORD_ANGLE = 5
  MMJAG_COORD_CART_X = 0
hash(x)
  MMJAG_COORD_CART_XYZ = 3
hash(x)
  MMJAG_COORD_CART_Y = 1
  MMJAG_COORD_CART_Z = 2
  MMJAG_COORD_DISTANCE = 4
  MMJAG_COORD_NATURAL_TORSION = 7
  MMJAG_COORD_TORSION = 6
  MMJAG_CORR_NONE = 0
hash(x)
  MMJAG_CORR_PW91 = 4
  MMJAG_CORR_PZ = 3
hash(x)
  MMJAG_CORR_VWN = 1
  MMJAG_CORR_VWN5 = 2
  MMJAG_DFTNAME_B1B95 = 'b1b95'
  MMJAG_DFTNAME_B1B95_D3 = 'b1b95-d3'
  MMJAG_DFTNAME_B3LYP = 'b3lyp'
  MMJAG_DFTNAME_B3LYP_D3 = 'b3lyp-d3'
  MMJAG_DFTNAME_B3LYP_LOC = 'b3lyp-loc'
  MMJAG_DFTNAME_B3LYP_MM = 'b3lyp-mm'
  MMJAG_DFTNAME_B3P86 = 'b3p86'
  MMJAG_DFTNAME_B3PW91 = 'b3pw91'
  MMJAG_DFTNAME_B3PW91_D3 = 'b3pw91-d3'
  MMJAG_DFTNAME_B97 = 'b97-1'
  MMJAG_DFTNAME_B97_D = 'b97-d'
  MMJAG_DFTNAME_B97_D3 = 'b97-d3'
  MMJAG_DFTNAME_B98 = 'b98'
  MMJAG_DFTNAME_BB1K = 'bb1k'
  MMJAG_DFTNAME_BHandH = 'bhandh'
  MMJAG_DFTNAME_BHandHLYP = 'bhandhlyp'
  MMJAG_DFTNAME_BLYP = 'blyp'
  MMJAG_DFTNAME_BLYP_D3 = 'blyp-d3'
  MMJAG_DFTNAME_BP86 = 'bp86'
  MMJAG_DFTNAME_BP86VWN5 = 'bp86-vwn5'
  MMJAG_DFTNAME_BP86_D3 = 'bp86-d3'
  MMJAG_DFTNAME_BPW91 = 'bpw91'
  MMJAG_DFTNAME_GAM = 'gam'
  MMJAG_DFTNAME_HCTH407 = 'hcth407'
  MMJAG_DFTNAME_HFB = 'hfb'
  MMJAG_DFTNAME_HFPW = 'hfpw'
  MMJAG_DFTNAME_HFS = 'hfs'
  MMJAG_DFTNAME_M05 = 'm05'
  MMJAG_DFTNAME_M05_2X = 'm05-2x'
  MMJAG_DFTNAME_M05_2X_D3 = 'm05-2x-d3'
  MMJAG_DFTNAME_M05_D3 = 'm05-d3'
  MMJAG_DFTNAME_M06 = 'm06'
  MMJAG_DFTNAME_M06_2X = 'm06-2x'
  MMJAG_DFTNAME_M06_2X_D3 = 'm06-2x-d3'
  MMJAG_DFTNAME_M06_D3 = 'm06-d3'
  MMJAG_DFTNAME_M06_HF = 'm06-hf'
  MMJAG_DFTNAME_M06_HF_D3 = 'm06-hf-d3'
  MMJAG_DFTNAME_M06_L = 'm06-l'
  MMJAG_DFTNAME_MN12_L = 'mn12-l'
  MMJAG_DFTNAME_MN15 = 'mn15'
  MMJAG_DFTNAME_MN15_L = 'mn15-l'
  MMJAG_DFTNAME_MPW1K = 'mpw1k'
  MMJAG_DFTNAME_MPW1PW91 = 'mpw1pw91'
  MMJAG_DFTNAME_MPWB1K = 'mpwb1k'
  MMJAG_DFTNAME_MPWB1K_D3 = 'mpwb1k-d3'
  MMJAG_DFTNAME_N12 = 'n12'
  MMJAG_DFTNAME_O3LYP = 'o3lyp'
  MMJAG_DFTNAME_OLYP = 'olyp'
  MMJAG_DFTNAME_OLYP_D3 = 'olyp-d3'
  MMJAG_DFTNAME_PBE = 'pbe'
  MMJAG_DFTNAME_PBE0 = 'pbe0'
  MMJAG_DFTNAME_PBE0_D3 = 'pbe0-d3'
  MMJAG_DFTNAME_PBE_D3 = 'pbe-d3'
  MMJAG_DFTNAME_PBE_ULG = 'pbe-ulg'
  MMJAG_DFTNAME_PW6B95 = 'pw6b95'
  MMJAG_DFTNAME_PW6B95_D3 = 'pw6b95-d3'
  MMJAG_DFTNAME_PWB6K = 'pwb6k'
  MMJAG_DFTNAME_PWPW91 = 'pwpw91'
  MMJAG_DFTNAME_SB98 = 'sb98'
  MMJAG_DFTNAME_SVWN = 'svwn'
  MMJAG_DFTNAME_SVWN5 = 'svwn5'
  MMJAG_DFTNAME_TMGGA = 'tmgga'
  MMJAG_DFTNAME_VS98 = 'vs98'
  MMJAG_DFTNAME_X3LYP = 'x3lyp'
  MMJAG_DFTNAME_XALPHA = 'xalpha'
  MMJAG_DIE_IF_SAME_GEOM_OFF = 0
hash(x)
  MMJAG_DIE_IF_SAME_GEOM_ON = 1
  MMJAG_DIE_ON_OPT_FAILURE_OFF = 0
hash(x)
  MMJAG_DIE_ON_OPT_FAILURE_ON = 1
  MMJAG_DIFF_GEOMETRY = 1
  MMJAG_DIFF_MOLECULE = 0
hash(x)
  MMJAG_DIRECTIVE_MAEFILE = 'MAEFILE'
  MMJAG_DUMP_RESET_TRUST_OFF = 0
hash(x)
  MMJAG_DUMP_RESET_TRUST_RESET_AND_SKIP = 1
  MMJAG_DUMP_RESET_TRUST_RESET_ONLY = 4
  MMJAG_DUMP_RESET_TRUST_SKIP_CHKSTEP = 2
  MMJAG_DUMP_RESET_TRUST_SKIP_DOUBT = 3
hash(x)
  MMJAG_ELMSYM_STRLEN = 4
  MMJAG_EPSILON_ANGLE = 0.0001
  MMJAG_EPSILON_DIST = 1e-06
  MMJAG_ERR = 1
  MMJAG_ESPANAL_OFF = 0
hash(x)
  MMJAG_ESPANAL_ON = 1
  MMJAG_ESPUNIT_EV = 6
  MMJAG_ESPUNIT_HARTREE = 3
hash(x)
  MMJAG_ESPUNIT_KCALMOL = 4
  MMJAG_ESPUNIT_KCALMOLELEC = 1
  MMJAG_ESPUNIT_KT = 5
  MMJAG_ESPUNIT_KTELEC = 2
  MMJAG_ETRANSFER_CHARGESEP = 2
  MMJAG_ETRANSFER_INTER = 1
  MMJAG_ETRANSFER_INTRA = 3
hash(x)
  MMJAG_EXCH_EXACT = 0
hash(x)
  MMJAG_EXCH_SLATER = 1
  MMJAG_EXCH_XA = 9
  MMJAG_FALSE = 0
hash(x)
  MMJAG_FIXED_CONSTRAINT = 1
  MMJAG_FOUR_COORDINATE_GEOM = 4
  MMJAG_FUKUI_FN_N_MINUS = -1
  MMJAG_FUKUI_FN_N_PLUS = 1
  MMJAG_FUKUI_FN_OFF = 0
hash(x)
  MMJAG_FUKUI_OFF = 0
hash(x)
  MMJAG_FUKUI_ON = 1
  MMJAG_GCHARGE_CUBFIT = -2
  MMJAG_GCHARGE_SPHFIT = -1
  MMJAG_GCOARSE_CUBDEN = -3
  MMJAG_GCOARSE_CUBFIT = -2
  MMJAG_GCOARSE_DFCPHF = -9
  MMJAG_GCOARSE_DFTCOARSE = -10
  MMJAG_GCOARSE_DFTDER2 = -8
  MMJAG_GCOARSE_DFTFINE = -13
  MMJAG_GCOARSE_DFTFULL = -14
  MMJAG_GCOARSE_DFTGRAD = -12
  MMJAG_GCOARSE_DFTMED = -11
  MMJAG_GCOARSE_PLOT = -7
  MMJAG_GCOARSE_SPHFIT = -1
  MMJAG_GCOARSE_USER = -6
  MMJAG_GEOCONVCHK_OFF = 0
hash(x)
  MMJAG_GEOCONVCHK_ON = 1
  MMJAG_GEOCONV_MODE_flexible = 'flexible'
  MMJAG_GEOCONV_MODE_standard = 'standard'
  MMJAG_GET_N_B3LYPLOC_ALL_METALS = 30
  MMJAG_GET_N_B3LYPLOC_SPECIFIC_LIGAND_SMARTS = 3
hash(x)
  MMJAG_GET_N_B3LYPLOC_VALIDATED_BASES = 4
  MMJAG_GET_N_B3LYPLOC_VALIDATED_METAL_BASES = 2
  MMJAG_HARMONIC_CONSTRAINT = 6
  MMJAG_HCAPESCHG_GAUSS = 2
  MMJAG_HCAPESCHG_GAUSSGRID = 3
hash(x)
  MMJAG_HCAPESCHG_NONE = 0
hash(x)
  MMJAG_HCAPESCHG_PTCHG = 1
  MMJAG_HIGH_SPIN_THRESH = 74.0
  MMJAG_HYBRID_B3 = 2
  MMJAG_HYBRID_B971 = 5
  MMJAG_HYBRID_B98 = 3
hash(x)
  MMJAG_HYBRID_HALF = 1
  MMJAG_HYBRID_NONE = 0
hash(x)
  MMJAG_HYBRID_SB98 = 4
  MMJAG_IACCG_ACCURATE = 2
  MMJAG_IACCG_CUSTOM = 6
  MMJAG_IACCG_QUICK = 3
hash(x)
  MMJAG_IACCG_SOLV = 4
  MMJAG_IACCG_TIGHT = 5
  MMJAG_IACC_ACCURATE = 2
  MMJAG_IACC_HIGH = 1
  MMJAG_IACC_QUICK = 3
hash(x)
  MMJAG_IACC_USER = 4
  MMJAG_IACSCF_NO = 0
hash(x)
  MMJAG_IACSCF_OPT2 = 2
  MMJAG_IACSCF_OPT3 = 3
hash(x)
  MMJAG_IACSCF_OPT4 = 4
  MMJAG_IACSCF_YES = 1
  MMJAG_ICANORB_OFF = 0
hash(x)
  MMJAG_ICANORB_ON = 1
  MMJAG_ICAVITY_AUTO = 1
  MMJAG_ICAVITY_OFF = 0
hash(x)
  MMJAG_ICAVITY_ON = 2
  MMJAG_ICDFT_OFF = 0
hash(x)
  MMJAG_ICDFT_ON = 1
  MMJAG_ICFIT_ATOM = 1
  MMJAG_ICFIT_BOND = 2
  MMJAG_ICFIT_OFF = 0
hash(x)
  MMJAG_ICIS_OFF = 0
hash(x)
  MMJAG_ICIS_ON = 1
  MMJAG_ICOMP_OFF = 0
hash(x)
  MMJAG_ICOMP_ON = 2
  MMJAG_ICOMP_SAVE = 1
  MMJAG_ICONV_CG = 6
  MMJAG_ICONV_DIAG = 0
hash(x)
  MMJAG_ICONV_DIIS = 1
  MMJAG_ICONV_GVBDIIS = 4
  MMJAG_ICONV_OCBSE = 3
hash(x)
  MMJAG_IDAFCON_INPUT = 2
  MMJAG_IDAFCON_NAY = 1
  MMJAG_IDAFCON_STD = 0
hash(x)
  MMJAG_IDAFSAV_OFF = 0
hash(x)
  MMJAG_IDAFSAV_ON = 1
  MMJAG_IDECON_OFF = -1
  MMJAG_IDECON_ON = 1
  MMJAG_IDECON_STD = 0
hash(x)
  MMJAG_IDELOCV_ALL = 1
  MMJAG_IDELOCV_LOCAL = 2
  MMJAG_IDELOCV_OFF = 0
hash(x)
  MMJAG_IDFT_B3LYP = 22111
  MMJAG_IDFT_B3P86 = 21111
  MMJAG_IDFT_B3PW91 = 24411
  MMJAG_IDFT_B97 = 58080
  MMJAG_IDFT_B98 = 36030
  MMJAG_IDFT_BHandH = 10001
  MMJAG_IDFT_BHandHLYP = 12001
  MMJAG_IDFT_BLYP = 2011
  MMJAG_IDFT_BP86 = 1311
  MMJAG_IDFT_BP86VWN5 = 1211
  MMJAG_IDFT_BPW91 = 4411
  MMJAG_IDFT_CUSTOM = -1
  MMJAG_IDFT_HCTH407 = 3070
  MMJAG_IDFT_HFB = 11
  MMJAG_IDFT_HFPW = 41
  MMJAG_IDFT_HFS = 1
  MMJAG_IDFT_NONE = 0
hash(x)
  MMJAG_IDFT_PBE = 9490
  MMJAG_IDFT_PWPW91 = 4441
  MMJAG_IDFT_SB98 = 47060
  MMJAG_IDFT_SVWN = 101
  MMJAG_IDFT_SVWN5 = 201
  MMJAG_IDFT_TMGGA = -100
  MMJAG_IDFT_VS98 = 5020
  MMJAG_IDFT_XALPHA = 9
  MMJAG_IDOABE_OFF = 0
hash(x)
  MMJAG_IDOABE_ON = 1
  MMJAG_IDUMPHIST_OFF = 0
hash(x)
  MMJAG_IDUMPHIST_ON = 1
  MMJAG_IFDTHERM_FON = 1
  MMJAG_IFDTHERM_OFF = 0
hash(x)
  MMJAG_IFDTHERM_PFON = 2
  MMJAG_IFLINKS_OFF = 0
hash(x)
  MMJAG_IFLINKS_ON = 1
  MMJAG_IFOLLOW_OFF = 0
hash(x)
  MMJAG_IFOLLOW_ON = 1
  MMJAG_IFREQ_HESS = -1
  MMJAG_IFREQ_OFF = 0
hash(x)
  MMJAG_IFREQ_PS = 1
  MMJAG_IGEOPT_FORCES = -1
  MMJAG_IGEOPT_MIN = 1
  MMJAG_IGEOPT_OFF = 0
hash(x)
  MMJAG_IGEOPT_TS = 2
  MMJAG_IGONLY_OFF = 0
hash(x)
  MMJAG_IGONLY_ON = 1
  MMJAG_IGUESS_DENS = 11
  MMJAG_IGUESS_GVB = 3
hash(x)
  MMJAG_IGUESS_HUCKEL = 13
  MMJAG_IGUESS_IN = 1
  MMJAG_IGUESS_ONEE = 0
hash(x)
  MMJAG_IGUESS_OVER = 10
  MMJAG_IGUESS_TMIG1 = 23
  MMJAG_IGUESS_TMIG2 = 25
  MMJAG_IGUESS_TMIG3 = 30
  MMJAG_IGUESS_TMIGHQ = 15
  MMJAG_IGUESS_TMIGUSR = 20
  MMJAG_IGVBALL_ALL = 1
  MMJAG_IGVBALL_HETERO = 2
  MMJAG_IGVBALL_NONE = 0
hash(x)
  MMJAG_IGVBSEL_ALL = 7
  MMJAG_IGVBSEL_LP = 4
  MMJAG_IGVBSEL_PI = 2
  MMJAG_IGVBSEL_PILP = 6
  MMJAG_IGVBSEL_SIGLP = 5
  MMJAG_IGVBSEL_SIGMA = 1
  MMJAG_IGVBSEL_SIGPI = 3
hash(x)
  MMJAG_IHAMTYP_AVG = 1
  MMJAG_IHAMTYP_AVG2 = 4
  MMJAG_IHAMTYP_GVB = 0
hash(x)
  MMJAG_IHAMTYP_GVB2P5 = 5
  MMJAG_IHAMTYP_OSS = 2
  MMJAG_IHAMTYP_USER = 3
hash(x)
  MMJAG_IHETER_OFF = 0
hash(x)
  MMJAG_IHETER_ON = 1
  MMJAG_IHFGVB_HF = 1
  MMJAG_IHFGVB_HFGUESS = 2
  MMJAG_IHFGVB_IN = 0
hash(x)
  MMJAG_IHUPTYP_ALL = -2
  MMJAG_IHUPTYP_BFGS = 1
  MMJAG_IHUPTYP_BOFILL = 3
hash(x)
  MMJAG_IHUPTYP_MS = 4
  MMJAG_IHUPTYP_NONE = 0
hash(x)
  MMJAG_IHUPTYP_NUM = -1
  MMJAG_IHUPTYP_POWELL = 2
  MMJAG_IKEY_ALLOW_SCF_FAILURE = 'allow_scf_failure'
  MMJAG_IKEY_ATGUESS = 'atguess'
  MMJAG_IKEY_AUTO_SCALE = 'auto_scale'
  MMJAG_IKEY_BLACSRPT = 'blacsrpt'
  MMJAG_IKEY_BUILDHESS = 'buildhess'
  MMJAG_IKEY_CHECK_MIN = 'check_min'
  MMJAG_IKEY_CHECK_MIN_AMIDE = 'check_min_amide'
  MMJAG_IKEY_CHECK_MIN_HB_TAR = 'check_min_hb_tar'
  MMJAG_IKEY_CHECK_MIN_RETURN = 'check_min_return'
  MMJAG_IKEY_CHECK_MIN_TARGET = 'check_min_target'
  MMJAG_IKEY_CHECK_MIN_UPDATE = 'check_min_update'
  MMJAG_IKEY_COMPUTE_CHEMICAL_SHIFTS = 'compute_chemical_shifts'
  MMJAG_IKEY_CONN_FROM_MAE = 'conn_from_mae'
  MMJAG_IKEY_CPOISE = 'cpoise'
  MMJAG_IKEY_DCOARSE = 'dcoarse'
  MMJAG_IKEY_DFINE = 'dfine'
  MMJAG_IKEY_DGRAD = 'dgrad'
  MMJAG_IKEY_DIE_IF_SAME_GEOM = 'die_if_same_geom'
  MMJAG_IKEY_DIE_ON_OPT_FAILURE = 'die_on_opt_failure'
  MMJAG_IKEY_DLMP2 = 'dlmp2'
  MMJAG_IKEY_DLMP2GRAD = 'dlmp2grad'
  MMJAG_IKEY_DMEDIUM = 'dmedium'
  MMJAG_IKEY_DUFINE = 'dufine'
  MMJAG_IKEY_DUMP_RESET_TRUST = 'dump_reset_trust'
  MMJAG_IKEY_EPN = 'epn'
  MMJAG_IKEY_ESPANAL = 'espanal'
  MMJAG_IKEY_ESPUNIT = 'espunit'
  MMJAG_IKEY_ETRANSFER = 'etransfer'
  MMJAG_IKEY_EUNIT = 'eunit'
  MMJAG_IKEY_FREQFRAG = 'freqfrag'
  MMJAG_IKEY_FUKUI = 'fukui'
  MMJAG_IKEY_FUKUI_FN = 'fukui_fn'
  MMJAG_IKEY_GCHARGE = 'gcharge'
  MMJAG_IKEY_GCOARSE = 'gcoarse'
  MMJAG_IKEY_GDFTCPHF = 'gdftcphf'
  MMJAG_IKEY_GDFTDER2 = 'gdftder2'
  MMJAG_IKEY_GDFTFINE = 'gdftfine'
  MMJAG_IKEY_GDFTGRAD = 'gdftgrad'
  MMJAG_IKEY_GDFTMED = 'gdftmed'
  MMJAG_IKEY_GELDENS = 'geldens'
  MMJAG_IKEY_GEOCONVCHK = 'geoconvchk'
  MMJAG_IKEY_GFINE = 'gfine'
  MMJAG_IKEY_GGRAD = 'ggrad'
  MMJAG_IKEY_GLMP2 = 'glmp2'
  MMJAG_IKEY_GLMP2GRAD = 'glmp2grad'
  MMJAG_IKEY_GMEDIUM = 'gmedium'
  MMJAG_IKEY_GUFINE = 'gufine'
  MMJAG_IKEY_HCAPESCHG = 'hcapeschg'
  MMJAG_IKEY_IACC = 'iacc'
  MMJAG_IKEY_IACCG = 'iaccg'
  MMJAG_IKEY_IACSCF = 'iacscf'
  MMJAG_IKEY_IBLOCKNG = 'iblockng'
  MMJAG_IKEY_IBOYS = 'iboys'
  MMJAG_IKEY_ICANORB = 'icanorb'
  MMJAG_IKEY_ICAVITY = 'icavity'
  MMJAG_IKEY_ICDFT = 'icdft'
  MMJAG_IKEY_ICFIT = 'icfit'
  MMJAG_IKEY_ICHANGE = 'ichange'
  MMJAG_IKEY_ICIS = 'icis'
  MMJAG_IKEY_ICOMP = 'icomp'
  MMJAG_IKEY_ICONV = 'iconv'
  MMJAG_IKEY_ICPFRAG = 'icpfrag'
  MMJAG_IKEY_IDAFCON = 'idafcon'
  MMJAG_IKEY_IDAFSAV = 'idafsav'
  MMJAG_IKEY_IDECON = 'idecon'
  MMJAG_IKEY_IDELFRAG = 'idelfrag'
  MMJAG_IKEY_IDELOCV = 'idelocv'
  MMJAG_IKEY_IDELVER = 'idelver'
  MMJAG_IKEY_IDENAVG = 'idenavg'
  MMJAG_IKEY_IDFGRDC = 'idfgrdc'
  MMJAG_IKEY_IDFGRDD = 'idfgrdd'
  MMJAG_IKEY_IDFGRDF = 'idfgrdf'
  MMJAG_IKEY_IDFGRDG = 'idfgrdg'
  MMJAG_IKEY_IDFGRDM = 'idfgrdm'
  MMJAG_IKEY_IDFGRDP = 'idfgrdp'
  MMJAG_IKEY_IDFGRDU = 'idfgrdu'
  MMJAG_IKEY_IDFT = 'idft'
  MMJAG_IKEY_IDIAG = 'idiag'
  MMJAG_IKEY_IDOABE = 'idoabe'
  MMJAG_IKEY_IDOJ2 = 'idoj2'
  MMJAG_IKEY_IDUMPHIST = 'idumphist'
  MMJAG_IKEY_IDYNAMIC = 'idynamic'
  MMJAG_IKEY_IDYNMEM = 'idynmem'
  MMJAG_IKEY_IELEC = 'ielec'
  MMJAG_IKEY_IFASTDFT = 'ifastdft'
  MMJAG_IKEY_IFDTHERM = 'ifdtherm'
  MMJAG_IKEY_IFLINKS = 'iflinks'
  MMJAG_IKEY_IFOLLOW = 'ifollow'
  MMJAG_IKEY_IFREQ = 'ifreq'
  MMJAG_IKEY_IGEOPT = 'igeopt'
  MMJAG_IKEY_IGONLY = 'igonly'
  MMJAG_IKEY_IGUESS = 'iguess'
  MMJAG_IKEY_IGVBALL = 'igvball'
  MMJAG_IKEY_IGVBSEL = 'igvbsel'
  MMJAG_IKEY_IHAMTYP = 'ihamtyp'
  MMJAG_IKEY_IHETER = 'iheter'
  MMJAG_IKEY_IHFGVB = 'ihfgvb'
  MMJAG_IKEY_IHUPTYP = 'ihuptyp'
  MMJAG_IKEY_IJAGO = 'ijago'
  MMJAG_IKEY_ILAGR = 'ilagr'
  MMJAG_IKEY_IMD = 'imd'
  MMJAG_IKEY_IMW = 'imw'
  MMJAG_IKEY_INCDIP = 'incdip'
  MMJAG_IKEY_INEWGUESS = 'inewguess'
  MMJAG_IKEY_INHESS = 'inhess'
  MMJAG_IKEY_INTOPT = 'intopt'
  MMJAG_IKEY_INTOPT_SWITCH = 'intopt_switch'
  MMJAG_IKEY_IOPT1 = 'iopt1'
  MMJAG_IKEY_IOPT10 = 'iopt10'
  MMJAG_IKEY_IOPT100 = 'iopt100'
  MMJAG_IKEY_IOPT101 = 'iopt101'
  MMJAG_IKEY_IOPT102 = 'iopt102'
  MMJAG_IKEY_IOPT103 = 'iopt103'
  MMJAG_IKEY_IOPT104 = 'iopt104'
  MMJAG_IKEY_IOPT105 = 'iopt105'
  MMJAG_IKEY_IOPT106 = 'iopt106'
  MMJAG_IKEY_IOPT107 = 'iopt107'
  MMJAG_IKEY_IOPT108 = 'iopt108'
  MMJAG_IKEY_IOPT109 = 'iopt109'
  MMJAG_IKEY_IOPT11 = 'iopt11'
  MMJAG_IKEY_IOPT110 = 'iopt110'
  MMJAG_IKEY_IOPT111 = 'iopt111'
  MMJAG_IKEY_IOPT112 = 'iopt112'
  MMJAG_IKEY_IOPT113 = 'iopt113'
  MMJAG_IKEY_IOPT114 = 'iopt114'
  MMJAG_IKEY_IOPT115 = 'iopt115'
  MMJAG_IKEY_IOPT116 = 'iopt116'
  MMJAG_IKEY_IOPT117 = 'iopt117'
  MMJAG_IKEY_IOPT118 = 'iopt118'
  MMJAG_IKEY_IOPT119 = 'iopt119'
  MMJAG_IKEY_IOPT12 = 'iopt12'
  MMJAG_IKEY_IOPT120 = 'iopt120'
  MMJAG_IKEY_IOPT121 = 'iopt121'
  MMJAG_IKEY_IOPT122 = 'iopt122'
  MMJAG_IKEY_IOPT123 = 'iopt123'
  MMJAG_IKEY_IOPT124 = 'iopt124'
  MMJAG_IKEY_IOPT125 = 'iopt125'
  MMJAG_IKEY_IOPT126 = 'iopt126'
  MMJAG_IKEY_IOPT127 = 'iopt127'
  MMJAG_IKEY_IOPT128 = 'iopt128'
  MMJAG_IKEY_IOPT129 = 'iopt129'
  MMJAG_IKEY_IOPT13 = 'iopt13'
  MMJAG_IKEY_IOPT130 = 'iopt130'
  MMJAG_IKEY_IOPT131 = 'iopt131'
  MMJAG_IKEY_IOPT132 = 'iopt132'
  MMJAG_IKEY_IOPT133 = 'iopt133'
  MMJAG_IKEY_IOPT134 = 'iopt134'
  MMJAG_IKEY_IOPT135 = 'iopt135'
  MMJAG_IKEY_IOPT136 = 'iopt136'
  MMJAG_IKEY_IOPT137 = 'iopt137'
  MMJAG_IKEY_IOPT138 = 'iopt138'
  MMJAG_IKEY_IOPT139 = 'iopt139'
  MMJAG_IKEY_IOPT14 = 'iopt14'
  MMJAG_IKEY_IOPT140 = 'iopt140'
  MMJAG_IKEY_IOPT141 = 'iopt141'
  MMJAG_IKEY_IOPT142 = 'iopt142'
  MMJAG_IKEY_IOPT143 = 'iopt143'
  MMJAG_IKEY_IOPT144 = 'iopt144'
  MMJAG_IKEY_IOPT145 = 'iopt145'
  MMJAG_IKEY_IOPT146 = 'iopt146'
  MMJAG_IKEY_IOPT147 = 'iopt147'
  MMJAG_IKEY_IOPT148 = 'iopt148'
  MMJAG_IKEY_IOPT149 = 'iopt149'
  MMJAG_IKEY_IOPT15 = 'iopt15'
  MMJAG_IKEY_IOPT150 = 'iopt150'
  MMJAG_IKEY_IOPT151 = 'iopt151'
  MMJAG_IKEY_IOPT152 = 'iopt152'
  MMJAG_IKEY_IOPT153 = 'iopt153'
  MMJAG_IKEY_IOPT154 = 'iopt154'
  MMJAG_IKEY_IOPT155 = 'iopt155'
  MMJAG_IKEY_IOPT156 = 'iopt156'
  MMJAG_IKEY_IOPT157 = 'iopt157'
  MMJAG_IKEY_IOPT158 = 'iopt158'
  MMJAG_IKEY_IOPT159 = 'iopt159'
  MMJAG_IKEY_IOPT16 = 'iopt16'
  MMJAG_IKEY_IOPT160 = 'iopt160'
  MMJAG_IKEY_IOPT161 = 'iopt161'
  MMJAG_IKEY_IOPT162 = 'iopt162'
  MMJAG_IKEY_IOPT163 = 'iopt163'
  MMJAG_IKEY_IOPT164 = 'iopt164'
  MMJAG_IKEY_IOPT165 = 'iopt165'
  MMJAG_IKEY_IOPT166 = 'iopt166'
  MMJAG_IKEY_IOPT167 = 'iopt167'
  MMJAG_IKEY_IOPT168 = 'iopt168'
  MMJAG_IKEY_IOPT169 = 'iopt169'
  MMJAG_IKEY_IOPT17 = 'iopt17'
  MMJAG_IKEY_IOPT170 = 'iopt170'
  MMJAG_IKEY_IOPT171 = 'iopt171'
  MMJAG_IKEY_IOPT172 = 'iopt172'
  MMJAG_IKEY_IOPT173 = 'iopt173'
  MMJAG_IKEY_IOPT174 = 'iopt174'
  MMJAG_IKEY_IOPT175 = 'iopt175'
  MMJAG_IKEY_IOPT176 = 'iopt176'
  MMJAG_IKEY_IOPT177 = 'iopt177'
  MMJAG_IKEY_IOPT178 = 'iopt178'
  MMJAG_IKEY_IOPT179 = 'iopt179'
  MMJAG_IKEY_IOPT18 = 'iopt18'
  MMJAG_IKEY_IOPT180 = 'iopt180'
  MMJAG_IKEY_IOPT181 = 'iopt181'
  MMJAG_IKEY_IOPT182 = 'iopt182'
  MMJAG_IKEY_IOPT183 = 'iopt183'
  MMJAG_IKEY_IOPT184 = 'iopt184'
  MMJAG_IKEY_IOPT185 = 'iopt185'
  MMJAG_IKEY_IOPT186 = 'iopt186'
  MMJAG_IKEY_IOPT187 = 'iopt187'
  MMJAG_IKEY_IOPT188 = 'iopt188'
  MMJAG_IKEY_IOPT189 = 'iopt189'
  MMJAG_IKEY_IOPT19 = 'iopt19'
  MMJAG_IKEY_IOPT190 = 'iopt190'
  MMJAG_IKEY_IOPT191 = 'iopt191'
  MMJAG_IKEY_IOPT192 = 'iopt192'
  MMJAG_IKEY_IOPT193 = 'iopt193'
  MMJAG_IKEY_IOPT194 = 'iopt194'
  MMJAG_IKEY_IOPT195 = 'iopt195'
  MMJAG_IKEY_IOPT196 = 'iopt196'
  MMJAG_IKEY_IOPT197 = 'iopt197'
  MMJAG_IKEY_IOPT198 = 'iopt198'
  MMJAG_IKEY_IOPT199 = 'iopt199'
  MMJAG_IKEY_IOPT2 = 'iopt2'
  MMJAG_IKEY_IOPT20 = 'iopt20'
  MMJAG_IKEY_IOPT200 = 'iopt200'
  MMJAG_IKEY_IOPT201 = 'iopt201'
  MMJAG_IKEY_IOPT202 = 'iopt202'
  MMJAG_IKEY_IOPT203 = 'iopt203'
  MMJAG_IKEY_IOPT204 = 'iopt204'
  MMJAG_IKEY_IOPT205 = 'iopt205'
  MMJAG_IKEY_IOPT206 = 'iopt206'
  MMJAG_IKEY_IOPT207 = 'iopt207'
  MMJAG_IKEY_IOPT208 = 'iopt208'
  MMJAG_IKEY_IOPT209 = 'iopt209'
  MMJAG_IKEY_IOPT21 = 'iopt21'
  MMJAG_IKEY_IOPT210 = 'iopt210'
  MMJAG_IKEY_IOPT211 = 'iopt211'
  MMJAG_IKEY_IOPT212 = 'iopt212'
  MMJAG_IKEY_IOPT213 = 'iopt213'
  MMJAG_IKEY_IOPT214 = 'iopt214'
  MMJAG_IKEY_IOPT215 = 'iopt215'
  MMJAG_IKEY_IOPT216 = 'iopt216'
  MMJAG_IKEY_IOPT217 = 'iopt217'
  MMJAG_IKEY_IOPT218 = 'iopt218'
  MMJAG_IKEY_IOPT219 = 'iopt219'
  MMJAG_IKEY_IOPT22 = 'iopt22'
  MMJAG_IKEY_IOPT220 = 'iopt220'
  MMJAG_IKEY_IOPT221 = 'iopt221'
  MMJAG_IKEY_IOPT222 = 'iopt222'
  MMJAG_IKEY_IOPT223 = 'iopt223'
  MMJAG_IKEY_IOPT224 = 'iopt224'
  MMJAG_IKEY_IOPT225 = 'iopt225'
  MMJAG_IKEY_IOPT226 = 'iopt226'
  MMJAG_IKEY_IOPT227 = 'iopt227'
  MMJAG_IKEY_IOPT228 = 'iopt228'
  MMJAG_IKEY_IOPT229 = 'iopt229'
  MMJAG_IKEY_IOPT23 = 'iopt23'
  MMJAG_IKEY_IOPT230 = 'iopt230'
  MMJAG_IKEY_IOPT231 = 'iopt231'
  MMJAG_IKEY_IOPT232 = 'iopt232'
  MMJAG_IKEY_IOPT233 = 'iopt233'
  MMJAG_IKEY_IOPT234 = 'iopt234'
  MMJAG_IKEY_IOPT235 = 'iopt235'
  MMJAG_IKEY_IOPT236 = 'iopt236'
  MMJAG_IKEY_IOPT237 = 'iopt237'
  MMJAG_IKEY_IOPT238 = 'iopt238'
  MMJAG_IKEY_IOPT239 = 'iopt239'
  MMJAG_IKEY_IOPT24 = 'iopt24'
  MMJAG_IKEY_IOPT240 = 'iopt240'
  MMJAG_IKEY_IOPT241 = 'iopt241'
  MMJAG_IKEY_IOPT242 = 'iopt242'
  MMJAG_IKEY_IOPT243 = 'iopt243'
  MMJAG_IKEY_IOPT244 = 'iopt244'
  MMJAG_IKEY_IOPT245 = 'iopt245'
  MMJAG_IKEY_IOPT246 = 'iopt246'
  MMJAG_IKEY_IOPT247 = 'iopt247'
  MMJAG_IKEY_IOPT248 = 'iopt248'
  MMJAG_IKEY_IOPT249 = 'iopt249'
  MMJAG_IKEY_IOPT25 = 'iopt25'
  MMJAG_IKEY_IOPT250 = 'iopt250'
  MMJAG_IKEY_IOPT251 = 'iopt251'
  MMJAG_IKEY_IOPT252 = 'iopt252'
  MMJAG_IKEY_IOPT253 = 'iopt253'
  MMJAG_IKEY_IOPT254 = 'iopt254'
  MMJAG_IKEY_IOPT255 = 'iopt255'
  MMJAG_IKEY_IOPT256 = 'iopt256'
  MMJAG_IKEY_IOPT257 = 'iopt257'
  MMJAG_IKEY_IOPT258 = 'iopt258'
  MMJAG_IKEY_IOPT259 = 'iopt259'
  MMJAG_IKEY_IOPT26 = 'iopt26'
  MMJAG_IKEY_IOPT260 = 'iopt260'
  MMJAG_IKEY_IOPT261 = 'iopt261'
  MMJAG_IKEY_IOPT262 = 'iopt262'
  MMJAG_IKEY_IOPT263 = 'iopt263'
  MMJAG_IKEY_IOPT264 = 'iopt264'
  MMJAG_IKEY_IOPT265 = 'iopt265'
  MMJAG_IKEY_IOPT266 = 'iopt266'
  MMJAG_IKEY_IOPT267 = 'iopt267'
  MMJAG_IKEY_IOPT268 = 'iopt268'
  MMJAG_IKEY_IOPT269 = 'iopt269'
  MMJAG_IKEY_IOPT27 = 'iopt27'
  MMJAG_IKEY_IOPT270 = 'iopt270'
  MMJAG_IKEY_IOPT271 = 'iopt271'
  MMJAG_IKEY_IOPT272 = 'iopt272'
  MMJAG_IKEY_IOPT273 = 'iopt273'
  MMJAG_IKEY_IOPT274 = 'iopt274'
  MMJAG_IKEY_IOPT275 = 'iopt275'
  MMJAG_IKEY_IOPT276 = 'iopt276'
  MMJAG_IKEY_IOPT277 = 'iopt277'
  MMJAG_IKEY_IOPT278 = 'iopt278'
  MMJAG_IKEY_IOPT279 = 'iopt279'
  MMJAG_IKEY_IOPT28 = 'iopt28'
  MMJAG_IKEY_IOPT280 = 'iopt280'
  MMJAG_IKEY_IOPT281 = 'iopt281'
  MMJAG_IKEY_IOPT282 = 'iopt282'
  MMJAG_IKEY_IOPT283 = 'iopt283'
  MMJAG_IKEY_IOPT284 = 'iopt284'
  MMJAG_IKEY_IOPT285 = 'iopt285'
  MMJAG_IKEY_IOPT286 = 'iopt286'
  MMJAG_IKEY_IOPT287 = 'iopt287'
  MMJAG_IKEY_IOPT288 = 'iopt288'
  MMJAG_IKEY_IOPT289 = 'iopt289'
  MMJAG_IKEY_IOPT29 = 'iopt29'
  MMJAG_IKEY_IOPT290 = 'iopt290'
  MMJAG_IKEY_IOPT291 = 'iopt291'
  MMJAG_IKEY_IOPT292 = 'iopt292'
  MMJAG_IKEY_IOPT293 = 'iopt293'
  MMJAG_IKEY_IOPT294 = 'iopt294'
  MMJAG_IKEY_IOPT295 = 'iopt295'
  MMJAG_IKEY_IOPT296 = 'iopt296'
  MMJAG_IKEY_IOPT297 = 'iopt297'
  MMJAG_IKEY_IOPT298 = 'iopt298'
  MMJAG_IKEY_IOPT299 = 'iopt299'
  MMJAG_IKEY_IOPT3 = 'iopt3'
  MMJAG_IKEY_IOPT30 = 'iopt30'
  MMJAG_IKEY_IOPT300 = 'iopt300'
  MMJAG_IKEY_IOPT301 = 'iopt301'
  MMJAG_IKEY_IOPT302 = 'iopt302'
  MMJAG_IKEY_IOPT303 = 'iopt303'
  MMJAG_IKEY_IOPT304 = 'iopt304'
  MMJAG_IKEY_IOPT305 = 'iopt305'
  MMJAG_IKEY_IOPT306 = 'iopt306'
  MMJAG_IKEY_IOPT307 = 'iopt307'
  MMJAG_IKEY_IOPT308 = 'iopt308'
  MMJAG_IKEY_IOPT309 = 'iopt309'
  MMJAG_IKEY_IOPT31 = 'iopt31'
  MMJAG_IKEY_IOPT310 = 'iopt310'
  MMJAG_IKEY_IOPT311 = 'iopt311'
  MMJAG_IKEY_IOPT312 = 'iopt312'
  MMJAG_IKEY_IOPT313 = 'iopt313'
  MMJAG_IKEY_IOPT314 = 'iopt314'
  MMJAG_IKEY_IOPT315 = 'iopt315'
  MMJAG_IKEY_IOPT316 = 'iopt316'
  MMJAG_IKEY_IOPT317 = 'iopt317'
  MMJAG_IKEY_IOPT318 = 'iopt318'
  MMJAG_IKEY_IOPT319 = 'iopt319'
  MMJAG_IKEY_IOPT32 = 'iopt32'
  MMJAG_IKEY_IOPT320 = 'iopt320'
  MMJAG_IKEY_IOPT321 = 'iopt321'
  MMJAG_IKEY_IOPT322 = 'iopt322'
  MMJAG_IKEY_IOPT323 = 'iopt323'
  MMJAG_IKEY_IOPT324 = 'iopt324'
  MMJAG_IKEY_IOPT325 = 'iopt325'
  MMJAG_IKEY_IOPT326 = 'iopt326'
  MMJAG_IKEY_IOPT327 = 'iopt327'
  MMJAG_IKEY_IOPT328 = 'iopt328'
  MMJAG_IKEY_IOPT329 = 'iopt329'
  MMJAG_IKEY_IOPT33 = 'iopt33'
  MMJAG_IKEY_IOPT330 = 'iopt330'
  MMJAG_IKEY_IOPT331 = 'iopt331'
  MMJAG_IKEY_IOPT332 = 'iopt332'
  MMJAG_IKEY_IOPT333 = 'iopt333'
  MMJAG_IKEY_IOPT334 = 'iopt334'
  MMJAG_IKEY_IOPT335 = 'iopt335'
  MMJAG_IKEY_IOPT336 = 'iopt336'
  MMJAG_IKEY_IOPT337 = 'iopt337'
  MMJAG_IKEY_IOPT338 = 'iopt338'
  MMJAG_IKEY_IOPT339 = 'iopt339'
  MMJAG_IKEY_IOPT34 = 'iopt34'
  MMJAG_IKEY_IOPT340 = 'iopt340'
  MMJAG_IKEY_IOPT341 = 'iopt341'
  MMJAG_IKEY_IOPT342 = 'iopt342'
  MMJAG_IKEY_IOPT343 = 'iopt343'
  MMJAG_IKEY_IOPT344 = 'iopt344'
  MMJAG_IKEY_IOPT345 = 'iopt345'
  MMJAG_IKEY_IOPT346 = 'iopt346'
  MMJAG_IKEY_IOPT347 = 'iopt347'
  MMJAG_IKEY_IOPT348 = 'iopt348'
  MMJAG_IKEY_IOPT349 = 'iopt349'
  MMJAG_IKEY_IOPT35 = 'iopt35'
  MMJAG_IKEY_IOPT350 = 'iopt350'
  MMJAG_IKEY_IOPT351 = 'iopt351'
  MMJAG_IKEY_IOPT352 = 'iopt352'
  MMJAG_IKEY_IOPT353 = 'iopt353'
  MMJAG_IKEY_IOPT354 = 'iopt354'
  MMJAG_IKEY_IOPT355 = 'iopt355'
  MMJAG_IKEY_IOPT356 = 'iopt356'
  MMJAG_IKEY_IOPT357 = 'iopt357'
  MMJAG_IKEY_IOPT358 = 'iopt358'
  MMJAG_IKEY_IOPT359 = 'iopt359'
  MMJAG_IKEY_IOPT36 = 'iopt36'
  MMJAG_IKEY_IOPT360 = 'iopt360'
  MMJAG_IKEY_IOPT361 = 'iopt361'
  MMJAG_IKEY_IOPT362 = 'iopt362'
  MMJAG_IKEY_IOPT363 = 'iopt363'
  MMJAG_IKEY_IOPT364 = 'iopt364'
  MMJAG_IKEY_IOPT365 = 'iopt365'
  MMJAG_IKEY_IOPT366 = 'iopt366'
  MMJAG_IKEY_IOPT367 = 'iopt367'
  MMJAG_IKEY_IOPT368 = 'iopt368'
  MMJAG_IKEY_IOPT369 = 'iopt369'
  MMJAG_IKEY_IOPT37 = 'iopt37'
  MMJAG_IKEY_IOPT370 = 'iopt370'
  MMJAG_IKEY_IOPT371 = 'iopt371'
  MMJAG_IKEY_IOPT372 = 'iopt372'
  MMJAG_IKEY_IOPT373 = 'iopt373'
  MMJAG_IKEY_IOPT374 = 'iopt374'
  MMJAG_IKEY_IOPT375 = 'iopt375'
  MMJAG_IKEY_IOPT376 = 'iopt376'
  MMJAG_IKEY_IOPT377 = 'iopt377'
  MMJAG_IKEY_IOPT378 = 'iopt378'
  MMJAG_IKEY_IOPT379 = 'iopt379'
  MMJAG_IKEY_IOPT38 = 'iopt38'
  MMJAG_IKEY_IOPT380 = 'iopt380'
  MMJAG_IKEY_IOPT381 = 'iopt381'
  MMJAG_IKEY_IOPT382 = 'iopt382'
  MMJAG_IKEY_IOPT383 = 'iopt383'
  MMJAG_IKEY_IOPT384 = 'iopt384'
  MMJAG_IKEY_IOPT385 = 'iopt385'
  MMJAG_IKEY_IOPT386 = 'iopt386'
  MMJAG_IKEY_IOPT387 = 'iopt387'
  MMJAG_IKEY_IOPT388 = 'iopt388'
  MMJAG_IKEY_IOPT389 = 'iopt389'
  MMJAG_IKEY_IOPT39 = 'iopt39'
  MMJAG_IKEY_IOPT390 = 'iopt390'
  MMJAG_IKEY_IOPT391 = 'iopt391'
  MMJAG_IKEY_IOPT392 = 'iopt392'
  MMJAG_IKEY_IOPT393 = 'iopt393'
  MMJAG_IKEY_IOPT394 = 'iopt394'
  MMJAG_IKEY_IOPT395 = 'iopt395'
  MMJAG_IKEY_IOPT396 = 'iopt396'
  MMJAG_IKEY_IOPT397 = 'iopt397'
  MMJAG_IKEY_IOPT398 = 'iopt398'
  MMJAG_IKEY_IOPT399 = 'iopt399'
  MMJAG_IKEY_IOPT4 = 'iopt4'
  MMJAG_IKEY_IOPT40 = 'iopt40'
  MMJAG_IKEY_IOPT400 = 'iopt400'
  MMJAG_IKEY_IOPT401 = 'iopt401'
  MMJAG_IKEY_IOPT402 = 'iopt402'
  MMJAG_IKEY_IOPT403 = 'iopt403'
  MMJAG_IKEY_IOPT404 = 'iopt404'
  MMJAG_IKEY_IOPT405 = 'iopt405'
  MMJAG_IKEY_IOPT406 = 'iopt406'
  MMJAG_IKEY_IOPT407 = 'iopt407'
  MMJAG_IKEY_IOPT408 = 'iopt408'
  MMJAG_IKEY_IOPT409 = 'iopt409'
  MMJAG_IKEY_IOPT41 = 'iopt41'
  MMJAG_IKEY_IOPT410 = 'iopt410'
  MMJAG_IKEY_IOPT411 = 'iopt411'
  MMJAG_IKEY_IOPT412 = 'iopt412'
  MMJAG_IKEY_IOPT413 = 'iopt413'
  MMJAG_IKEY_IOPT414 = 'iopt414'
  MMJAG_IKEY_IOPT415 = 'iopt415'
  MMJAG_IKEY_IOPT416 = 'iopt416'
  MMJAG_IKEY_IOPT417 = 'iopt417'
  MMJAG_IKEY_IOPT418 = 'iopt418'
  MMJAG_IKEY_IOPT419 = 'iopt419'
  MMJAG_IKEY_IOPT42 = 'iopt42'
  MMJAG_IKEY_IOPT420 = 'iopt420'
  MMJAG_IKEY_IOPT421 = 'iopt421'
  MMJAG_IKEY_IOPT422 = 'iopt422'
  MMJAG_IKEY_IOPT423 = 'iopt423'
  MMJAG_IKEY_IOPT424 = 'iopt424'
  MMJAG_IKEY_IOPT425 = 'iopt425'
  MMJAG_IKEY_IOPT426 = 'iopt426'
  MMJAG_IKEY_IOPT427 = 'iopt427'
  MMJAG_IKEY_IOPT428 = 'iopt428'
  MMJAG_IKEY_IOPT429 = 'iopt429'
  MMJAG_IKEY_IOPT43 = 'iopt43'
  MMJAG_IKEY_IOPT430 = 'iopt430'
  MMJAG_IKEY_IOPT431 = 'iopt431'
  MMJAG_IKEY_IOPT432 = 'iopt432'
  MMJAG_IKEY_IOPT433 = 'iopt433'
  MMJAG_IKEY_IOPT434 = 'iopt434'
  MMJAG_IKEY_IOPT435 = 'iopt435'
  MMJAG_IKEY_IOPT436 = 'iopt436'
  MMJAG_IKEY_IOPT437 = 'iopt437'
  MMJAG_IKEY_IOPT438 = 'iopt438'
  MMJAG_IKEY_IOPT439 = 'iopt439'
  MMJAG_IKEY_IOPT44 = 'iopt44'
  MMJAG_IKEY_IOPT440 = 'iopt440'
  MMJAG_IKEY_IOPT441 = 'iopt441'
  MMJAG_IKEY_IOPT442 = 'iopt442'
  MMJAG_IKEY_IOPT443 = 'iopt443'
  MMJAG_IKEY_IOPT444 = 'iopt444'
  MMJAG_IKEY_IOPT445 = 'iopt445'
  MMJAG_IKEY_IOPT446 = 'iopt446'
  MMJAG_IKEY_IOPT447 = 'iopt447'
  MMJAG_IKEY_IOPT448 = 'iopt448'
  MMJAG_IKEY_IOPT449 = 'iopt449'
  MMJAG_IKEY_IOPT45 = 'iopt45'
  MMJAG_IKEY_IOPT450 = 'iopt450'
  MMJAG_IKEY_IOPT451 = 'iopt451'
  MMJAG_IKEY_IOPT452 = 'iopt452'
  MMJAG_IKEY_IOPT453 = 'iopt453'
  MMJAG_IKEY_IOPT454 = 'iopt454'
  MMJAG_IKEY_IOPT455 = 'iopt455'
  MMJAG_IKEY_IOPT456 = 'iopt456'
  MMJAG_IKEY_IOPT457 = 'iopt457'
  MMJAG_IKEY_IOPT458 = 'iopt458'
  MMJAG_IKEY_IOPT459 = 'iopt459'
  MMJAG_IKEY_IOPT46 = 'iopt46'
  MMJAG_IKEY_IOPT460 = 'iopt460'
  MMJAG_IKEY_IOPT461 = 'iopt461'
  MMJAG_IKEY_IOPT462 = 'iopt462'
  MMJAG_IKEY_IOPT463 = 'iopt463'
  MMJAG_IKEY_IOPT464 = 'iopt464'
  MMJAG_IKEY_IOPT465 = 'iopt465'
  MMJAG_IKEY_IOPT466 = 'iopt466'
  MMJAG_IKEY_IOPT467 = 'iopt467'
  MMJAG_IKEY_IOPT468 = 'iopt468'
  MMJAG_IKEY_IOPT469 = 'iopt469'
  MMJAG_IKEY_IOPT47 = 'iopt47'
  MMJAG_IKEY_IOPT470 = 'iopt470'
  MMJAG_IKEY_IOPT471 = 'iopt471'
  MMJAG_IKEY_IOPT472 = 'iopt472'
  MMJAG_IKEY_IOPT473 = 'iopt473'
  MMJAG_IKEY_IOPT474 = 'iopt474'
  MMJAG_IKEY_IOPT475 = 'iopt475'
  MMJAG_IKEY_IOPT476 = 'iopt476'
  MMJAG_IKEY_IOPT477 = 'iopt477'
  MMJAG_IKEY_IOPT478 = 'iopt478'
  MMJAG_IKEY_IOPT479 = 'iopt479'
  MMJAG_IKEY_IOPT48 = 'iopt48'
  MMJAG_IKEY_IOPT480 = 'iopt480'
  MMJAG_IKEY_IOPT481 = 'iopt481'
  MMJAG_IKEY_IOPT482 = 'iopt482'
  MMJAG_IKEY_IOPT483 = 'iopt483'
  MMJAG_IKEY_IOPT484 = 'iopt484'
  MMJAG_IKEY_IOPT485 = 'iopt485'
  MMJAG_IKEY_IOPT486 = 'iopt486'
  MMJAG_IKEY_IOPT487 = 'iopt487'
  MMJAG_IKEY_IOPT488 = 'iopt488'
  MMJAG_IKEY_IOPT489 = 'iopt489'
  MMJAG_IKEY_IOPT49 = 'iopt49'
  MMJAG_IKEY_IOPT490 = 'iopt490'
  MMJAG_IKEY_IOPT491 = 'iopt491'
  MMJAG_IKEY_IOPT492 = 'iopt492'
  MMJAG_IKEY_IOPT493 = 'iopt493'
  MMJAG_IKEY_IOPT494 = 'iopt494'
  MMJAG_IKEY_IOPT495 = 'iopt495'
  MMJAG_IKEY_IOPT496 = 'iopt496'
  MMJAG_IKEY_IOPT497 = 'iopt497'
  MMJAG_IKEY_IOPT498 = 'iopt498'
  MMJAG_IKEY_IOPT499 = 'iopt499'
  MMJAG_IKEY_IOPT5 = 'iopt5'
  MMJAG_IKEY_IOPT50 = 'iopt50'
  MMJAG_IKEY_IOPT500 = 'iopt500'
  MMJAG_IKEY_IOPT51 = 'iopt51'
  MMJAG_IKEY_IOPT52 = 'iopt52'
  MMJAG_IKEY_IOPT53 = 'iopt53'
  MMJAG_IKEY_IOPT54 = 'iopt54'
  MMJAG_IKEY_IOPT55 = 'iopt55'
  MMJAG_IKEY_IOPT56 = 'iopt56'
  MMJAG_IKEY_IOPT57 = 'iopt57'
  MMJAG_IKEY_IOPT58 = 'iopt58'
  MMJAG_IKEY_IOPT59 = 'iopt59'
  MMJAG_IKEY_IOPT6 = 'iopt6'
  MMJAG_IKEY_IOPT60 = 'iopt60'
  MMJAG_IKEY_IOPT61 = 'iopt61'
  MMJAG_IKEY_IOPT62 = 'iopt62'
  MMJAG_IKEY_IOPT63 = 'iopt63'
  MMJAG_IKEY_IOPT64 = 'iopt64'
  MMJAG_IKEY_IOPT65 = 'iopt65'
  MMJAG_IKEY_IOPT66 = 'iopt66'
  MMJAG_IKEY_IOPT67 = 'iopt67'
  MMJAG_IKEY_IOPT68 = 'iopt68'
  MMJAG_IKEY_IOPT69 = 'iopt69'
  MMJAG_IKEY_IOPT7 = 'iopt7'
  MMJAG_IKEY_IOPT70 = 'iopt70'
  MMJAG_IKEY_IOPT71 = 'iopt71'
  MMJAG_IKEY_IOPT72 = 'iopt72'
  MMJAG_IKEY_IOPT73 = 'iopt73'
  MMJAG_IKEY_IOPT74 = 'iopt74'
  MMJAG_IKEY_IOPT75 = 'iopt75'
  MMJAG_IKEY_IOPT77 = 'iopt77'
  MMJAG_IKEY_IOPT78 = 'iopt78'
  MMJAG_IKEY_IOPT79 = 'iopt79'
  MMJAG_IKEY_IOPT8 = 'iopt8'
  MMJAG_IKEY_IOPT80 = 'iopt80'
  MMJAG_IKEY_IOPT81 = 'iopt81'
  MMJAG_IKEY_IOPT82 = 'iopt82'
  MMJAG_IKEY_IOPT83 = 'iopt83'
  MMJAG_IKEY_IOPT84 = 'iopt84'
  MMJAG_IKEY_IOPT85 = 'iopt85'
  MMJAG_IKEY_IOPT86 = 'iopt86'
  MMJAG_IKEY_IOPT87 = 'iopt87'
  MMJAG_IKEY_IOPT88 = 'iopt88'
  MMJAG_IKEY_IOPT89 = 'iopt89'
  MMJAG_IKEY_IOPT9 = 'iopt9'
  MMJAG_IKEY_IOPT90 = 'iopt90'
  MMJAG_IKEY_IOPT91 = 'iopt91'
  MMJAG_IKEY_IOPT92 = 'iopt92'
  MMJAG_IKEY_IOPT93 = 'iopt93'
  MMJAG_IKEY_IOPT94 = 'iopt94'
  MMJAG_IKEY_IOPT95 = 'iopt95'
  MMJAG_IKEY_IOPT96 = 'iopt96'
  MMJAG_IKEY_IOPT97 = 'iopt97'
  MMJAG_IKEY_IOPT98 = 'iopt98'
  MMJAG_IKEY_IOPT99 = 'iopt99'
  MMJAG_IKEY_IOPTEFLD = 'ioptefld'
  MMJAG_IKEY_IORDBOY = 'iordboy'
  MMJAG_IKEY_IOSS = 'ioss'
  MMJAG_IKEY_IP1 = 'ip1'
  MMJAG_IKEY_IP10 = 'ip10'
  MMJAG_IKEY_IP100 = 'ip100'
  MMJAG_IKEY_IP101 = 'ip101'
  MMJAG_IKEY_IP102 = 'ip102'
  MMJAG_IKEY_IP103 = 'ip103'
  MMJAG_IKEY_IP104 = 'ip104'
  MMJAG_IKEY_IP105 = 'ip105'
  MMJAG_IKEY_IP106 = 'ip106'
  MMJAG_IKEY_IP107 = 'ip107'
  MMJAG_IKEY_IP108 = 'ip108'
  MMJAG_IKEY_IP109 = 'ip109'
  MMJAG_IKEY_IP11 = 'ip11'
  MMJAG_IKEY_IP110 = 'ip110'
  MMJAG_IKEY_IP111 = 'ip111'
  MMJAG_IKEY_IP112 = 'ip112'
  MMJAG_IKEY_IP113 = 'ip113'
  MMJAG_IKEY_IP114 = 'ip114'
  MMJAG_IKEY_IP115 = 'ip115'
  MMJAG_IKEY_IP116 = 'ip116'
  MMJAG_IKEY_IP117 = 'ip117'
  MMJAG_IKEY_IP118 = 'ip118'
  MMJAG_IKEY_IP119 = 'ip119'
  MMJAG_IKEY_IP12 = 'ip12'
  MMJAG_IKEY_IP120 = 'ip120'
  MMJAG_IKEY_IP121 = 'ip121'
  MMJAG_IKEY_IP122 = 'ip122'
  MMJAG_IKEY_IP123 = 'ip123'
  MMJAG_IKEY_IP124 = 'ip124'
  MMJAG_IKEY_IP125 = 'ip125'
  MMJAG_IKEY_IP126 = 'ip126'
  MMJAG_IKEY_IP127 = 'ip127'
  MMJAG_IKEY_IP128 = 'ip128'
  MMJAG_IKEY_IP129 = 'ip129'
  MMJAG_IKEY_IP13 = 'ip13'
  MMJAG_IKEY_IP130 = 'ip130'
  MMJAG_IKEY_IP131 = 'ip131'
  MMJAG_IKEY_IP132 = 'ip132'
  MMJAG_IKEY_IP133 = 'ip133'
  MMJAG_IKEY_IP134 = 'ip134'
  MMJAG_IKEY_IP135 = 'ip135'
  MMJAG_IKEY_IP136 = 'ip136'
  MMJAG_IKEY_IP137 = 'ip137'
  MMJAG_IKEY_IP138 = 'ip138'
  MMJAG_IKEY_IP139 = 'ip139'
  MMJAG_IKEY_IP14 = 'ip14'
  MMJAG_IKEY_IP140 = 'ip140'
  MMJAG_IKEY_IP141 = 'ip141'
  MMJAG_IKEY_IP142 = 'ip142'
  MMJAG_IKEY_IP143 = 'ip143'
  MMJAG_IKEY_IP144 = 'ip144'
  MMJAG_IKEY_IP145 = 'ip145'
  MMJAG_IKEY_IP146 = 'ip146'
  MMJAG_IKEY_IP147 = 'ip147'
  MMJAG_IKEY_IP148 = 'ip148'
  MMJAG_IKEY_IP149 = 'ip149'
  MMJAG_IKEY_IP15 = 'ip15'
  MMJAG_IKEY_IP150 = 'ip150'
  MMJAG_IKEY_IP151 = 'ip151'
  MMJAG_IKEY_IP152 = 'ip152'
  MMJAG_IKEY_IP153 = 'ip153'
  MMJAG_IKEY_IP154 = 'ip154'
  MMJAG_IKEY_IP155 = 'ip155'
  MMJAG_IKEY_IP156 = 'ip156'
  MMJAG_IKEY_IP157 = 'ip157'
  MMJAG_IKEY_IP158 = 'ip158'
  MMJAG_IKEY_IP159 = 'ip159'
  MMJAG_IKEY_IP16 = 'ip16'
  MMJAG_IKEY_IP160 = 'ip160'
  MMJAG_IKEY_IP161 = 'ip161'
  MMJAG_IKEY_IP162 = 'ip162'
  MMJAG_IKEY_IP163 = 'ip163'
  MMJAG_IKEY_IP164 = 'ip164'
  MMJAG_IKEY_IP165 = 'ip165'
  MMJAG_IKEY_IP166 = 'ip166'
  MMJAG_IKEY_IP167 = 'ip167'
  MMJAG_IKEY_IP168 = 'ip168'
  MMJAG_IKEY_IP169 = 'ip169'
  MMJAG_IKEY_IP17 = 'ip17'
  MMJAG_IKEY_IP170 = 'ip170'
  MMJAG_IKEY_IP171 = 'ip171'
  MMJAG_IKEY_IP172 = 'ip172'
  MMJAG_IKEY_IP173 = 'ip173'
  MMJAG_IKEY_IP174 = 'ip174'
  MMJAG_IKEY_IP175 = 'ip175'
  MMJAG_IKEY_IP176 = 'ip176'
  MMJAG_IKEY_IP177 = 'ip177'
  MMJAG_IKEY_IP178 = 'ip178'
  MMJAG_IKEY_IP179 = 'ip179'
  MMJAG_IKEY_IP18 = 'ip18'
  MMJAG_IKEY_IP180 = 'ip180'
  MMJAG_IKEY_IP181 = 'ip181'
  MMJAG_IKEY_IP182 = 'ip182'
  MMJAG_IKEY_IP183 = 'ip183'
  MMJAG_IKEY_IP184 = 'ip184'
  MMJAG_IKEY_IP185 = 'ip185'
  MMJAG_IKEY_IP186 = 'ip186'
  MMJAG_IKEY_IP187 = 'ip187'
  MMJAG_IKEY_IP188 = 'ip188'
  MMJAG_IKEY_IP189 = 'ip189'
  MMJAG_IKEY_IP19 = 'ip19'
  MMJAG_IKEY_IP190 = 'ip190'
  MMJAG_IKEY_IP191 = 'ip191'
  MMJAG_IKEY_IP192 = 'ip192'
  MMJAG_IKEY_IP193 = 'ip193'
  MMJAG_IKEY_IP194 = 'ip194'
  MMJAG_IKEY_IP195 = 'ip195'
  MMJAG_IKEY_IP196 = 'ip196'
  MMJAG_IKEY_IP197 = 'ip197'
  MMJAG_IKEY_IP198 = 'ip198'
  MMJAG_IKEY_IP199 = 'ip199'
  MMJAG_IKEY_IP2 = 'ip2'
  MMJAG_IKEY_IP20 = 'ip20'
  MMJAG_IKEY_IP200 = 'ip200'
  MMJAG_IKEY_IP201 = 'ip201'
  MMJAG_IKEY_IP202 = 'ip202'
  MMJAG_IKEY_IP203 = 'ip203'
  MMJAG_IKEY_IP204 = 'ip204'
  MMJAG_IKEY_IP205 = 'ip205'
  MMJAG_IKEY_IP206 = 'ip206'
  MMJAG_IKEY_IP207 = 'ip207'
  MMJAG_IKEY_IP208 = 'ip208'
  MMJAG_IKEY_IP209 = 'ip209'
  MMJAG_IKEY_IP21 = 'ip21'
  MMJAG_IKEY_IP210 = 'ip210'
  MMJAG_IKEY_IP211 = 'ip211'
  MMJAG_IKEY_IP212 = 'ip212'
  MMJAG_IKEY_IP213 = 'ip213'
  MMJAG_IKEY_IP214 = 'ip214'
  MMJAG_IKEY_IP215 = 'ip215'
  MMJAG_IKEY_IP216 = 'ip216'
  MMJAG_IKEY_IP217 = 'ip217'
  MMJAG_IKEY_IP218 = 'ip218'
  MMJAG_IKEY_IP219 = 'ip219'
  MMJAG_IKEY_IP22 = 'ip22'
  MMJAG_IKEY_IP220 = 'ip220'
  MMJAG_IKEY_IP221 = 'ip221'
  MMJAG_IKEY_IP222 = 'ip222'
  MMJAG_IKEY_IP223 = 'ip223'
  MMJAG_IKEY_IP224 = 'ip224'
  MMJAG_IKEY_IP225 = 'ip225'
  MMJAG_IKEY_IP226 = 'ip226'
  MMJAG_IKEY_IP227 = 'ip227'
  MMJAG_IKEY_IP228 = 'ip228'
  MMJAG_IKEY_IP229 = 'ip229'
  MMJAG_IKEY_IP23 = 'ip23'
  MMJAG_IKEY_IP230 = 'ip230'
  MMJAG_IKEY_IP231 = 'ip231'
  MMJAG_IKEY_IP232 = 'ip232'
  MMJAG_IKEY_IP233 = 'ip233'
  MMJAG_IKEY_IP234 = 'ip234'
  MMJAG_IKEY_IP235 = 'ip235'
  MMJAG_IKEY_IP236 = 'ip236'
  MMJAG_IKEY_IP237 = 'ip237'
  MMJAG_IKEY_IP238 = 'ip238'
  MMJAG_IKEY_IP239 = 'ip239'
  MMJAG_IKEY_IP24 = 'ip24'
  MMJAG_IKEY_IP240 = 'ip240'
  MMJAG_IKEY_IP241 = 'ip241'
  MMJAG_IKEY_IP242 = 'ip242'
  MMJAG_IKEY_IP243 = 'ip243'
  MMJAG_IKEY_IP244 = 'ip244'
  MMJAG_IKEY_IP245 = 'ip245'
  MMJAG_IKEY_IP246 = 'ip246'
  MMJAG_IKEY_IP247 = 'ip247'
  MMJAG_IKEY_IP248 = 'ip248'
  MMJAG_IKEY_IP249 = 'ip249'
  MMJAG_IKEY_IP25 = 'ip25'
  MMJAG_IKEY_IP250 = 'ip250'
  MMJAG_IKEY_IP251 = 'ip251'
  MMJAG_IKEY_IP252 = 'ip252'
  MMJAG_IKEY_IP253 = 'ip253'
  MMJAG_IKEY_IP254 = 'ip254'
  MMJAG_IKEY_IP255 = 'ip255'
  MMJAG_IKEY_IP256 = 'ip256'
  MMJAG_IKEY_IP257 = 'ip257'
  MMJAG_IKEY_IP258 = 'ip258'
  MMJAG_IKEY_IP259 = 'ip259'
  MMJAG_IKEY_IP26 = 'ip26'
  MMJAG_IKEY_IP260 = 'ip260'
  MMJAG_IKEY_IP261 = 'ip261'
  MMJAG_IKEY_IP262 = 'ip262'
  MMJAG_IKEY_IP263 = 'ip263'
  MMJAG_IKEY_IP264 = 'ip264'
  MMJAG_IKEY_IP265 = 'ip265'
  MMJAG_IKEY_IP266 = 'ip266'
  MMJAG_IKEY_IP267 = 'ip267'
  MMJAG_IKEY_IP268 = 'ip268'
  MMJAG_IKEY_IP269 = 'ip269'
  MMJAG_IKEY_IP27 = 'ip27'
  MMJAG_IKEY_IP270 = 'ip270'
  MMJAG_IKEY_IP271 = 'ip271'
  MMJAG_IKEY_IP272 = 'ip272'
  MMJAG_IKEY_IP273 = 'ip273'
  MMJAG_IKEY_IP274 = 'ip274'
  MMJAG_IKEY_IP275 = 'ip275'
  MMJAG_IKEY_IP276 = 'ip276'
  MMJAG_IKEY_IP277 = 'ip277'
  MMJAG_IKEY_IP278 = 'ip278'
  MMJAG_IKEY_IP279 = 'ip279'
  MMJAG_IKEY_IP28 = 'ip28'
  MMJAG_IKEY_IP280 = 'ip280'
  MMJAG_IKEY_IP281 = 'ip281'
  MMJAG_IKEY_IP282 = 'ip282'
  MMJAG_IKEY_IP283 = 'ip283'
  MMJAG_IKEY_IP284 = 'ip284'
  MMJAG_IKEY_IP285 = 'ip285'
  MMJAG_IKEY_IP286 = 'ip286'
  MMJAG_IKEY_IP287 = 'ip287'
  MMJAG_IKEY_IP288 = 'ip288'
  MMJAG_IKEY_IP289 = 'ip289'
  MMJAG_IKEY_IP29 = 'ip29'
  MMJAG_IKEY_IP290 = 'ip290'
  MMJAG_IKEY_IP291 = 'ip291'
  MMJAG_IKEY_IP292 = 'ip292'
  MMJAG_IKEY_IP293 = 'ip293'
  MMJAG_IKEY_IP294 = 'ip294'
  MMJAG_IKEY_IP295 = 'ip295'
  MMJAG_IKEY_IP296 = 'ip296'
  MMJAG_IKEY_IP297 = 'ip297'
  MMJAG_IKEY_IP298 = 'ip298'
  MMJAG_IKEY_IP299 = 'ip299'
  MMJAG_IKEY_IP3 = 'ip3'
  MMJAG_IKEY_IP30 = 'ip30'
  MMJAG_IKEY_IP300 = 'ip300'
  MMJAG_IKEY_IP301 = 'ip301'
  MMJAG_IKEY_IP302 = 'ip302'
  MMJAG_IKEY_IP303 = 'ip303'
  MMJAG_IKEY_IP304 = 'ip304'
  MMJAG_IKEY_IP305 = 'ip305'
  MMJAG_IKEY_IP306 = 'ip306'
  MMJAG_IKEY_IP307 = 'ip307'
  MMJAG_IKEY_IP308 = 'ip308'
  MMJAG_IKEY_IP309 = 'ip309'
  MMJAG_IKEY_IP31 = 'ip31'
  MMJAG_IKEY_IP310 = 'ip310'
  MMJAG_IKEY_IP311 = 'ip311'
  MMJAG_IKEY_IP312 = 'ip312'
  MMJAG_IKEY_IP313 = 'ip313'
  MMJAG_IKEY_IP314 = 'ip314'
  MMJAG_IKEY_IP315 = 'ip315'
  MMJAG_IKEY_IP316 = 'ip316'
  MMJAG_IKEY_IP317 = 'ip317'
  MMJAG_IKEY_IP318 = 'ip318'
  MMJAG_IKEY_IP319 = 'ip319'
  MMJAG_IKEY_IP32 = 'ip32'
  MMJAG_IKEY_IP320 = 'ip320'
  MMJAG_IKEY_IP321 = 'ip321'
  MMJAG_IKEY_IP322 = 'ip322'
  MMJAG_IKEY_IP323 = 'ip323'
  MMJAG_IKEY_IP324 = 'ip324'
  MMJAG_IKEY_IP325 = 'ip325'
  MMJAG_IKEY_IP326 = 'ip326'
  MMJAG_IKEY_IP327 = 'ip327'
  MMJAG_IKEY_IP328 = 'ip328'
  MMJAG_IKEY_IP329 = 'ip329'
  MMJAG_IKEY_IP33 = 'ip33'
  MMJAG_IKEY_IP330 = 'ip330'
  MMJAG_IKEY_IP331 = 'ip331'
  MMJAG_IKEY_IP332 = 'ip332'
  MMJAG_IKEY_IP333 = 'ip333'
  MMJAG_IKEY_IP334 = 'ip334'
  MMJAG_IKEY_IP335 = 'ip335'
  MMJAG_IKEY_IP336 = 'ip336'
  MMJAG_IKEY_IP337 = 'ip337'
  MMJAG_IKEY_IP338 = 'ip338'
  MMJAG_IKEY_IP339 = 'ip339'
  MMJAG_IKEY_IP34 = 'ip34'
  MMJAG_IKEY_IP340 = 'ip340'
  MMJAG_IKEY_IP341 = 'ip341'
  MMJAG_IKEY_IP342 = 'ip342'
  MMJAG_IKEY_IP343 = 'ip343'
  MMJAG_IKEY_IP344 = 'ip344'
  MMJAG_IKEY_IP345 = 'ip345'
  MMJAG_IKEY_IP346 = 'ip346'
  MMJAG_IKEY_IP347 = 'ip347'
  MMJAG_IKEY_IP348 = 'ip348'
  MMJAG_IKEY_IP349 = 'ip349'
  MMJAG_IKEY_IP35 = 'ip35'
  MMJAG_IKEY_IP350 = 'ip350'
  MMJAG_IKEY_IP351 = 'ip351'
  MMJAG_IKEY_IP352 = 'ip352'
  MMJAG_IKEY_IP353 = 'ip353'
  MMJAG_IKEY_IP354 = 'ip354'
  MMJAG_IKEY_IP355 = 'ip355'
  MMJAG_IKEY_IP356 = 'ip356'
  MMJAG_IKEY_IP357 = 'ip357'
  MMJAG_IKEY_IP358 = 'ip358'
  MMJAG_IKEY_IP359 = 'ip359'
  MMJAG_IKEY_IP36 = 'ip36'
  MMJAG_IKEY_IP360 = 'ip360'
  MMJAG_IKEY_IP361 = 'ip361'
  MMJAG_IKEY_IP362 = 'ip362'
  MMJAG_IKEY_IP363 = 'ip363'
  MMJAG_IKEY_IP364 = 'ip364'
  MMJAG_IKEY_IP365 = 'ip365'
  MMJAG_IKEY_IP366 = 'ip366'
  MMJAG_IKEY_IP367 = 'ip367'
  MMJAG_IKEY_IP368 = 'ip368'
  MMJAG_IKEY_IP369 = 'ip369'
  MMJAG_IKEY_IP37 = 'ip37'
  MMJAG_IKEY_IP370 = 'ip370'
  MMJAG_IKEY_IP371 = 'ip371'
  MMJAG_IKEY_IP372 = 'ip372'
  MMJAG_IKEY_IP373 = 'ip373'
  MMJAG_IKEY_IP374 = 'ip374'
  MMJAG_IKEY_IP375 = 'ip375'
  MMJAG_IKEY_IP376 = 'ip376'
  MMJAG_IKEY_IP377 = 'ip377'
  MMJAG_IKEY_IP378 = 'ip378'
  MMJAG_IKEY_IP379 = 'ip379'
  MMJAG_IKEY_IP38 = 'ip38'
  MMJAG_IKEY_IP380 = 'ip380'
  MMJAG_IKEY_IP381 = 'ip381'
  MMJAG_IKEY_IP382 = 'ip382'
  MMJAG_IKEY_IP383 = 'ip383'
  MMJAG_IKEY_IP384 = 'ip384'
  MMJAG_IKEY_IP385 = 'ip385'
  MMJAG_IKEY_IP386 = 'ip386'
  MMJAG_IKEY_IP387 = 'ip387'
  MMJAG_IKEY_IP388 = 'ip388'
  MMJAG_IKEY_IP389 = 'ip389'
  MMJAG_IKEY_IP39 = 'ip39'
  MMJAG_IKEY_IP390 = 'ip390'
  MMJAG_IKEY_IP391 = 'ip391'
  MMJAG_IKEY_IP392 = 'ip392'
  MMJAG_IKEY_IP393 = 'ip393'
  MMJAG_IKEY_IP394 = 'ip394'
  MMJAG_IKEY_IP395 = 'ip395'
  MMJAG_IKEY_IP396 = 'ip396'
  MMJAG_IKEY_IP397 = 'ip397'
  MMJAG_IKEY_IP398 = 'ip398'
  MMJAG_IKEY_IP399 = 'ip399'
  MMJAG_IKEY_IP4 = 'ip4'
  MMJAG_IKEY_IP40 = 'ip40'
  MMJAG_IKEY_IP400 = 'ip400'
  MMJAG_IKEY_IP401 = 'ip401'
  MMJAG_IKEY_IP402 = 'ip402'
  MMJAG_IKEY_IP403 = 'ip403'
  MMJAG_IKEY_IP404 = 'ip404'
  MMJAG_IKEY_IP405 = 'ip405'
  MMJAG_IKEY_IP406 = 'ip406'
  MMJAG_IKEY_IP407 = 'ip407'
  MMJAG_IKEY_IP408 = 'ip408'
  MMJAG_IKEY_IP409 = 'ip409'
  MMJAG_IKEY_IP41 = 'ip41'
  MMJAG_IKEY_IP410 = 'ip410'
  MMJAG_IKEY_IP411 = 'ip411'
  MMJAG_IKEY_IP412 = 'ip412'
  MMJAG_IKEY_IP413 = 'ip413'
  MMJAG_IKEY_IP414 = 'ip414'
  MMJAG_IKEY_IP415 = 'ip415'
  MMJAG_IKEY_IP416 = 'ip416'
  MMJAG_IKEY_IP417 = 'ip417'
  MMJAG_IKEY_IP418 = 'ip418'
  MMJAG_IKEY_IP419 = 'ip419'
  MMJAG_IKEY_IP42 = 'ip42'
  MMJAG_IKEY_IP420 = 'ip420'
  MMJAG_IKEY_IP421 = 'ip421'
  MMJAG_IKEY_IP422 = 'ip422'
  MMJAG_IKEY_IP423 = 'ip423'
  MMJAG_IKEY_IP424 = 'ip424'
  MMJAG_IKEY_IP425 = 'ip425'
  MMJAG_IKEY_IP426 = 'ip426'
  MMJAG_IKEY_IP427 = 'ip427'
  MMJAG_IKEY_IP428 = 'ip428'
  MMJAG_IKEY_IP429 = 'ip429'
  MMJAG_IKEY_IP43 = 'ip43'
  MMJAG_IKEY_IP430 = 'ip430'
  MMJAG_IKEY_IP431 = 'ip431'
  MMJAG_IKEY_IP432 = 'ip432'
  MMJAG_IKEY_IP433 = 'ip433'
  MMJAG_IKEY_IP434 = 'ip434'
  MMJAG_IKEY_IP435 = 'ip435'
  MMJAG_IKEY_IP436 = 'ip436'
  MMJAG_IKEY_IP437 = 'ip437'
  MMJAG_IKEY_IP438 = 'ip438'
  MMJAG_IKEY_IP439 = 'ip439'
  MMJAG_IKEY_IP44 = 'ip44'
  MMJAG_IKEY_IP440 = 'ip440'
  MMJAG_IKEY_IP441 = 'ip441'
  MMJAG_IKEY_IP442 = 'ip442'
  MMJAG_IKEY_IP443 = 'ip443'
  MMJAG_IKEY_IP444 = 'ip444'
  MMJAG_IKEY_IP445 = 'ip445'
  MMJAG_IKEY_IP446 = 'ip446'
  MMJAG_IKEY_IP447 = 'ip447'
  MMJAG_IKEY_IP448 = 'ip448'
  MMJAG_IKEY_IP449 = 'ip449'
  MMJAG_IKEY_IP45 = 'ip45'
  MMJAG_IKEY_IP450 = 'ip450'
  MMJAG_IKEY_IP451 = 'ip451'
  MMJAG_IKEY_IP452 = 'ip452'
  MMJAG_IKEY_IP453 = 'ip453'
  MMJAG_IKEY_IP454 = 'ip454'
  MMJAG_IKEY_IP455 = 'ip455'
  MMJAG_IKEY_IP456 = 'ip456'
  MMJAG_IKEY_IP457 = 'ip457'
  MMJAG_IKEY_IP458 = 'ip458'
  MMJAG_IKEY_IP459 = 'ip459'
  MMJAG_IKEY_IP46 = 'ip46'
  MMJAG_IKEY_IP460 = 'ip460'
  MMJAG_IKEY_IP461 = 'ip461'
  MMJAG_IKEY_IP462 = 'ip462'
  MMJAG_IKEY_IP463 = 'ip463'
  MMJAG_IKEY_IP464 = 'ip464'
  MMJAG_IKEY_IP465 = 'ip465'
  MMJAG_IKEY_IP466 = 'ip466'
  MMJAG_IKEY_IP467 = 'ip467'
  MMJAG_IKEY_IP468 = 'ip468'
  MMJAG_IKEY_IP469 = 'ip469'
  MMJAG_IKEY_IP47 = 'ip47'
  MMJAG_IKEY_IP470 = 'ip470'
  MMJAG_IKEY_IP471 = 'ip471'
  MMJAG_IKEY_IP472 = 'ip472'
  MMJAG_IKEY_IP473 = 'ip473'
  MMJAG_IKEY_IP474 = 'ip474'
  MMJAG_IKEY_IP475 = 'ip475'
  MMJAG_IKEY_IP476 = 'ip476'
  MMJAG_IKEY_IP477 = 'ip477'
  MMJAG_IKEY_IP478 = 'ip478'
  MMJAG_IKEY_IP479 = 'ip479'
  MMJAG_IKEY_IP48 = 'ip48'
  MMJAG_IKEY_IP480 = 'ip480'
  MMJAG_IKEY_IP481 = 'ip481'
  MMJAG_IKEY_IP482 = 'ip482'
  MMJAG_IKEY_IP483 = 'ip483'
  MMJAG_IKEY_IP484 = 'ip484'
  MMJAG_IKEY_IP485 = 'ip485'
  MMJAG_IKEY_IP486 = 'ip486'
  MMJAG_IKEY_IP487 = 'ip487'
  MMJAG_IKEY_IP488 = 'ip488'
  MMJAG_IKEY_IP489 = 'ip489'
  MMJAG_IKEY_IP49 = 'ip49'
  MMJAG_IKEY_IP490 = 'ip490'
  MMJAG_IKEY_IP491 = 'ip491'
  MMJAG_IKEY_IP492 = 'ip492'
  MMJAG_IKEY_IP493 = 'ip493'
  MMJAG_IKEY_IP494 = 'ip494'
  MMJAG_IKEY_IP495 = 'ip495'
  MMJAG_IKEY_IP496 = 'ip496'
  MMJAG_IKEY_IP497 = 'ip497'
  MMJAG_IKEY_IP498 = 'ip498'
  MMJAG_IKEY_IP499 = 'ip499'
  MMJAG_IKEY_IP5 = 'ip5'
  MMJAG_IKEY_IP50 = 'ip50'
  MMJAG_IKEY_IP500 = 'ip500'
  MMJAG_IKEY_IP51 = 'ip51'
  MMJAG_IKEY_IP52 = 'ip52'
  MMJAG_IKEY_IP53 = 'ip53'
  MMJAG_IKEY_IP54 = 'ip54'
  MMJAG_IKEY_IP55 = 'ip55'
  MMJAG_IKEY_IP56 = 'ip56'
  MMJAG_IKEY_IP57 = 'ip57'
  MMJAG_IKEY_IP58 = 'ip58'
  MMJAG_IKEY_IP59 = 'ip59'
  MMJAG_IKEY_IP6 = 'ip6'
  MMJAG_IKEY_IP60 = 'ip60'
  MMJAG_IKEY_IP61 = 'ip61'
  MMJAG_IKEY_IP62 = 'ip62'
  MMJAG_IKEY_IP63 = 'ip63'
  MMJAG_IKEY_IP64 = 'ip64'
  MMJAG_IKEY_IP65 = 'ip65'
  MMJAG_IKEY_IP66 = 'ip66'
  MMJAG_IKEY_IP67 = 'ip67'
  MMJAG_IKEY_IP68 = 'ip68'
  MMJAG_IKEY_IP69 = 'ip69'
  MMJAG_IKEY_IP7 = 'ip7'
  MMJAG_IKEY_IP70 = 'ip70'
  MMJAG_IKEY_IP71 = 'ip71'
  MMJAG_IKEY_IP72 = 'ip72'
  MMJAG_IKEY_IP73 = 'ip73'
  MMJAG_IKEY_IP74 = 'ip74'
  MMJAG_IKEY_IP75 = 'ip75'
  MMJAG_IKEY_IP76 = 'ip76'
  MMJAG_IKEY_IP77 = 'ip77'
  MMJAG_IKEY_IP78 = 'ip78'
  MMJAG_IKEY_IP79 = 'ip79'
  MMJAG_IKEY_IP8 = 'ip8'
  MMJAG_IKEY_IP80 = 'ip80'
  MMJAG_IKEY_IP81 = 'ip81'
  MMJAG_IKEY_IP82 = 'ip82'
  MMJAG_IKEY_IP83 = 'ip83'
  MMJAG_IKEY_IP84 = 'ip84'
  MMJAG_IKEY_IP85 = 'ip85'
  MMJAG_IKEY_IP86 = 'ip86'
  MMJAG_IKEY_IP87 = 'ip87'
  MMJAG_IKEY_IP88 = 'ip88'
  MMJAG_IKEY_IP89 = 'ip89'
  MMJAG_IKEY_IP9 = 'ip9'
  MMJAG_IKEY_IP90 = 'ip90'
  MMJAG_IKEY_IP91 = 'ip91'
  MMJAG_IKEY_IP92 = 'ip92'
  MMJAG_IKEY_IP93 = 'ip93'
  MMJAG_IKEY_IP94 = 'ip94'
  MMJAG_IKEY_IP95 = 'ip95'
  MMJAG_IKEY_IP96 = 'ip96'
  MMJAG_IKEY_IP97 = 'ip97'
  MMJAG_IKEY_IP98 = 'ip98'
  MMJAG_IKEY_IP99 = 'ip99'
  MMJAG_IKEY_IPKARAW = 'ipkaraw'
  MMJAG_IKEY_IPKASEARCH_EQUIV = 'ipkasearch_equiv'
  MMJAG_IKEY_IPKASHELL = 'ipkashell'
  MMJAG_IKEY_IPKASYMM = 'ipkasymm'
  MMJAG_IKEY_IPKAVERBOSE = 'ipkaverbose'
  MMJAG_IKEY_IPKA_CSRCH_ACC = 'ipka_csrch_acc'
  MMJAG_IKEY_IPKA_MAX_CONF = 'ipka_max_conf'
  MMJAG_IKEY_IPKA_SOLV_OPT = 'ipka_solv_opt'
  MMJAG_IKEY_IPKA_TIER_CUTOFF = 'ipka_tier_cutoff'
  MMJAG_IKEY_IPLOTALIE = 'iplotalie'
  MMJAG_IKEY_IPLOTDEN = 'iplotden'
  MMJAG_IKEY_IPLOTESP = 'iplotesp'
  MMJAG_IKEY_IPLOTNONCOV = 'iplotnoncov'
  MMJAG_IKEY_IPLOTSPN = 'iplotspn'
  MMJAG_IKEY_IPOLAR = 'ipolar'
  MMJAG_IKEY_IPOPSYM = 'ipopsym'
  MMJAG_IKEY_IPVIRT = 'ipvirt'
  MMJAG_IKEY_IQCOARSE = 'iqcoarse'
  MMJAG_IKEY_IQDISK1 = 'iqdisk1'
  MMJAG_IKEY_IQDISK10 = 'iqdisk10'
  MMJAG_IKEY_IQDISK11 = 'iqdisk11'
  MMJAG_IKEY_IQDISK12 = 'iqdisk12'
  MMJAG_IKEY_IQDISK13 = 'iqdisk13'
  MMJAG_IKEY_IQDISK14 = 'iqdisk14'
  MMJAG_IKEY_IQDISK2 = 'iqdisk2'
  MMJAG_IKEY_IQDISK3 = 'iqdisk3'
  MMJAG_IKEY_IQDISK4 = 'iqdisk4'
  MMJAG_IKEY_IQDISK5 = 'iqdisk5'
  MMJAG_IKEY_IQDISK6 = 'iqdisk6'
  MMJAG_IKEY_IQDISK7 = 'iqdisk7'
  MMJAG_IKEY_IQDISK8 = 'iqdisk8'
  MMJAG_IKEY_IQDISK9 = 'iqdisk9'
  MMJAG_IKEY_IQFINE = 'iqfine'
  MMJAG_IKEY_IQGRAD = 'iqgrad'
  MMJAG_IKEY_IQLMP2 = 'iqlmp2'
  MMJAG_IKEY_IQLMP2GRAD = 'iqlmp2grad'
  MMJAG_IKEY_IQMEDIUM = 'iqmedium'
  MMJAG_IKEY_IQST = 'iqst'
  MMJAG_IKEY_IQSTMERGE = 'iqstmerge'
  MMJAG_IKEY_IQUFINE = 'iqufine'
  MMJAG_IKEY_IRAMAN = 'iraman'
  MMJAG_IKEY_IRC = 'irc'
  MMJAG_IKEY_IRCMAX = 'ircmax'
  MMJAG_IKEY_IRCMXCYC = 'ircmxcyc'
  MMJAG_IKEY_IRC_AUTO_INIT = 'irc_auto_init'
  MMJAG_IKEY_IRC_CYC_RETRY = 'irc_cyc_retry'
  MMJAG_IKEY_IRC_GEO_BACKSTEP = 'irc_geo_backstep'
  MMJAG_IKEY_IRC_GRAD_CHECK = 'irc_grad_check'
  MMJAG_IKEY_IRC_INIT_RETRIES = 'irc_init_retries'
  MMJAG_IKEY_IRDER = 'irder'
  MMJAG_IKEY_IREFHUP = 'irefhup'
  MMJAG_IKEY_IRESON = 'ireson'
  MMJAG_IKEY_IRFO = 'irfo'
  MMJAG_IKEY_IROHF = 'irohf'
  MMJAG_IKEY_IRTRIP = 'irtrip'
  MMJAG_IKEY_ISCALAPK = 'iscalapk'
  MMJAG_IKEY_ISOLV = 'isolv'
  MMJAG_IKEY_ISOLVG = 'isolvg'
  MMJAG_IKEY_ISOLVGQS = 'isolvgqs'
  MMJAG_IKEY_ISOLV_FREEMODES = 'isolv_freemodes'
  MMJAG_IKEY_ISOTRYMAX = 'isotrymax'
  MMJAG_IKEY_ISQM = 'isqm'
  MMJAG_IKEY_ISRLR = 'isrlr'
  MMJAG_IKEY_ISTATE = 'istate'
  MMJAG_IKEY_ISTAVG = 'istavg'
  MMJAG_IKEY_ISURF = 'isurf'
  MMJAG_IKEY_ISYMM = 'isymm'
  MMJAG_IKEY_ITDA = 'itda'
  MMJAG_IKEY_ITDDFT = 'itddft'
  MMJAG_IKEY_ITERAVG = 'iteravg'
  MMJAG_IKEY_ITHERMO = 'ithermo'
  MMJAG_IKEY_ITRADJ = 'itradj'
  MMJAG_IKEY_ITRCUT = 'itrcut'
  MMJAG_IKEY_ITRVEC = 'itrvec'
  MMJAG_IKEY_ITWICE = 'itwice'
  MMJAG_IKEY_ITYPK = 'itypk'
  MMJAG_IKEY_IUHF = 'iuhf'
  MMJAG_IKEY_IUNIT = 'iunit'
  MMJAG_IKEY_IUSEDIFFUSE = 'iusediffuse'
  MMJAG_IKEY_IVANSET = 'ivanset'
  MMJAG_IKEY_IVCD = 'ivcd'
  MMJAG_IKEY_IXTRBOY = 'ixtrboy'
  MMJAG_IKEY_IZORA = 'izora'
  MMJAG_IKEY_JDFT = 'jdft'
  MMJAG_IKEY_JDIDRWR_RESET = 'jdidrwr_reset'
  MMJAG_IKEY_JKSEP = 'jksep'
  MMJAG_IKEY_KESEP = 'kesep'
  MMJAG_IKEY_LASTWV = 'lastwv'
  MMJAG_IKEY_LBISECT = 'lbisect'
  MMJAG_IKEY_LCOARSE = 'lcoarse'
  MMJAG_IKEY_LDENS = 'ldens'
  MMJAG_IKEY_LDIPS = 'ldips'
  MMJAG_IKEY_LEWDOT = 'lewdot'
  MMJAG_IKEY_LEWSTR = 'lewstr'
  MMJAG_IKEY_LFINE = 'lfine'
  MMJAG_IKEY_LGRAD = 'lgrad'
  MMJAG_IKEY_LLMP2 = 'llmp2'
  MMJAG_IKEY_LLMP2GRAD = 'llmp2grad'
  MMJAG_IKEY_LMEDIUM = 'lmedium'
  MMJAG_IKEY_LMP2 = 'lmp2'
  MMJAG_IKEY_LMP2HAMX = 'lmp2hamx'
  MMJAG_IKEY_LOCLMP2C = 'loclmp2c'
  MMJAG_IKEY_LOCLMP2V = 'loclmp2v'
  MMJAG_IKEY_LOCPOSTC = 'locpostc'
  MMJAG_IKEY_LOCPOSTV = 'locpostv'
  MMJAG_IKEY_LQA_STEP = 'lqa_step'
  MMJAG_IKEY_LUFINE = 'lufine'
  MMJAG_IKEY_MASSAV = 'massav'
  MMJAG_IKEY_MAXCIIT = 'maxciit'
  MMJAG_IKEY_MAXDIIS = 'maxdiis'
  MMJAG_IKEY_MAXIT = 'maxit'
  MMJAG_IKEY_MAXITCP = 'maxitcp'
  MMJAG_IKEY_MAXITG = 'maxitg'
  MMJAG_IKEY_MAX_COORDINATION = 'max_coordination'
  MMJAG_IKEY_MEMCI = 'memci'
  MMJAG_IKEY_MITERTD = 'mitertd'
  MMJAG_IKEY_MMQM = 'mmqm'
  MMJAG_IKEY_MODSETUP = 'modsetup'
  MMJAG_IKEY_MOLCHG = 'molchg'
  MMJAG_IKEY_MP2 = 'mp2'
  MMJAG_IKEY_MTEST = 'mtest'
  MMJAG_IKEY_MULKEN = 'mulken'
  MMJAG_IKEY_MULTIP = 'multip'
  MMJAG_IKEY_MXBACK = 'mxback'
  MMJAG_IKEY_MXPAGE = 'mxpage'
  MMJAG_IKEY_MXPR = 'mxpr'
  MMJAG_IKEY_MXSTRIP = 'mxstrip'
  MMJAG_IKEY_MZITERTD = 'mzitertd'
  MMJAG_IKEY_NAYDAF1 = 'naydaf1'
  MMJAG_IKEY_NAYDAF2 = 'naydaf2'
  MMJAG_IKEY_NAYDAF3 = 'naydaf3'
  MMJAG_IKEY_NAYDAF4 = 'naydaf4'
  MMJAG_IKEY_NBCMAX = 'nbcmax'
  MMJAG_IKEY_NBO = 'nbo'
  MMJAG_IKEY_NBODEN = 'nboden'
  MMJAG_IKEY_NBUCK = 'nbuck'
  MMJAG_IKEY_NCANORB = 'ncanorb'
  MMJAG_IKEY_NDFGRDC1 = 'ndfgrdc1'
  MMJAG_IKEY_NDFGRDC2 = 'ndfgrdc2'
  MMJAG_IKEY_NDFGRDD1 = 'ndfgrdd1'
  MMJAG_IKEY_NDFGRDD2 = 'ndfgrdd2'
  MMJAG_IKEY_NDFGRDF1 = 'ndfgrdf1'
  MMJAG_IKEY_NDFGRDF2 = 'ndfgrdf2'
  MMJAG_IKEY_NDFGRDG1 = 'ndfgrdg1'
  MMJAG_IKEY_NDFGRDG2 = 'ndfgrdg2'
  MMJAG_IKEY_NDFGRDM1 = 'ndfgrdm1'
  MMJAG_IKEY_NDFGRDM2 = 'ndfgrdm2'
  MMJAG_IKEY_NDFGRDP1 = 'ndfgrdp1'
  MMJAG_IKEY_NDFGRDP2 = 'ndfgrdp2'
  MMJAG_IKEY_NDFGRDU1 = 'ndfgrdu1'
  MMJAG_IKEY_NDFGRDU2 = 'ndfgrdu2'
  MMJAG_IKEY_NDISK = 'ndisk'
  MMJAG_IKEY_NEEDGWD = 'needgwd'
  MMJAG_IKEY_NEGRID = 'negrid'
  MMJAG_IKEY_NEWCON = 'newcon'
  MMJAG_IKEY_NGEORESTART = 'ngeorestart'
  MMJAG_IKEY_NHESREF = 'nhesref'
  MMJAG_IKEY_NMDER = 'nmder'
  MMJAG_IKEY_NMR = 'nmr'
  MMJAG_IKEY_NOABORTSCF = 'noabortscf'
  MMJAG_IKEY_NOATCOR = 'noatcor'
  MMJAG_IKEY_NOAUTO = 'noauto'
  MMJAG_IKEY_NOFAIL = 'nofail'
  MMJAG_IKEY_NOFAIL_RETRY = 'nofail_retry'
  MMJAG_IKEY_NOGAS = 'nogas'
  MMJAG_IKEY_NOGDIIS = 'nogdiis'
  MMJAG_IKEY_NOHPK = 'nohpk'
  MMJAG_IKEY_NOISEOVRSTP = 'noiseovrstp'
  MMJAG_IKEY_NOOPTA = 'noopta'
  MMJAG_IKEY_NOOPTR = 'nooptr'
  MMJAG_IKEY_NOOPTT = 'nooptt'
  MMJAG_IKEY_NOPS = 'nops'
  MMJAG_IKEY_NOSUPER = 'nosuper'
  MMJAG_IKEY_NOUPDAT = 'noupdat'
  MMJAG_IKEY_NO_MUL_DUMP_HESS = 'no_mul_dump_hess'
  MMJAG_IKEY_NO_MUL_HESS_REDO = 'no_mul_hess_redo'
  MMJAG_IKEY_NO_MUL_IMAG_FREQ = 'no_mul_imag_freq'
  MMJAG_IKEY_NRESTART = 'nrestart'
  MMJAG_IKEY_NROOT = 'nroot'
  MMJAG_IKEY_NSCFA = 'nscfa'
  MMJAG_IKEY_NTEMP = 'ntemp'
  MMJAG_IKEY_NUMD = 'numd'
  MMJAG_IKEY_OPTCOORD_ADDCART = 'optcoord_addcart'
  MMJAG_IKEY_OPTCOORD_NEWHIST = 'optcoord_newhist'
  MMJAG_IKEY_OPTCOORD_UPDATE = 'optcoord_update'
  MMJAG_IKEY_OPTVERDICT = 'optverdict'
  MMJAG_IKEY_PBF_BOUNDARY_RES = 'pbf_boundary_res'
  MMJAG_IKEY_PBF_FEM_ITERS = 'pbf_fem_iters'
  MMJAG_IKEY_PBF_ISODENS = 'pbf_isodens'
  MMJAG_IKEY_PBF_MOLSURF_IDX = 'pbf_molsurf_idx'
  MMJAG_IKEY_PBF_NSHELLS = 'pbf_nshells'
  MMJAG_IKEY_PBF_PROTOSPH_RES = 'pbf_protosph_res'
  MMJAG_IKEY_PBF_RADII = 'pbf_radii'
  MMJAG_IKEY_PROPS_EACH_STEP = 'props_each_step'
  MMJAG_IKEY_QSALLERG = 'qsallerg'
  MMJAG_IKEY_RETRYSCF = 'retryscf'
  MMJAG_IKEY_RGENERIC = 'rgeneric'
  MMJAG_IKEY_RSINGLET = 'rsinglet'
  MMJAG_IKEY_RTRIPLET = 'rtriplet'
  MMJAG_IKEY_RWR_SVD_RESET = 'rwr_svd_reset'
  MMJAG_IKEY_SCANGEO = 'scangeo'
  MMJAG_IKEY_SCANGUESS = 'scanguess'
  MMJAG_IKEY_SCANHESS = 'scanhess'
  MMJAG_IKEY_SCANINDEX = 'scanindex'
  MMJAG_IKEY_SCAN_INDEPENDENT = 'scan_independent'
  MMJAG_IKEY_SCAN_NOCHECK = 'scan_nocheck'
  MMJAG_IKEY_SKIP_SYMM_CALCS = 'skip_symm_calcs'
  MMJAG_IKEY_STOCKHOLDER_Q = 'stockholder_q'
  MMJAG_IKEY_STOP_RXN = 'stop_rxn'
  MMJAG_IKEY_TAKEIN = 'takein'
  MMJAG_IKEY_TAKEMAE = 'takemae'
  MMJAG_IKEY_TARGET = 'target'
  MMJAG_IKEY_TDDFT_HSO = 'tddft_hso'
  MMJAG_IKEY_TDDFT_NTO = 'tddft_nto'
  MMJAG_IKEY_TDDFT_S2 = 'tddft_s2'
  MMJAG_IKEY_THREE_PT_IRC = 'three_pt_irc'
  MMJAG_IKEY_TS_VET = 'ts_vet'
  MMJAG_IKEY_TS_VET_WITH_CONSTRAINTS = 'ts_vet_with_constraints'
  MMJAG_IKEY_VALID_GUESS = 'valid_guess'
  MMJAG_IKEY_VALID_HESS = 'valid_hess'
  MMJAG_IKEY_VALID_RWR_SVD = 'valid_rwr_svd'
  MMJAG_IKEY_VALID_SECTIONS = 'valid_sections'
  MMJAG_ILAGR_OFF = 0
hash(x)
  MMJAG_ILAGR_ON = -1
  MMJAG_ILAGR_ZERO = 2
  MMJAG_IMD_BOGUS = -1
  MMJAG_IMD_OFF = 0
hash(x)
  MMJAG_IMPVERSION_EXTRAHUGE = 'extrahuge'
  MMJAG_IMPVERSION_HUGE = 'huge'
  MMJAG_IMPVERSION_MEDIUM = 'medium'
  MMJAG_IMW_CART = 0
hash(x)
  MMJAG_IMW_MW = 1
  MMJAG_INCDIP_CHG = 0
hash(x)
  MMJAG_INCDIP_DIP = 1
  MMJAG_INCDIP_EACH = -1
  MMJAG_INCDIP_OCT = 111
  MMJAG_INCDIP_QUAD = 11
  MMJAG_INEWGUESS_OFF = 1
  MMJAG_INEWGUESS_ON = 0
hash(x)
  MMJAG_INHESS_ANAL = 5
  MMJAG_INHESS_FISCHER = -1
  MMJAG_INHESS_INCART = 2
  MMJAG_INHESS_INZMAT = 3
hash(x)
  MMJAG_INHESS_QM = 4
  MMJAG_INHESS_RAPPE = -2
  MMJAG_INHESS_SCHLEGEL = 0
hash(x)
  MMJAG_INHESS_UNIT = 1
  MMJAG_INT = 1
  MMJAG_INTOPT_CART = 0
hash(x)
  MMJAG_INTOPT_RED = 1
  MMJAG_INTOPT_SWITCH_NEAR_CONV = 2
  MMJAG_INTOPT_SWITCH_OFF = 0
hash(x)
  MMJAG_INTOPT_SWITCH_STUCK = 1
  MMJAG_INTOPT_ZMAT = 2
  MMJAG_INVALID_JAG_HANDLE = -1
  MMJAG_IOPT100_OFF = 0
hash(x)
  MMJAG_IOPT100_ON = 1
  MMJAG_IOPT103_OFF = 0
hash(x)
  MMJAG_IOPT103_ON = 1
  MMJAG_IOPT10_OFF = 0
hash(x)
  MMJAG_IOPT10_ON = 1
  MMJAG_IOPT115_OFF = 0
hash(x)
  MMJAG_IOPT115_ON = 1
  MMJAG_IOPT11_OFF = 0
hash(x)
  MMJAG_IOPT11_ON = 1
  MMJAG_IOPT12_OFF = 0
hash(x)
  MMJAG_IOPT12_ON = 1
  MMJAG_IOPT136_OFF = 0
hash(x)
  MMJAG_IOPT136_ON = 1
  MMJAG_IOPT138_OFF = 0
hash(x)
  MMJAG_IOPT138_ON = 1
  MMJAG_IOPT13_OFF = 0
hash(x)
  MMJAG_IOPT13_ON = 1
  MMJAG_IOPT142_OFF = 0
hash(x)
  MMJAG_IOPT142_ON = 1
  MMJAG_IOPT144_OFF = 0
hash(x)
  MMJAG_IOPT144_ON = 144
  MMJAG_IOPT145_OFF = 0
hash(x)
  MMJAG_IOPT145_ON = 1
  MMJAG_IOPT146_OFF = 0
hash(x)
  MMJAG_IOPT146_ON = 1
  MMJAG_IOPT147_OFF = 0
hash(x)
  MMJAG_IOPT147_ON = 1
  MMJAG_IOPT148_OFF = 0
hash(x)
  MMJAG_IOPT148_ON = 1
  MMJAG_IOPT165_OFF = 0
hash(x)
  MMJAG_IOPT165_ON = 1
  MMJAG_IOPT16_OFF = 0
hash(x)
  MMJAG_IOPT16_ON = 1
  MMJAG_IOPT171_OFF = 0
hash(x)
  MMJAG_IOPT171_ON = 1
  MMJAG_IOPT172_OFF = 0
hash(x)
  MMJAG_IOPT172_ON = 1
  MMJAG_IOPT180_OFF = 0
hash(x)
  MMJAG_IOPT180_ON = 1
  MMJAG_IOPT181_OFF = 0
hash(x)
  MMJAG_IOPT181_ON = 1
  MMJAG_IOPT18_OFF = 0
hash(x)
  MMJAG_IOPT18_ON = 1
  MMJAG_IOPT199_OFF = 0
hash(x)
  MMJAG_IOPT199_ON = 1
  MMJAG_IOPT1_OFF = 0
hash(x)
  MMJAG_IOPT1_ON = 1
  MMJAG_IOPT204_OFF = 0
hash(x)
  MMJAG_IOPT204_ON = 1
  MMJAG_IOPT216_OFF = 0
hash(x)
  MMJAG_IOPT216_ON = 1
  MMJAG_IOPT218_OFF = 0
hash(x)
  MMJAG_IOPT218_ON = 1
  MMJAG_IOPT21_OFF = 0
hash(x)
  MMJAG_IOPT21_ON = 1
  MMJAG_IOPT22_OFF = 0
hash(x)
  MMJAG_IOPT22_ON = 1
  MMJAG_IOPT23_OFF = 0
hash(x)
  MMJAG_IOPT23_ON = 1
  MMJAG_IOPT24_OFF = 0
hash(x)
  MMJAG_IOPT24_ON = 1
  MMJAG_IOPT256_OFF = 0
hash(x)
  MMJAG_IOPT256_ON = 1
  MMJAG_IOPT257_OFF = 0
hash(x)
  MMJAG_IOPT257_ON = 1
  MMJAG_IOPT270_OFF = 0
hash(x)
  MMJAG_IOPT270_ON = 1
  MMJAG_IOPT271_OFF = 0
hash(x)
  MMJAG_IOPT271_ON = 1
  MMJAG_IOPT272_OFF = 0
hash(x)
  MMJAG_IOPT272_ON = 1
  MMJAG_IOPT273_OFF = 0
hash(x)
  MMJAG_IOPT273_ON = 1
  MMJAG_IOPT274_OFF = 0
hash(x)
  MMJAG_IOPT274_ON = 1
  MMJAG_IOPT275_OFF = 0
hash(x)
  MMJAG_IOPT275_ON = 1
  MMJAG_IOPT277_OFF = 0
hash(x)
  MMJAG_IOPT277_ON = 1
  MMJAG_IOPT279_OFF = 0
hash(x)
  MMJAG_IOPT279_ON = 1
  MMJAG_IOPT292_OFF = 0
hash(x)
  MMJAG_IOPT292_ON = 1
  MMJAG_IOPT294_OFF = 0
hash(x)
  MMJAG_IOPT294_ON = 1
  MMJAG_IOPT2_OFF = 0
hash(x)
  MMJAG_IOPT2_ON = 1
  MMJAG_IOPT302_OFF = 0
hash(x)
  MMJAG_IOPT302_ON = 1
  MMJAG_IOPT322_OFF = 0
hash(x)
  MMJAG_IOPT322_ON = 1
  MMJAG_IOPT326_OFF = 0
hash(x)
  MMJAG_IOPT326_ON = 1
  MMJAG_IOPT333_OFF = 0
hash(x)
  MMJAG_IOPT333_ON = 1
  MMJAG_IOPT345_OFF = 0
hash(x)
  MMJAG_IOPT345_ON = 1
  MMJAG_IOPT35_OFF = 0
hash(x)
  MMJAG_IOPT35_ON = 1
  MMJAG_IOPT36_OFF = 0
hash(x)
  MMJAG_IOPT36_ON = 1
  MMJAG_IOPT370_OFF = 0
hash(x)
  MMJAG_IOPT370_ON = 1
  MMJAG_IOPT373_OFF = 0
hash(x)
  MMJAG_IOPT373_ON = 1
  MMJAG_IOPT377_OFF = 0
hash(x)
  MMJAG_IOPT377_ON = 1
  MMJAG_IOPT378_OFF = 0
hash(x)
  MMJAG_IOPT378_ON = 1
  MMJAG_IOPT379_OFF = 0
hash(x)
  MMJAG_IOPT379_ON = 1
  MMJAG_IOPT37_OFF = 0
hash(x)
  MMJAG_IOPT37_ON = 1
  MMJAG_IOPT383_OFF = 0
hash(x)
  MMJAG_IOPT383_ON = 1
  MMJAG_IOPT384_OFF = 0
hash(x)
  MMJAG_IOPT384_ON = 1
  MMJAG_IOPT38_OFF = 0
hash(x)
  MMJAG_IOPT38_ON = 1
  MMJAG_IOPT39_OFF = 0
hash(x)
  MMJAG_IOPT39_ON = 1
  MMJAG_IOPT3_OFF = 0
hash(x)
  MMJAG_IOPT3_ON = 1
  MMJAG_IOPT40_OFF = 0
hash(x)
  MMJAG_IOPT40_ON = 1
  MMJAG_IOPT411_OFF = 0
hash(x)
  MMJAG_IOPT411_ON = 1
  MMJAG_IOPT416_OFF = 0
hash(x)
  MMJAG_IOPT416_ON = 1
  MMJAG_IOPT41_ALL = 0
hash(x)
  MMJAG_IOPT41_ON = 1
  MMJAG_IOPT433_OFF = 0
hash(x)
  MMJAG_IOPT433_ON = 1
  MMJAG_IOPT444_OFF = 0
hash(x)
  MMJAG_IOPT444_ON = 1
  MMJAG_IOPT457_OFF = 0
hash(x)
  MMJAG_IOPT457_ON = 1
  MMJAG_IOPT472_OFF = 0
hash(x)
  MMJAG_IOPT472_ON = 1
  MMJAG_IOPT4_OFF = 0
hash(x)
  MMJAG_IOPT4_ON = 1
  MMJAG_IOPT56_OFF = 0
hash(x)
  MMJAG_IOPT56_ON = 1
  MMJAG_IOPT5_OFF = 0
hash(x)
  MMJAG_IOPT5_ON = 1
  MMJAG_IOPT61_OFF = 0
hash(x)
  MMJAG_IOPT61_ON = 1
  MMJAG_IOPT67_OFF = 0
hash(x)
  MMJAG_IOPT67_ON = 1
  MMJAG_IOPT68_OFF = 0
hash(x)
  MMJAG_IOPT68_ON = 1
  MMJAG_IOPT6_OFF = 0
hash(x)
  MMJAG_IOPT6_ON = 1
  MMJAG_IOPT70_OFF = 0
hash(x)
  MMJAG_IOPT70_ON = 1
  MMJAG_IOPT71_OFF = 0
hash(x)
  MMJAG_IOPT71_ON = 1
  MMJAG_IOPT72_OFF = 0
hash(x)
  MMJAG_IOPT72_ON = 1
  MMJAG_IOPT75_OFF = 0
hash(x)
  MMJAG_IOPT75_ON = 1
  MMJAG_IOPT77_OFF = 0
hash(x)
  MMJAG_IOPT77_ON = 1
  MMJAG_IOPT79_OFF = 0
hash(x)
  MMJAG_IOPT79_ON = 1
  MMJAG_IOPT7_OFF = 0
hash(x)
  MMJAG_IOPT7_ON = 1
  MMJAG_IOPT80_OFF = 0
hash(x)
  MMJAG_IOPT80_ON = 1
  MMJAG_IOPT81_OFF = 0
hash(x)
  MMJAG_IOPT81_ON = 1
  MMJAG_IOPT83_OFF = 0
hash(x)
  MMJAG_IOPT83_ON = 1
  MMJAG_IOPT86_OFF = 0
hash(x)
  MMJAG_IOPT86_ON = 1
  MMJAG_IOPT8_OFF = 0
hash(x)
  MMJAG_IOPT8_ON = 1
  MMJAG_IOPT99_OFF = 0
hash(x)
  MMJAG_IOPT99_ON = 1
  MMJAG_IORB1A_ALL = '-1'
  MMJAG_IORB1B_ALL = '-1'
  MMJAG_IORDBOY_OFF = 0
hash(x)
  MMJAG_IORDBOY_ON = 1
  MMJAG_IOSS_HOMOLUMO = 1
  MMJAG_IOSS_MIXOCC = 2
  MMJAG_IOSS_OFF = 0
hash(x)
  MMJAG_IP100_OFF = 1
  MMJAG_IP100_ON = 2
  MMJAG_IP101_OFF = 1
  MMJAG_IP102_OFF = 1
  MMJAG_IP103_OFF = 1
  MMJAG_IP104_OFF = 1
  MMJAG_IP105_OFF = 1
  MMJAG_IP106_OFF = 1
  MMJAG_IP107_OFF = 1
  MMJAG_IP10_OFF = 1
  MMJAG_IP10_ON = 2
  MMJAG_IP110_OFF = 1
  MMJAG_IP110_ON = 2
  MMJAG_IP111_OFF = 1
  MMJAG_IP111_ON = 2
  MMJAG_IP114_OFF = 1
  MMJAG_IP114_ON = 2
  MMJAG_IP115_OFF = 1
  MMJAG_IP115_ON = 2
  MMJAG_IP116_OFF = 1
  MMJAG_IP116_ON = 2
  MMJAG_IP117_OFF = 1
  MMJAG_IP117_ON = 2
  MMJAG_IP118_OFF = 1
  MMJAG_IP118_ON = 2
  MMJAG_IP11_ANG = 4
  MMJAG_IP11_DIST = 3
hash(x)
  MMJAG_IP11_OFF = 1
  MMJAG_IP11_ON = 2
  MMJAG_IP11_TOR = 5
  MMJAG_IP121_OFF = 1
  MMJAG_IP121_ON = 2
  MMJAG_IP122_OFF = 1
  MMJAG_IP122_ON = 2
  MMJAG_IP123_OFF = 1
  MMJAG_IP123_ON = 2
  MMJAG_IP12_OFF = 1
  MMJAG_IP12_ON = 2
  MMJAG_IP131_OFF = 1
  MMJAG_IP131_ON = 2
  MMJAG_IP135_OFF = 1
  MMJAG_IP135_ON = 2
  MMJAG_IP13_OFF = 1
  MMJAG_IP13_ON = 2
  MMJAG_IP143_OFF = 1
  MMJAG_IP143_ON = 2
  MMJAG_IP144_OFF = 1
  MMJAG_IP144_ON = 2
  MMJAG_IP146_OFF = 1
  MMJAG_IP146_ON = 2
  MMJAG_IP147_OFF = 1
  MMJAG_IP147_ON = 2
  MMJAG_IP148_OFF = 1
  MMJAG_IP148_ON = 2
  MMJAG_IP149_OFF = 1
  MMJAG_IP149_ON = 2
  MMJAG_IP14_OFF = 1
  MMJAG_IP14_ON = 2
  MMJAG_IP150_OFF = 1
  MMJAG_IP150_ON = 2
  MMJAG_IP151_OFF = 1
  MMJAG_IP151_ON = 2
  MMJAG_IP152_OFF = 1
  MMJAG_IP152_ON = 2
  MMJAG_IP153_OFF = 1
  MMJAG_IP153_ON = 2
  MMJAG_IP154_OFF = 1
  MMJAG_IP154_ON = 2
  MMJAG_IP158_OFF = 1
  MMJAG_IP158_ON = 2
  MMJAG_IP159_OFF = 1
  MMJAG_IP159_ON = 2
  MMJAG_IP15_OFF = 1
  MMJAG_IP15_ON = 2
  MMJAG_IP160_BASIS = 5
  MMJAG_IP160_BOTH = 4
  MMJAG_IP160_IGUESS = 3
hash(x)
  MMJAG_IP160_OFF = 1
  MMJAG_IP160_ON = 2
  MMJAG_IP161_OFF = 1
  MMJAG_IP161_ON = 2
  MMJAG_IP162_OFF = 1
  MMJAG_IP162_ON = 2
  MMJAG_IP163_OFF = 1
  MMJAG_IP163_ON = 2
  MMJAG_IP164_OFF = 1
  MMJAG_IP164_ON = 2
  MMJAG_IP165_OFF = 1
  MMJAG_IP165_ON = 3
hash(x)
  MMJAG_IP165_SCRATCH = 2
  MMJAG_IP168_OFF = 1
  MMJAG_IP168_ON = 2
  MMJAG_IP169_OFF = 1
  MMJAG_IP169_ON = 2
  MMJAG_IP16_OFF = 1
  MMJAG_IP16_ON = 2
  MMJAG_IP170_OFF = 1
  MMJAG_IP170_ON = 2
  MMJAG_IP173_OFF = 1
  MMJAG_IP173_ON = 2
  MMJAG_IP175_OFF = 1
  MMJAG_IP175_ON = 2
  MMJAG_IP177_OFF = 1
  MMJAG_IP177_ON = 2
  MMJAG_IP17_OFF = 1
  MMJAG_IP17_ON = 2
  MMJAG_IP181_OFF = 1
  MMJAG_IP181_ON = 2
  MMJAG_IP182_OFF = 1
  MMJAG_IP182_ON = 2
  MMJAG_IP183_OFF = 1
  MMJAG_IP183_ON = 2
  MMJAG_IP184_OFF = 1
  MMJAG_IP184_ON = 2
  MMJAG_IP187_OFF = 1
  MMJAG_IP187_ON = 2
  MMJAG_IP188_OFF = 1
  MMJAG_IP188_ON = 2
  MMJAG_IP18_OFF = 1
  MMJAG_IP18_ON = 2
  MMJAG_IP190_OFF = 1
  MMJAG_IP190_ON = 2
  MMJAG_IP191_OFF = 1
  MMJAG_IP191_ON = 2
  MMJAG_IP192_DETAIL = 3
hash(x)
  MMJAG_IP192_OFF = 1
  MMJAG_IP192_ON = 2
  MMJAG_IP193_OFF = 1
  MMJAG_IP193_ON = 2
  MMJAG_IP194_OFF = 1
  MMJAG_IP194_ON = 2
  MMJAG_IP195_OFF = 1
  MMJAG_IP195_ON = 2
  MMJAG_IP198_OFF = 1
  MMJAG_IP198_ON = 2
  MMJAG_IP199_OFF = 1
  MMJAG_IP199_ON = 2
  MMJAG_IP19_OFF = 1
  MMJAG_IP19_ON = 2
  MMJAG_IP1_OFF = 1
  MMJAG_IP1_ON = 2
  MMJAG_IP20_OFF = 1
  MMJAG_IP20_ON = 2
  MMJAG_IP21_OFF = 1
  MMJAG_IP21_ON = 2
  MMJAG_IP22_OFF = 1
  MMJAG_IP22_ON = 2
  MMJAG_IP23_OFF = 1
  MMJAG_IP23_ON = 2
  MMJAG_IP24_OFF = 1
  MMJAG_IP24_ON = 2
  MMJAG_IP25_OFF = 1
  MMJAG_IP25_ON = 2
  MMJAG_IP26_OFF = 1
  MMJAG_IP26_ON = 2
  MMJAG_IP28_OFF = 1
  MMJAG_IP28_ON = 2
  MMJAG_IP29_OFF = 1
  MMJAG_IP29_ON = 2
  MMJAG_IP2_OFF = 1
  MMJAG_IP2_ON = 2
  MMJAG_IP31_OFF = 1
  MMJAG_IP31_ON = 2
  MMJAG_IP32_OFF = 1
  MMJAG_IP32_ON = 2
  MMJAG_IP3_OFF = 1
  MMJAG_IP3_ON = 2
  MMJAG_IP41_OFF = 1
  MMJAG_IP41_ON = 2
  MMJAG_IP42_OFF = 1
  MMJAG_IP42_ON = 2
  MMJAG_IP43_OFF = 1
  MMJAG_IP43_ON = 2
  MMJAG_IP44_OFF = 1
  MMJAG_IP44_ON = 2
  MMJAG_IP45_OFF = 1
  MMJAG_IP45_ON = 2
  MMJAG_IP47_OFF = 1
  MMJAG_IP47_ON = 2
  MMJAG_IP49_OFF = 1
  MMJAG_IP49_ON = 2
  MMJAG_IP4_OFF = 1
  MMJAG_IP4_ON = 2
  MMJAG_IP52_OFF = 1
  MMJAG_IP52_ON = 2
  MMJAG_IP5_OFF = 1
  MMJAG_IP5_ON = 2
  MMJAG_IP61_OFF = 1
  MMJAG_IP61_ON = 2
  MMJAG_IP62_OFF = 1
  MMJAG_IP62_ON = 2
  MMJAG_IP63_OFF = 1
  MMJAG_IP63_ON = 2
  MMJAG_IP64_OFF = 1
  MMJAG_IP64_ON = 2
  MMJAG_IP65_OFF = 1
  MMJAG_IP65_ON = 2
  MMJAG_IP66_OFF = 1
  MMJAG_IP66_ON = 2
  MMJAG_IP67_OFF = 1
  MMJAG_IP67_ON = 2
  MMJAG_IP69_OFF = 1
  MMJAG_IP69_ON = 2
  MMJAG_IP6_DETAIL = 3
hash(x)
  MMJAG_IP6_OFF = 1
  MMJAG_IP6_ON = 2
  MMJAG_IP6_WALL = -2
  MMJAG_IP6_WDET = -3
  MMJAG_IP73_OFF = 1
  MMJAG_IP73_ON = 2
  MMJAG_IP77_OFF = 1
  MMJAG_IP77_ON = 2
  MMJAG_IP78_OFF = 1
  MMJAG_IP78_ON = 2
  MMJAG_IP7_OFF = 1
  MMJAG_IP7_ON = 2
  MMJAG_IP8_OFF = 1
  MMJAG_IP8_ON = 2
  MMJAG_IP90_OFF = 1
  MMJAG_IP90_ON = 2
  MMJAG_IP99_OFF = 1
  MMJAG_IP99_ON = 2
  MMJAG_IP9_OFF = 1
  MMJAG_IP9_ON = 2
  MMJAG_IPKARAW_OFF = 0
hash(x)
  MMJAG_IPKARAW_ON = 1
  MMJAG_IPKASEARCH_EQUIV_OFF = 0
hash(x)
  MMJAG_IPKASEARCH_EQUIV_ON = 1
  MMJAG_IPKASHELL_OFF = 0
hash(x)
  MMJAG_IPKASHELL_ON = 1
  MMJAG_IPKASYMM_OFF = 0
hash(x)
  MMJAG_IPKASYMM_ON = 1
  MMJAG_IPKAVERBOSE_OFF = 0
hash(x)
  MMJAG_IPKAVERBOSE_ON = 1
  MMJAG_IPKA_CSRCH_ACC_HIGHER = 1
  MMJAG_IPKA_CSRCH_ACC_LOW = 0
hash(x)
  MMJAG_IPKA_PROT_DEPROT_BOTH = 'both'
  MMJAG_IPKA_PROT_DEPROT_DEPROTONATION = 'deprotonation'
  MMJAG_IPKA_PROT_DEPROT_PROTONATION = 'protonation'
  MMJAG_IPKA_SOLV_OPT_OFF = 0
hash(x)
  MMJAG_IPKA_SOLV_OPT_ON = 1
  MMJAG_IPKA_TIER_CUTOFF_TIER_0 = 0
hash(x)
  MMJAG_IPKA_TIER_CUTOFF_TIER_1 = 1
  MMJAG_IPLOTALIE_OFF = 0
hash(x)
  MMJAG_IPLOTALIE_ON = 1
  MMJAG_IPLOTDEN_BOTH = 2
  MMJAG_IPLOTDEN_OFF = 0
hash(x)
  MMJAG_IPLOTDEN_ON = 1
  MMJAG_IPLOTESP_OFF = 0
hash(x)
  MMJAG_IPLOTESP_ON = 1
  MMJAG_IPLOTNONCOV_OFF = 0
hash(x)
  MMJAG_IPLOTNONCOV_ON = 1
  MMJAG_IPLOTSPN_OFF = 0
hash(x)
  MMJAG_IPLOTSPN_ON = 1
  MMJAG_IPOLAR_3PT = 1
  MMJAG_IPOLAR_CPHF1 = -1
  MMJAG_IPOLAR_CPHF2 = -2
  MMJAG_IPOLAR_HYP3PT = 2
  MMJAG_IPOLAR_HYP5PT = 5
  MMJAG_IPOLAR_HYP7PT = 7
  MMJAG_IPOLAR_OFF = 0
hash(x)
  MMJAG_IPOPSYM_OFF = 0
hash(x)
  MMJAG_IPOPSYM_ON = 1
  MMJAG_IPVIRT_ALL = -1
  MMJAG_IP_ORBITALS_ALL_E15_6 = 11
  MMJAG_IP_ORBITALS_ALL_F10_5 = 8
  MMJAG_IP_ORBITALS_ALL_F19_15 = 9
  MMJAG_IP_ORBITALS_ALL_F8_5 = 10
  MMJAG_IP_ORBITALS_ALL_LARGE = 7
  MMJAG_IP_ORBITALS_GVB_E15_6 = 16
  MMJAG_IP_ORBITALS_GVB_F10_5 = 13
  MMJAG_IP_ORBITALS_GVB_F19_15 = 14
  MMJAG_IP_ORBITALS_GVB_F8_5 = 15
  MMJAG_IP_ORBITALS_GVB_LARGE = 12
  MMJAG_IP_ORBITALS_NONE = 1
  MMJAG_IP_ORBITALS_OCCUPIED_E15_6 = 6
  MMJAG_IP_ORBITALS_OCCUPIED_F10_5 = 3
hash(x)
  MMJAG_IP_ORBITALS_OCCUPIED_F19_15 = 4
  MMJAG_IP_ORBITALS_OCCUPIED_F8_5 = 5
  MMJAG_IP_ORBITALS_OCCUPIED_LARGE = 2
  MMJAG_IQSTMERGE_OFF = 0
hash(x)
  MMJAG_IQSTMERGE_ON = 1
  MMJAG_IQST_MAXMIN = 2
  MMJAG_IQST_OFF = 0
hash(x)
  MMJAG_IQST_ORTHMIN = -1
  MMJAG_IQST_STQN = 1
  MMJAG_IRAMAN_OFF = 0
hash(x)
  MMJAG_IRAMAN_ON = 1
  MMJAG_IRCMODE_BOTH = 'both'
  MMJAG_IRCMODE_DOWN = 'downhill'
  MMJAG_IRCMODE_FWD = 'forward'
  MMJAG_IRCMODE_REV = 'reverse'
  MMJAG_IRC_AUTO_INIT_OFF = 0
hash(x)
  MMJAG_IRC_AUTO_INIT_ON = 1
  MMJAG_IRC_CYC_RETRY_OFF = 0
hash(x)
  MMJAG_IRC_CYC_RETRY_RELEASE = -1
  MMJAG_IRC_CYC_RETRY_RETRY = 1
  MMJAG_IRC_CYC_RETRY_RETRY_RELEASE = 2
  MMJAG_IRC_GEO_BACKSTEP_OFF = 0
hash(x)
  MMJAG_IRC_GEO_BACKSTEP_ON = 1
  MMJAG_IRC_GRAD_CHECK_OFF = 0
hash(x)
  MMJAG_IRC_GRAD_CHECK_ON = 1
  MMJAG_IRC_MW = 2
  MMJAG_IRC_OFF = 0
hash(x)
  MMJAG_IRC_ON = 1
  MMJAG_IRDER_OFF = 0
hash(x)
  MMJAG_IRDER_ON = 1
  MMJAG_IREFHUP_MS = 4
  MMJAG_IREFHUP_MSPOWELL = 3
hash(x)
  MMJAG_IREFHUP_POWELL = 2
  MMJAG_IRESON_FULL = 2
  MMJAG_IRESON_OFF = 0
hash(x)
  MMJAG_IRESON_ON = 1
  MMJAG_IRFO_OFF = 0
hash(x)
  MMJAG_IRFO_PRFO = 2
  MMJAG_IRFO_RFO = 1
  MMJAG_IROHF_ALPHA = 8
  MMJAG_IROHF_BETA = 7
  MMJAG_IROHF_BINKLEY = 4
  MMJAG_IROHF_DAVIDSON = 3
hash(x)
  MMJAG_IROHF_FAEGRI = 6
  MMJAG_IROHF_GUEST = 1
  MMJAG_IROHF_GVBDIIS = 0
hash(x)
  MMJAG_IROHF_MCWEENY = 5
  MMJAG_IROHF_ROOTHAN = 2
  MMJAG_IRTRIP_OFF = 0
hash(x)
  MMJAG_IRTRIP_ON = 1
  MMJAG_ISOLVGQS_PBF = -1
  MMJAG_ISOLVGQS_PBFB = 1
  MMJAG_ISOLVGQS_PBFG = 0
hash(x)
  MMJAG_ISOLVG_PBFB = 1
  MMJAG_ISOLVG_PBFG = 0
hash(x)
  MMJAG_ISOLV_ATOM = 4
  MMJAG_ISOLV_DELPHI = 1
  MMJAG_ISOLV_ESP = 3
hash(x)
  MMJAG_ISOLV_FREEMODES_OFF = 0
hash(x)
  MMJAG_ISOLV_FREEMODES_ON = 1
  MMJAG_ISOLV_OFF = 0
hash(x)
  MMJAG_ISOLV_PBF = 2
  MMJAG_ISOLV_SM6 = 5
  MMJAG_ISOLV_SM8 = 6
  MMJAG_ISQM_OFF = 0
hash(x)
  MMJAG_ISQM_ON = 1
  MMJAG_ISTAVG_OFF = 0
hash(x)
  MMJAG_ISURF_OFF = 0
hash(x)
  MMJAG_ISURF_ON = 1
  MMJAG_ISYMM_FULL = 8
  MMJAG_ISYMM_GRID = 2
  MMJAG_ISYMM_METALS_ONLY = 9
  MMJAG_ISYMM_NO_METALS = -9
  MMJAG_ISYMM_OFF = 0
hash(x)
  MMJAG_ISYMM_PRE = 4
  MMJAG_ISYMM_ROT = 1
  MMJAG_ITDA_OFF = 0
hash(x)
  MMJAG_ITDA_ON = 1
  MMJAG_ITDDFT_OFF = 0
hash(x)
  MMJAG_ITDDFT_ON = 1
  MMJAG_ITERAVG_OFF = 0
hash(x)
  MMJAG_ITHERMO_FREQ_CONTRIBUTIONS = 2
  MMJAG_ITHERMO_OFF = 0
hash(x)
  MMJAG_ITHERMO_ON = 1
  MMJAG_ITRADJ_CULOT = 1
  MMJAG_ITRADJ_CULOT2 = 2
  MMJAG_ITRADJ_FIX = 0
hash(x)
  MMJAG_ITRADJ_SIMON = -1
  MMJAG_ITRCUT_SHIFT = 1
  MMJAG_ITRCUT_TRUNC = 0
hash(x)
  MMJAG_ITRVEC_ACTIVE = -6
  MMJAG_ITRVEC_HESSIAN = 0
hash(x)
  MMJAG_ITRVEC_NONTOR = -1
  MMJAG_ITRVEC_QST = -5
  MMJAG_ITRVEC_STRETCH = -2
  MMJAG_ITWICE_OFF = 0
hash(x)
  MMJAG_ITWICE_ON = 2
  MMJAG_ITYPK_OFF = 0
hash(x)
  MMJAG_ITYPK_PRESOLV = 1
  MMJAG_ITYPK_SOLV = 0
hash(x)
  MMJAG_IUHF_AUTOMATIC = 2
  MMJAG_IUHF_OFF = 0
hash(x)
  MMJAG_IUHF_ON = 1
  MMJAG_IUNIT_ANGDEG = 1
  MMJAG_IUNIT_ANGRAD = 3
hash(x)
  MMJAG_IUNIT_BOHRDEG = 2
  MMJAG_IUNIT_BOHRRAD = 0
hash(x)
  MMJAG_IUSEDIFFUSE_OFF = 0
hash(x)
  MMJAG_IUSEDIFFUSE_ON = 1
  MMJAG_IVANSET_FIXED = 0
hash(x)
  MMJAG_IVANSET_LEWIS = 1
  MMJAG_IVCD_OFF = 0
hash(x)
  MMJAG_IVCD_ON = 1
  MMJAG_IXTRBOY_OFF = 0
hash(x)
  MMJAG_IXTRBOY_ON = 1
  MMJAG_IZORA_OFF = 0
hash(x)
  MMJAG_IZORA_ON = 1
  MMJAG_JAGUAR_JOB = 0
hash(x)
  MMJAG_JDIDRWR_RESET_OFF = 0
hash(x)
  MMJAG_JDIDRWR_RESET_RESET = 1
  MMJAG_JKSEP_OFF = 0
hash(x)
  MMJAG_JKSEP_ON = 1
  MMJAG_KESEP_OFF = 0
hash(x)
  MMJAG_KESEP_ON = 1
  MMJAG_LASTWV_DIAG = 1
  MMJAG_LASTWV_OFF = 0
hash(x)
  MMJAG_LDENS_DELPHI = -1
  MMJAG_LDENS_GELD = 1
  MMJAG_LDENS_OFF = 0
hash(x)
  MMJAG_LDENS_RECT = 2
  MMJAG_LDIPS_DIPOLE = 2
  MMJAG_LDIPS_HEXA = 5
  MMJAG_LDIPS_OCTA = 4
  MMJAG_LDIPS_OFF = 1
  MMJAG_LDIPS_QUAD = 3
hash(x)
  MMJAG_LEWDOT_CONT = 1
  MMJAG_LEWDOT_OFF = 0
hash(x)
  MMJAG_LEWDOT_STOP = -1
  MMJAG_LEWIS_FAIL = 2
  MMJAG_LEWSTR_ALL = 0
hash(x)
  MMJAG_LMP2_LOCAL = 1
  MMJAG_LMP2_OFF = 0
hash(x)
  MMJAG_LOCLMP2C_ATOM = 2
  MMJAG_LOCLMP2C_BASIS = 3
hash(x)
  MMJAG_LOCLMP2C_BOYS = 1
  MMJAG_LOCLMP2C_OFF = 0
hash(x)
  MMJAG_LOCLMP2V_ATOM = 2
  MMJAG_LOCLMP2V_BASIS = 3
hash(x)
  MMJAG_LOCLMP2V_BOYS = 1
  MMJAG_LOCLMP2V_OFF = 0
hash(x)
  MMJAG_LOCPOSTC_ATOM = 2
  MMJAG_LOCPOSTC_BASIS = 3
hash(x)
  MMJAG_LOCPOSTC_BOYS = 1
  MMJAG_LOCPOSTC_OFF = 0
hash(x)
  MMJAG_LOCPOSTC_VAL = -1
  MMJAG_LOCPOSTV_ATOM = 2
  MMJAG_LOCPOSTV_BASIS = 3
hash(x)
  MMJAG_LOCPOSTV_BOYS = 1
  MMJAG_LOCPOSTV_OFF = 0
hash(x)
  MMJAG_LOW_SPIN_THRESH = 80.0
  MMJAG_LQA_STEP_OFF = 0
hash(x)
  MMJAG_LQA_STEP_ON = 1
  MMJAG_MASSAV_AVG = 1
  MMJAG_MASSAV_NO = 0
hash(x)
  MMJAG_MAX_HASH_KEY_LEN = 250
  MMJAG_MAX_HASH_VAL_LEN = 10
  MMJAG_MP2_FULL = 1
  MMJAG_MP2_OFF = 0
hash(x)
  MMJAG_MP2_USER = 4
  MMJAG_MP2_VALENCE = 2
  MMJAG_MP2_VALENCE2 = 3
hash(x)
  MMJAG_MTEST_LIST = 2
  MMJAG_MTEST_OFF = 0
hash(x)
  MMJAG_MTEST_RUN = 1
  MMJAG_MULKEN_ATOM = 1
  MMJAG_MULKEN_ATOM_GEOPT = 11
  MMJAG_MULKEN_BASIS = 2
  MMJAG_MULKEN_BASIS_GEOPT = 12
  MMJAG_MULKEN_BOND = 3
hash(x)
  MMJAG_MULKEN_BOND_GEOPT = 13
  MMJAG_MULKEN_OFF = 0
hash(x)
  MMJAG_MULTIPLIER = 31
  MMJAG_NATURAL_TORSION_CONSTRAINT = 5
  MMJAG_NBODEN_LMP2 = 1
  MMJAG_NBODEN_SCF = 0
hash(x)
  MMJAG_NBO_OFF = 0
hash(x)
  MMJAG_NBO_ON = 1
  MMJAG_NCHARHASH_TABLES = 2
  MMJAG_NEEDGWD_OFF = 0
hash(x)
  MMJAG_NEEDGWD_ON = 1
  MMJAG_NEWCON_G86 = 0
hash(x)
  MMJAG_NEWCON_G88 = 1
  MMJAG_NEWCON_GVB2P5 = -1
  MMJAG_NHASH = 617
  MMJAG_NHESREF_ACTIVE = -1
  MMJAG_NLCORR_B971 = 8
  MMJAG_NLCORR_B98 = 6
  MMJAG_NLCORR_HCTH407 = 3
hash(x)
  MMJAG_NLCORR_LYP = 2
  MMJAG_NLCORR_NONE = 0
hash(x)
  MMJAG_NLCORR_P86 = 1
  MMJAG_NLCORR_PBE = 9
  MMJAG_NLCORR_PW91 = 4
  MMJAG_NLCORR_SB98 = 7
  MMJAG_NLEXCH_B88 = 1
  MMJAG_NLEXCH_B971 = 8
  MMJAG_NLEXCH_B98 = 3
hash(x)
  MMJAG_NLEXCH_HCTH407 = 7
  MMJAG_NLEXCH_NONE = 0
hash(x)
  MMJAG_NLEXCH_PBE = 9
  MMJAG_NLEXCH_PW91 = 4
  MMJAG_NLEXCH_SB98 = 6
  MMJAG_NMDER_GRAD = 1
  MMJAG_NMDER_HESS = 2
  MMJAG_NMDER_OFF = 0
hash(x)
  MMJAG_NMR_OFF = 0
hash(x)
  MMJAG_NMR_ON = 1
  MMJAG_NOATCOR_OFF = 0
hash(x)
  MMJAG_NOATCOR_ON = 1
  MMJAG_NOAUTO_OFF = 0
hash(x)
  MMJAG_NOFAIL_RETRY_OFF = 0
hash(x)
  MMJAG_NOFAIL_RETRY_ON = 1
  MMJAG_NOGAS_ENERGY = 1
  MMJAG_NOGAS_OFF = 0
hash(x)
  MMJAG_NOGAS_ZMAT = 2
  MMJAG_NOGDIIS_OFF = 0
hash(x)
  MMJAG_NOGDIIS_ON = 1
  MMJAG_NOHPK_DEPROT = 1
  MMJAG_NOHPK_PROT = -1
  MMJAG_NOISEOVRSTP_OFF = 0
hash(x)
  MMJAG_NOISEOVRSTP_ON = 1
  MMJAG_NOOPTA_OFF = 0
hash(x)
  MMJAG_NOOPTA_ON = 1
  MMJAG_NOOPTR_OFF = 0
hash(x)
  MMJAG_NOOPTR_ON = 1
  MMJAG_NOOPTT_OFF = 0
hash(x)
  MMJAG_NOOPTT_ON = 1
  MMJAG_NOPS_OFF = 0
hash(x)
  MMJAG_NOPS_ON = 1
  MMJAG_NOSUPER_GRAD = 2
  MMJAG_NOSUPER_NONE = 1
  MMJAG_NOSUPER_SP = 0
hash(x)
  MMJAG_NOUPDAT_OFF = 1
  MMJAG_NOUPDAT_ON = 0
hash(x)
  MMJAG_NO_CONSTRAINT = 0
hash(x)
  MMJAG_NO_MUL_DUMP_HESS_OFF = 0
hash(x)
  MMJAG_NO_MUL_DUMP_HESS_ON = 1
  MMJAG_NO_MUL_HESS_REDO_OFF = 0
hash(x)
  MMJAG_NO_MUL_HESS_REDO_REDO_AFTER = 1
  MMJAG_NO_MUL_HESS_REDO_REDO_BEFORE = 2
  MMJAG_NO_MUL_IMAG_FREQ_ALL = 1
  MMJAG_NO_MUL_IMAG_FREQ_OFF = 0
hash(x)
  MMJAG_NO_MUL_IMAG_FREQ_PREV_1 = -2
  MMJAG_NO_MUL_IMAG_FREQ_PREV_ALL = -1
  MMJAG_NO_MUL_IMAG_FREQ_REM_1 = 3
hash(x)
  MMJAG_NO_MUL_IMAG_FREQ_REM_ALL = 2
  MMJAG_NUMD_5D = 5
  MMJAG_NUMD_6D = 6
  MMJAG_NUMD_BASIS = 0
hash(x)
  MMJAG_NUM_DORBITALS = 5
  MMJAG_NUM_ELEC_DOUBLEOCC = 2
  MMJAG_NUM_ELEC_SINGLEOCC = 1
  MMJAG_NUM_ELEC_UNOCC = 0
hash(x)
  MMJAG_OCTAHEDRAL_NLEVELS = 2
  MMJAG_OCTA_NUM_ORB_FIRST = 3
hash(x)
  MMJAG_OCTA_NUM_ORB_SECOND = 2
  MMJAG_OK = 0
hash(x)
  MMJAG_OPTCOORD_ADDCART_ALWAYS = 2
  MMJAG_OPTCOORD_ADDCART_OFF = 0
hash(x)
  MMJAG_OPTCOORD_ADDCART_SOLV_ONLY = 1
  MMJAG_OPTCOORD_NEWHIST_DUMP = 1
  MMJAG_OPTCOORD_NEWHIST_DUMP_RESET = 2
  MMJAG_OPTCOORD_NEWHIST_OFF = 0
hash(x)
  MMJAG_OPTCOORD_UPDATE_OFF = 0
hash(x)
  MMJAG_OPTCOORD_UPDATE_ON = 1
  MMJAG_PLOTFMT_PLT = 'plt'
  MMJAG_PLOTFMT_VIS = 'vis'
  MMJAG_PROPS_EACH_STEP_OFF = 0
hash(x)
  MMJAG_PROPS_EACH_STEP_ON = 1
  MMJAG_QSITE_JOB = 1
  MMJAG_REAL = 2
  MMJAG_RELHAM_IORA = 'iora'
  MMJAG_RELHAM_NONE = 'none'
  MMJAG_RELHAM_ZORA = 'zora'
  MMJAG_RELHAM_ZORA_1C = 'zora-1c'
  MMJAG_RELHAM_ZORA_2C = 'zora-2c'
  MMJAG_REMOVE_ALL = -1
  MMJAG_REMOVE_GUESS = 1
  MMJAG_REMOVE_HESS = 2
  MMJAG_REMOVE_NONE = 0
hash(x)
  MMJAG_REMOVE_RWR_SVD = 4
  MMJAG_RGENERIC_OFF = 0
hash(x)
  MMJAG_RGENERIC_ON = 1
  MMJAG_RKEY_ANG1 = 'ang1'
  MMJAG_RKEY_ANG2 = 'ang2'
  MMJAG_RKEY_ANG3 = 'ang3'
  MMJAG_RKEY_B_PLOTBOX_FCTR = 'b_plotbox_fctr'
  MMJAG_RKEY_CFITERR = 'cfiterr'
  MMJAG_RKEY_CFITRHS = 'cfitrhs'
  MMJAG_RKEY_CFITSVD = 'cfitsvd'
  MMJAG_RKEY_CHECK_MIN_EIGCUT = 'check_min_eigcut'
  MMJAG_RKEY_CHECK_MIN_ERGTOL = 'check_min_ergtol'
  MMJAG_RKEY_CHECK_MIN_GEOTOL = 'check_min_geotol'
  MMJAG_RKEY_CHECK_MIN_HB_LIM = 'check_min_hb_lim'
  MMJAG_RKEY_CHECK_MIN_PERT = 'check_min_pert'
  MMJAG_RKEY_CHECK_MIN_P_PERT = 'check_min_p_pert'
  MMJAG_RKEY_CHECK_MIN_P_TOL = 'check_min_p_tol'
  MMJAG_RKEY_COSFDEN = 'cosfden'
  MMJAG_RKEY_COVFAC = 'covfac'
  MMJAG_RKEY_COVFAC_MULT_RING = 'covfac_mult_ring'
  MMJAG_RKEY_CSKIN = 'cskin'
  MMJAG_RKEY_CUT1 = 'cut1'
  MMJAG_RKEY_CUT10 = 'cut10'
  MMJAG_RKEY_CUT11 = 'cut11'
  MMJAG_RKEY_CUT12 = 'cut12'
  MMJAG_RKEY_CUT13 = 'cut13'
  MMJAG_RKEY_CUT14 = 'cut14'
  MMJAG_RKEY_CUT15 = 'cut15'
  MMJAG_RKEY_CUT16 = 'cut16'
  MMJAG_RKEY_CUT17 = 'cut17'
  MMJAG_RKEY_CUT18 = 'cut18'
  MMJAG_RKEY_CUT19 = 'cut19'
  MMJAG_RKEY_CUT2 = 'cut2'
  MMJAG_RKEY_CUT20 = 'cut20'
  MMJAG_RKEY_CUT21 = 'cut21'
  MMJAG_RKEY_CUT22 = 'cut22'
  MMJAG_RKEY_CUT23 = 'cut23'
  MMJAG_RKEY_CUT24 = 'cut24'
  MMJAG_RKEY_CUT25 = 'cut25'
  MMJAG_RKEY_CUT26 = 'cut26'
  MMJAG_RKEY_CUT27 = 'cut27'
  MMJAG_RKEY_CUT28 = 'cut28'
  MMJAG_RKEY_CUT29 = 'cut29'
  MMJAG_RKEY_CUT3 = 'cut3'
  MMJAG_RKEY_CUT30 = 'cut30'
  MMJAG_RKEY_CUT31 = 'cut31'
  MMJAG_RKEY_CUT32 = 'cut32'
  MMJAG_RKEY_CUT33 = 'cut33'
  MMJAG_RKEY_CUT34 = 'cut34'
  MMJAG_RKEY_CUT35 = 'cut35'
  MMJAG_RKEY_CUT36 = 'cut36'
  MMJAG_RKEY_CUT37 = 'cut37'
  MMJAG_RKEY_CUT39 = 'cut39'
  MMJAG_RKEY_CUT4 = 'cut4'
  MMJAG_RKEY_CUT40 = 'cut40'
  MMJAG_RKEY_CUT41 = 'cut41'
  MMJAG_RKEY_CUT42 = 'cut42'
  MMJAG_RKEY_CUT43 = 'cut43'
  MMJAG_RKEY_CUT44 = 'cut44'
  MMJAG_RKEY_CUT46 = 'cut46'
  MMJAG_RKEY_CUT5 = 'cut5'
  MMJAG_RKEY_CUT6 = 'cut6'
  MMJAG_RKEY_CUT7 = 'cut7'
  MMJAG_RKEY_CUT8 = 'cut8'
  MMJAG_RKEY_CUT9 = 'cut9'
  MMJAG_RKEY_DCONV = 'dconv'
  MMJAG_RKEY_DCONVCI = 'dconvci'
  MMJAG_RKEY_DENSPC = 'denspc'
  MMJAG_RKEY_DEN_ISOVAL = 'den_isoval'
  MMJAG_RKEY_DLPHSC = 'dlphsc'
  MMJAG_RKEY_ECONTD = 'econtd'
  MMJAG_RKEY_ECONV = 'econv'
  MMJAG_RKEY_ECONVCI = 'econvci'
  MMJAG_RKEY_EFIELD = 'efield'
  MMJAG_RKEY_ENERGY = 'energy'
  MMJAG_RKEY_ENERGY2 = 'energy2'
  MMJAG_RKEY_ENERGY3 = 'energy3'
  MMJAG_RKEY_EPSIN = 'epsin'
  MMJAG_RKEY_EPSOUT = 'epsout'
  MMJAG_RKEY_ESOLV0 = 'esolv0'
  MMJAG_RKEY_EXRAD = 'exrad'
  MMJAG_RKEY_FDTEMP = 'fdtemp'
  MMJAG_RKEY_FDVON = 'fdvon'
  MMJAG_RKEY_FDVSHIFT = 'fdvshift'
  MMJAG_RKEY_FINNER_FCTR = 'finner_fctr'
  MMJAG_RKEY_FREQCUT = 'freqcut'
  MMJAG_RKEY_FUKUI_DELTA = 'fukui_delta'
  MMJAG_RKEY_GCONV1 = 'gconv1'
  MMJAG_RKEY_GCONV2 = 'gconv2'
  MMJAG_RKEY_GCONV3 = 'gconv3'
  MMJAG_RKEY_GCONV4 = 'gconv4'
  MMJAG_RKEY_GCONV5 = 'gconv5'
  MMJAG_RKEY_GCONV6 = 'gconv6'
  MMJAG_RKEY_GCONV7 = 'gconv7'
  MMJAG_RKEY_GEODISPMAX = 'geodispmax'
  MMJAG_RKEY_HUGE_DIIS = 'huge_diis'
  MMJAG_RKEY_INTOPT_SWITCHFAC = 'intopt_switchfac'
  MMJAG_RKEY_IPKA_ERG_WINDOW = 'ipka_erg_window'
  MMJAG_RKEY_IPKA_FRAC_GCONF = 'ipka_frac_gconf'
  MMJAG_RKEY_IPKA_LOWER_CUT = 'ipka_lower_cut'
  MMJAG_RKEY_IPKA_UPPER_CUT = 'ipka_upper_cut'
  MMJAG_RKEY_IRCFACINIT = 'ircfacinit'
  MMJAG_RKEY_IRCFACRAMP = 'ircfacramp'
  MMJAG_RKEY_IRCGCUT = 'ircgcut'
  MMJAG_RKEY_IRCSTEP = 'ircstep'
  MMJAG_RKEY_LARGE_DIIS = 'large_diis'
  MMJAG_RKEY_LINEAR_BEND_CUT = 'linear_bend_cut'
  MMJAG_RKEY_LINEAR_BEND_OFF1 = 'linear_bend_off1'
  MMJAG_RKEY_LINEAR_BEND_OFF2 = 'linear_bend_off2'
  MMJAG_RKEY_LINEAR_BEND_TOL = 'linear_bend_tol'
  MMJAG_RKEY_LQA_ARCLENGTH = 'lqa_arclength'
  MMJAG_RKEY_NCICUT_HIGH = 'ncicut_high'
  MMJAG_RKEY_NCICUT_LOW = 'ncicut_low'
  MMJAG_RKEY_NOPS_OPT_SWITCH = 'nops_opt_switch'
  MMJAG_RKEY_NO_MUL_CRIT_FAC = 'no_mul_crit_fac'
  MMJAG_RKEY_NO_MUL_NUDGE_FAC = 'no_mul_nudge_fac'
  MMJAG_RKEY_NO_MUL_NUDGE_TOL = 'no_mul_nudge_tol'
  MMJAG_RKEY_OPT1 = 'opt1'
  MMJAG_RKEY_OPT10 = 'opt10'
  MMJAG_RKEY_OPT100 = 'opt100'
  MMJAG_RKEY_OPT101 = 'opt101'
  MMJAG_RKEY_OPT102 = 'opt102'
  MMJAG_RKEY_OPT103 = 'opt103'
  MMJAG_RKEY_OPT104 = 'opt104'
  MMJAG_RKEY_OPT105 = 'opt105'
  MMJAG_RKEY_OPT106 = 'opt106'
  MMJAG_RKEY_OPT107 = 'opt107'
  MMJAG_RKEY_OPT108 = 'opt108'
  MMJAG_RKEY_OPT109 = 'opt109'
  MMJAG_RKEY_OPT11 = 'opt11'
  MMJAG_RKEY_OPT110 = 'opt110'
  MMJAG_RKEY_OPT111 = 'opt111'
  MMJAG_RKEY_OPT112 = 'opt112'
  MMJAG_RKEY_OPT113 = 'opt113'
  MMJAG_RKEY_OPT114 = 'opt114'
  MMJAG_RKEY_OPT115 = 'opt115'
  MMJAG_RKEY_OPT116 = 'opt116'
  MMJAG_RKEY_OPT117 = 'opt117'
  MMJAG_RKEY_OPT118 = 'opt118'
  MMJAG_RKEY_OPT119 = 'opt119'
  MMJAG_RKEY_OPT12 = 'opt12'
  MMJAG_RKEY_OPT120 = 'opt120'
  MMJAG_RKEY_OPT121 = 'opt121'
  MMJAG_RKEY_OPT122 = 'opt122'
  MMJAG_RKEY_OPT123 = 'opt123'
  MMJAG_RKEY_OPT124 = 'opt124'
  MMJAG_RKEY_OPT125 = 'opt125'
  MMJAG_RKEY_OPT126 = 'opt126'
  MMJAG_RKEY_OPT127 = 'opt127'
  MMJAG_RKEY_OPT128 = 'opt128'
  MMJAG_RKEY_OPT129 = 'opt129'
  MMJAG_RKEY_OPT13 = 'opt13'
  MMJAG_RKEY_OPT130 = 'opt130'
  MMJAG_RKEY_OPT131 = 'opt131'
  MMJAG_RKEY_OPT132 = 'opt132'
  MMJAG_RKEY_OPT133 = 'opt133'
  MMJAG_RKEY_OPT134 = 'opt134'
  MMJAG_RKEY_OPT135 = 'opt135'
  MMJAG_RKEY_OPT136 = 'opt136'
  MMJAG_RKEY_OPT137 = 'opt137'
  MMJAG_RKEY_OPT138 = 'opt138'
  MMJAG_RKEY_OPT139 = 'opt139'
  MMJAG_RKEY_OPT14 = 'opt14'
  MMJAG_RKEY_OPT140 = 'opt140'
  MMJAG_RKEY_OPT141 = 'opt141'
  MMJAG_RKEY_OPT142 = 'opt142'
  MMJAG_RKEY_OPT143 = 'opt143'
  MMJAG_RKEY_OPT144 = 'opt144'
  MMJAG_RKEY_OPT145 = 'opt145'
  MMJAG_RKEY_OPT146 = 'opt146'
  MMJAG_RKEY_OPT147 = 'opt147'
  MMJAG_RKEY_OPT148 = 'opt148'
  MMJAG_RKEY_OPT149 = 'opt149'
  MMJAG_RKEY_OPT15 = 'opt15'
  MMJAG_RKEY_OPT150 = 'opt150'
  MMJAG_RKEY_OPT151 = 'opt151'
  MMJAG_RKEY_OPT152 = 'opt152'
  MMJAG_RKEY_OPT153 = 'opt153'
  MMJAG_RKEY_OPT154 = 'opt154'
  MMJAG_RKEY_OPT155 = 'opt155'
  MMJAG_RKEY_OPT156 = 'opt156'
  MMJAG_RKEY_OPT157 = 'opt157'
  MMJAG_RKEY_OPT158 = 'opt158'
  MMJAG_RKEY_OPT159 = 'opt159'
  MMJAG_RKEY_OPT16 = 'opt16'
  MMJAG_RKEY_OPT160 = 'opt160'
  MMJAG_RKEY_OPT161 = 'opt161'
  MMJAG_RKEY_OPT162 = 'opt162'
  MMJAG_RKEY_OPT163 = 'opt163'
  MMJAG_RKEY_OPT164 = 'opt164'
  MMJAG_RKEY_OPT165 = 'opt165'
  MMJAG_RKEY_OPT166 = 'opt166'
  MMJAG_RKEY_OPT167 = 'opt167'
  MMJAG_RKEY_OPT168 = 'opt168'
  MMJAG_RKEY_OPT169 = 'opt169'
  MMJAG_RKEY_OPT17 = 'opt17'
  MMJAG_RKEY_OPT170 = 'opt170'
  MMJAG_RKEY_OPT171 = 'opt171'
  MMJAG_RKEY_OPT172 = 'opt172'
  MMJAG_RKEY_OPT173 = 'opt173'
  MMJAG_RKEY_OPT174 = 'opt174'
  MMJAG_RKEY_OPT175 = 'opt175'
  MMJAG_RKEY_OPT176 = 'opt176'
  MMJAG_RKEY_OPT177 = 'opt177'
  MMJAG_RKEY_OPT178 = 'opt178'
  MMJAG_RKEY_OPT179 = 'opt179'
  MMJAG_RKEY_OPT18 = 'opt18'
  MMJAG_RKEY_OPT180 = 'opt180'
  MMJAG_RKEY_OPT181 = 'opt181'
  MMJAG_RKEY_OPT182 = 'opt182'
  MMJAG_RKEY_OPT183 = 'opt183'
  MMJAG_RKEY_OPT184 = 'opt184'
  MMJAG_RKEY_OPT185 = 'opt185'
  MMJAG_RKEY_OPT186 = 'opt186'
  MMJAG_RKEY_OPT187 = 'opt187'
  MMJAG_RKEY_OPT188 = 'opt188'
  MMJAG_RKEY_OPT189 = 'opt189'
  MMJAG_RKEY_OPT19 = 'opt19'
  MMJAG_RKEY_OPT190 = 'opt190'
  MMJAG_RKEY_OPT191 = 'opt191'
  MMJAG_RKEY_OPT192 = 'opt192'
  MMJAG_RKEY_OPT193 = 'opt193'
  MMJAG_RKEY_OPT194 = 'opt194'
  MMJAG_RKEY_OPT195 = 'opt195'
  MMJAG_RKEY_OPT196 = 'opt196'
  MMJAG_RKEY_OPT197 = 'opt197'
  MMJAG_RKEY_OPT198 = 'opt198'
  MMJAG_RKEY_OPT199 = 'opt199'
  MMJAG_RKEY_OPT2 = 'opt2'
  MMJAG_RKEY_OPT20 = 'opt20'
  MMJAG_RKEY_OPT200 = 'opt200'
  MMJAG_RKEY_OPT201 = 'opt201'
  MMJAG_RKEY_OPT202 = 'opt202'
  MMJAG_RKEY_OPT203 = 'opt203'
  MMJAG_RKEY_OPT204 = 'opt204'
  MMJAG_RKEY_OPT205 = 'opt205'
  MMJAG_RKEY_OPT206 = 'opt206'
  MMJAG_RKEY_OPT207 = 'opt207'
  MMJAG_RKEY_OPT208 = 'opt208'
  MMJAG_RKEY_OPT209 = 'opt209'
  MMJAG_RKEY_OPT21 = 'opt21'
  MMJAG_RKEY_OPT210 = 'opt210'
  MMJAG_RKEY_OPT211 = 'opt211'
  MMJAG_RKEY_OPT212 = 'opt212'
  MMJAG_RKEY_OPT213 = 'opt213'
  MMJAG_RKEY_OPT214 = 'opt214'
  MMJAG_RKEY_OPT215 = 'opt215'
  MMJAG_RKEY_OPT216 = 'opt216'
  MMJAG_RKEY_OPT217 = 'opt217'
  MMJAG_RKEY_OPT218 = 'opt218'
  MMJAG_RKEY_OPT219 = 'opt219'
  MMJAG_RKEY_OPT22 = 'opt22'
  MMJAG_RKEY_OPT220 = 'opt220'
  MMJAG_RKEY_OPT221 = 'opt221'
  MMJAG_RKEY_OPT222 = 'opt222'
  MMJAG_RKEY_OPT223 = 'opt223'
  MMJAG_RKEY_OPT224 = 'opt224'
  MMJAG_RKEY_OPT225 = 'opt225'
  MMJAG_RKEY_OPT226 = 'opt226'
  MMJAG_RKEY_OPT227 = 'opt227'
  MMJAG_RKEY_OPT228 = 'opt228'
  MMJAG_RKEY_OPT229 = 'opt229'
  MMJAG_RKEY_OPT23 = 'opt23'
  MMJAG_RKEY_OPT230 = 'opt230'
  MMJAG_RKEY_OPT231 = 'opt231'
  MMJAG_RKEY_OPT232 = 'opt232'
  MMJAG_RKEY_OPT233 = 'opt233'
  MMJAG_RKEY_OPT234 = 'opt234'
  MMJAG_RKEY_OPT235 = 'opt235'
  MMJAG_RKEY_OPT236 = 'opt236'
  MMJAG_RKEY_OPT237 = 'opt237'
  MMJAG_RKEY_OPT238 = 'opt238'
  MMJAG_RKEY_OPT239 = 'opt239'
  MMJAG_RKEY_OPT24 = 'opt24'
  MMJAG_RKEY_OPT240 = 'opt240'
  MMJAG_RKEY_OPT241 = 'opt241'
  MMJAG_RKEY_OPT242 = 'opt242'
  MMJAG_RKEY_OPT243 = 'opt243'
  MMJAG_RKEY_OPT244 = 'opt244'
  MMJAG_RKEY_OPT245 = 'opt245'
  MMJAG_RKEY_OPT246 = 'opt246'
  MMJAG_RKEY_OPT247 = 'opt247'
  MMJAG_RKEY_OPT248 = 'opt248'
  MMJAG_RKEY_OPT249 = 'opt249'
  MMJAG_RKEY_OPT25 = 'opt25'
  MMJAG_RKEY_OPT250 = 'opt250'
  MMJAG_RKEY_OPT251 = 'opt251'
  MMJAG_RKEY_OPT252 = 'opt252'
  MMJAG_RKEY_OPT253 = 'opt253'
  MMJAG_RKEY_OPT254 = 'opt254'
  MMJAG_RKEY_OPT255 = 'opt255'
  MMJAG_RKEY_OPT256 = 'opt256'
  MMJAG_RKEY_OPT257 = 'opt257'
  MMJAG_RKEY_OPT258 = 'opt258'
  MMJAG_RKEY_OPT259 = 'opt259'
  MMJAG_RKEY_OPT26 = 'opt26'
  MMJAG_RKEY_OPT260 = 'opt260'
  MMJAG_RKEY_OPT261 = 'opt261'
  MMJAG_RKEY_OPT262 = 'opt262'
  MMJAG_RKEY_OPT263 = 'opt263'
  MMJAG_RKEY_OPT264 = 'opt264'
  MMJAG_RKEY_OPT265 = 'opt265'
  MMJAG_RKEY_OPT266 = 'opt266'
  MMJAG_RKEY_OPT267 = 'opt267'
  MMJAG_RKEY_OPT268 = 'opt268'
  MMJAG_RKEY_OPT269 = 'opt269'
  MMJAG_RKEY_OPT27 = 'opt27'
  MMJAG_RKEY_OPT270 = 'opt270'
  MMJAG_RKEY_OPT271 = 'opt271'
  MMJAG_RKEY_OPT272 = 'opt272'
  MMJAG_RKEY_OPT273 = 'opt273'
  MMJAG_RKEY_OPT274 = 'opt274'
  MMJAG_RKEY_OPT275 = 'opt275'
  MMJAG_RKEY_OPT276 = 'opt276'
  MMJAG_RKEY_OPT277 = 'opt277'
  MMJAG_RKEY_OPT278 = 'opt278'
  MMJAG_RKEY_OPT279 = 'opt279'
  MMJAG_RKEY_OPT28 = 'opt28'
  MMJAG_RKEY_OPT280 = 'opt280'
  MMJAG_RKEY_OPT281 = 'opt281'
  MMJAG_RKEY_OPT282 = 'opt282'
  MMJAG_RKEY_OPT283 = 'opt283'
  MMJAG_RKEY_OPT284 = 'opt284'
  MMJAG_RKEY_OPT285 = 'opt285'
  MMJAG_RKEY_OPT286 = 'opt286'
  MMJAG_RKEY_OPT287 = 'opt287'
  MMJAG_RKEY_OPT288 = 'opt288'
  MMJAG_RKEY_OPT289 = 'opt289'
  MMJAG_RKEY_OPT29 = 'opt29'
  MMJAG_RKEY_OPT290 = 'opt290'
  MMJAG_RKEY_OPT291 = 'opt291'
  MMJAG_RKEY_OPT292 = 'opt292'
  MMJAG_RKEY_OPT293 = 'opt293'
  MMJAG_RKEY_OPT294 = 'opt294'
  MMJAG_RKEY_OPT295 = 'opt295'
  MMJAG_RKEY_OPT296 = 'opt296'
  MMJAG_RKEY_OPT297 = 'opt297'
  MMJAG_RKEY_OPT298 = 'opt298'
  MMJAG_RKEY_OPT299 = 'opt299'
  MMJAG_RKEY_OPT3 = 'opt3'
  MMJAG_RKEY_OPT30 = 'opt30'
  MMJAG_RKEY_OPT300 = 'opt300'
  MMJAG_RKEY_OPT301 = 'opt301'
  MMJAG_RKEY_OPT302 = 'opt302'
  MMJAG_RKEY_OPT303 = 'opt303'
  MMJAG_RKEY_OPT304 = 'opt304'
  MMJAG_RKEY_OPT305 = 'opt305'
  MMJAG_RKEY_OPT306 = 'opt306'
  MMJAG_RKEY_OPT307 = 'opt307'
  MMJAG_RKEY_OPT308 = 'opt308'
  MMJAG_RKEY_OPT309 = 'opt309'
  MMJAG_RKEY_OPT31 = 'opt31'
  MMJAG_RKEY_OPT310 = 'opt310'
  MMJAG_RKEY_OPT311 = 'opt311'
  MMJAG_RKEY_OPT312 = 'opt312'
  MMJAG_RKEY_OPT313 = 'opt313'
  MMJAG_RKEY_OPT314 = 'opt314'
  MMJAG_RKEY_OPT315 = 'opt315'
  MMJAG_RKEY_OPT316 = 'opt316'
  MMJAG_RKEY_OPT317 = 'opt317'
  MMJAG_RKEY_OPT318 = 'opt318'
  MMJAG_RKEY_OPT319 = 'opt319'
  MMJAG_RKEY_OPT32 = 'opt32'
  MMJAG_RKEY_OPT320 = 'opt320'
  MMJAG_RKEY_OPT321 = 'opt321'
  MMJAG_RKEY_OPT322 = 'opt322'
  MMJAG_RKEY_OPT323 = 'opt323'
  MMJAG_RKEY_OPT324 = 'opt324'
  MMJAG_RKEY_OPT325 = 'opt325'
  MMJAG_RKEY_OPT326 = 'opt326'
  MMJAG_RKEY_OPT327 = 'opt327'
  MMJAG_RKEY_OPT328 = 'opt328'
  MMJAG_RKEY_OPT329 = 'opt329'
  MMJAG_RKEY_OPT33 = 'opt33'
  MMJAG_RKEY_OPT330 = 'opt330'
  MMJAG_RKEY_OPT331 = 'opt331'
  MMJAG_RKEY_OPT332 = 'opt332'
  MMJAG_RKEY_OPT333 = 'opt333'
  MMJAG_RKEY_OPT334 = 'opt334'
  MMJAG_RKEY_OPT335 = 'opt335'
  MMJAG_RKEY_OPT336 = 'opt336'
  MMJAG_RKEY_OPT337 = 'opt337'
  MMJAG_RKEY_OPT338 = 'opt338'
  MMJAG_RKEY_OPT339 = 'opt339'
  MMJAG_RKEY_OPT34 = 'opt34'
  MMJAG_RKEY_OPT340 = 'opt340'
  MMJAG_RKEY_OPT341 = 'opt341'
  MMJAG_RKEY_OPT342 = 'opt342'
  MMJAG_RKEY_OPT343 = 'opt343'
  MMJAG_RKEY_OPT344 = 'opt344'
  MMJAG_RKEY_OPT345 = 'opt345'
  MMJAG_RKEY_OPT346 = 'opt346'
  MMJAG_RKEY_OPT347 = 'opt347'
  MMJAG_RKEY_OPT348 = 'opt348'
  MMJAG_RKEY_OPT349 = 'opt349'
  MMJAG_RKEY_OPT35 = 'opt35'
  MMJAG_RKEY_OPT350 = 'opt350'
  MMJAG_RKEY_OPT351 = 'opt351'
  MMJAG_RKEY_OPT352 = 'opt352'
  MMJAG_RKEY_OPT353 = 'opt353'
  MMJAG_RKEY_OPT354 = 'opt354'
  MMJAG_RKEY_OPT355 = 'opt355'
  MMJAG_RKEY_OPT356 = 'opt356'
  MMJAG_RKEY_OPT357 = 'opt357'
  MMJAG_RKEY_OPT358 = 'opt358'
  MMJAG_RKEY_OPT359 = 'opt359'
  MMJAG_RKEY_OPT36 = 'opt36'
  MMJAG_RKEY_OPT360 = 'opt360'
  MMJAG_RKEY_OPT361 = 'opt361'
  MMJAG_RKEY_OPT362 = 'opt362'
  MMJAG_RKEY_OPT363 = 'opt363'
  MMJAG_RKEY_OPT364 = 'opt364'
  MMJAG_RKEY_OPT365 = 'opt365'
  MMJAG_RKEY_OPT366 = 'opt366'
  MMJAG_RKEY_OPT367 = 'opt367'
  MMJAG_RKEY_OPT368 = 'opt368'
  MMJAG_RKEY_OPT369 = 'opt369'
  MMJAG_RKEY_OPT37 = 'opt37'
  MMJAG_RKEY_OPT370 = 'opt370'
  MMJAG_RKEY_OPT371 = 'opt371'
  MMJAG_RKEY_OPT372 = 'opt372'
  MMJAG_RKEY_OPT373 = 'opt373'
  MMJAG_RKEY_OPT374 = 'opt374'
  MMJAG_RKEY_OPT375 = 'opt375'
  MMJAG_RKEY_OPT376 = 'opt376'
  MMJAG_RKEY_OPT377 = 'opt377'
  MMJAG_RKEY_OPT378 = 'opt378'
  MMJAG_RKEY_OPT379 = 'opt379'
  MMJAG_RKEY_OPT38 = 'opt38'
  MMJAG_RKEY_OPT380 = 'opt380'
  MMJAG_RKEY_OPT381 = 'opt381'
  MMJAG_RKEY_OPT382 = 'opt382'
  MMJAG_RKEY_OPT383 = 'opt383'
  MMJAG_RKEY_OPT384 = 'opt384'
  MMJAG_RKEY_OPT385 = 'opt385'
  MMJAG_RKEY_OPT386 = 'opt386'
  MMJAG_RKEY_OPT387 = 'opt387'
  MMJAG_RKEY_OPT388 = 'opt388'
  MMJAG_RKEY_OPT389 = 'opt389'
  MMJAG_RKEY_OPT39 = 'opt39'
  MMJAG_RKEY_OPT390 = 'opt390'
  MMJAG_RKEY_OPT391 = 'opt391'
  MMJAG_RKEY_OPT392 = 'opt392'
  MMJAG_RKEY_OPT393 = 'opt393'
  MMJAG_RKEY_OPT394 = 'opt394'
  MMJAG_RKEY_OPT395 = 'opt395'
  MMJAG_RKEY_OPT396 = 'opt396'
  MMJAG_RKEY_OPT397 = 'opt397'
  MMJAG_RKEY_OPT398 = 'opt398'
  MMJAG_RKEY_OPT399 = 'opt399'
  MMJAG_RKEY_OPT4 = 'opt4'
  MMJAG_RKEY_OPT40 = 'opt40'
  MMJAG_RKEY_OPT400 = 'opt400'
  MMJAG_RKEY_OPT401 = 'opt401'
  MMJAG_RKEY_OPT402 = 'opt402'
  MMJAG_RKEY_OPT403 = 'opt403'
  MMJAG_RKEY_OPT404 = 'opt404'
  MMJAG_RKEY_OPT405 = 'opt405'
  MMJAG_RKEY_OPT406 = 'opt406'
  MMJAG_RKEY_OPT407 = 'opt407'
  MMJAG_RKEY_OPT408 = 'opt408'
  MMJAG_RKEY_OPT409 = 'opt409'
  MMJAG_RKEY_OPT41 = 'opt41'
  MMJAG_RKEY_OPT410 = 'opt410'
  MMJAG_RKEY_OPT411 = 'opt411'
  MMJAG_RKEY_OPT412 = 'opt412'
  MMJAG_RKEY_OPT413 = 'opt413'
  MMJAG_RKEY_OPT414 = 'opt414'
  MMJAG_RKEY_OPT415 = 'opt415'
  MMJAG_RKEY_OPT416 = 'opt416'
  MMJAG_RKEY_OPT417 = 'opt417'
  MMJAG_RKEY_OPT418 = 'opt418'
  MMJAG_RKEY_OPT419 = 'opt419'
  MMJAG_RKEY_OPT42 = 'opt42'
  MMJAG_RKEY_OPT420 = 'opt420'
  MMJAG_RKEY_OPT421 = 'opt421'
  MMJAG_RKEY_OPT422 = 'opt422'
  MMJAG_RKEY_OPT423 = 'opt423'
  MMJAG_RKEY_OPT424 = 'opt424'
  MMJAG_RKEY_OPT425 = 'opt425'
  MMJAG_RKEY_OPT426 = 'opt426'
  MMJAG_RKEY_OPT427 = 'opt427'
  MMJAG_RKEY_OPT428 = 'opt428'
  MMJAG_RKEY_OPT429 = 'opt429'
  MMJAG_RKEY_OPT43 = 'opt43'
  MMJAG_RKEY_OPT430 = 'opt430'
  MMJAG_RKEY_OPT431 = 'opt431'
  MMJAG_RKEY_OPT432 = 'opt432'
  MMJAG_RKEY_OPT433 = 'opt433'
  MMJAG_RKEY_OPT434 = 'opt434'
  MMJAG_RKEY_OPT435 = 'opt435'
  MMJAG_RKEY_OPT436 = 'opt436'
  MMJAG_RKEY_OPT437 = 'opt437'
  MMJAG_RKEY_OPT438 = 'opt438'
  MMJAG_RKEY_OPT439 = 'opt439'
  MMJAG_RKEY_OPT44 = 'opt44'
  MMJAG_RKEY_OPT440 = 'opt440'
  MMJAG_RKEY_OPT441 = 'opt441'
  MMJAG_RKEY_OPT442 = 'opt442'
  MMJAG_RKEY_OPT443 = 'opt443'
  MMJAG_RKEY_OPT444 = 'opt444'
  MMJAG_RKEY_OPT445 = 'opt445'
  MMJAG_RKEY_OPT446 = 'opt446'
  MMJAG_RKEY_OPT447 = 'opt447'
  MMJAG_RKEY_OPT448 = 'opt448'
  MMJAG_RKEY_OPT449 = 'opt449'
  MMJAG_RKEY_OPT45 = 'opt45'
  MMJAG_RKEY_OPT450 = 'opt450'
  MMJAG_RKEY_OPT451 = 'opt451'
  MMJAG_RKEY_OPT452 = 'opt452'
  MMJAG_RKEY_OPT453 = 'opt453'
  MMJAG_RKEY_OPT454 = 'opt454'
  MMJAG_RKEY_OPT455 = 'opt455'
  MMJAG_RKEY_OPT456 = 'opt456'
  MMJAG_RKEY_OPT457 = 'opt457'
  MMJAG_RKEY_OPT458 = 'opt458'
  MMJAG_RKEY_OPT459 = 'opt459'
  MMJAG_RKEY_OPT46 = 'opt46'
  MMJAG_RKEY_OPT460 = 'opt460'
  MMJAG_RKEY_OPT461 = 'opt461'
  MMJAG_RKEY_OPT462 = 'opt462'
  MMJAG_RKEY_OPT463 = 'opt463'
  MMJAG_RKEY_OPT464 = 'opt464'
  MMJAG_RKEY_OPT465 = 'opt465'
  MMJAG_RKEY_OPT466 = 'opt466'
  MMJAG_RKEY_OPT467 = 'opt467'
  MMJAG_RKEY_OPT468 = 'opt468'
  MMJAG_RKEY_OPT469 = 'opt469'
  MMJAG_RKEY_OPT47 = 'opt47'
  MMJAG_RKEY_OPT470 = 'opt470'
  MMJAG_RKEY_OPT471 = 'opt471'
  MMJAG_RKEY_OPT472 = 'opt472'
  MMJAG_RKEY_OPT473 = 'opt473'
  MMJAG_RKEY_OPT474 = 'opt474'
  MMJAG_RKEY_OPT475 = 'opt475'
  MMJAG_RKEY_OPT476 = 'opt476'
  MMJAG_RKEY_OPT477 = 'opt477'
  MMJAG_RKEY_OPT478 = 'opt478'
  MMJAG_RKEY_OPT479 = 'opt479'
  MMJAG_RKEY_OPT48 = 'opt48'
  MMJAG_RKEY_OPT480 = 'opt480'
  MMJAG_RKEY_OPT481 = 'opt481'
  MMJAG_RKEY_OPT482 = 'opt482'
  MMJAG_RKEY_OPT483 = 'opt483'
  MMJAG_RKEY_OPT484 = 'opt484'
  MMJAG_RKEY_OPT485 = 'opt485'
  MMJAG_RKEY_OPT486 = 'opt486'
  MMJAG_RKEY_OPT487 = 'opt487'
  MMJAG_RKEY_OPT488 = 'opt488'
  MMJAG_RKEY_OPT489 = 'opt489'
  MMJAG_RKEY_OPT49 = 'opt49'
  MMJAG_RKEY_OPT490 = 'opt490'
  MMJAG_RKEY_OPT491 = 'opt491'
  MMJAG_RKEY_OPT492 = 'opt492'
  MMJAG_RKEY_OPT493 = 'opt493'
  MMJAG_RKEY_OPT494 = 'opt494'
  MMJAG_RKEY_OPT495 = 'opt495'
  MMJAG_RKEY_OPT496 = 'opt496'
  MMJAG_RKEY_OPT497 = 'opt497'
  MMJAG_RKEY_OPT498 = 'opt498'
  MMJAG_RKEY_OPT499 = 'opt499'
  MMJAG_RKEY_OPT5 = 'opt5'
  MMJAG_RKEY_OPT50 = 'opt50'
  MMJAG_RKEY_OPT500 = 'opt500'
  MMJAG_RKEY_OPT51 = 'opt51'
  MMJAG_RKEY_OPT52 = 'opt52'
  MMJAG_RKEY_OPT53 = 'opt53'
  MMJAG_RKEY_OPT54 = 'opt54'
  MMJAG_RKEY_OPT55 = 'opt55'
  MMJAG_RKEY_OPT56 = 'opt56'
  MMJAG_RKEY_OPT57 = 'opt57'
  MMJAG_RKEY_OPT58 = 'opt58'
  MMJAG_RKEY_OPT59 = 'opt59'
  MMJAG_RKEY_OPT6 = 'opt6'
  MMJAG_RKEY_OPT60 = 'opt60'
  MMJAG_RKEY_OPT61 = 'opt61'
  MMJAG_RKEY_OPT62 = 'opt62'
  MMJAG_RKEY_OPT63 = 'opt63'
  MMJAG_RKEY_OPT64 = 'opt64'
  MMJAG_RKEY_OPT65 = 'opt65'
  MMJAG_RKEY_OPT66 = 'opt66'
  MMJAG_RKEY_OPT67 = 'opt67'
  MMJAG_RKEY_OPT68 = 'opt68'
  MMJAG_RKEY_OPT69 = 'opt69'
  MMJAG_RKEY_OPT7 = 'opt7'
  MMJAG_RKEY_OPT70 = 'opt70'
  MMJAG_RKEY_OPT71 = 'opt71'
  MMJAG_RKEY_OPT72 = 'opt72'
  MMJAG_RKEY_OPT73 = 'opt73'
  MMJAG_RKEY_OPT74 = 'opt74'
  MMJAG_RKEY_OPT75 = 'opt75'
  MMJAG_RKEY_OPT76 = 'opt76'
  MMJAG_RKEY_OPT77 = 'opt77'
  MMJAG_RKEY_OPT78 = 'opt78'
  MMJAG_RKEY_OPT79 = 'opt79'
  MMJAG_RKEY_OPT8 = 'opt8'
  MMJAG_RKEY_OPT80 = 'opt80'
  MMJAG_RKEY_OPT81 = 'opt81'
  MMJAG_RKEY_OPT82 = 'opt82'
  MMJAG_RKEY_OPT83 = 'opt83'
  MMJAG_RKEY_OPT84 = 'opt84'
  MMJAG_RKEY_OPT85 = 'opt85'
  MMJAG_RKEY_OPT86 = 'opt86'
  MMJAG_RKEY_OPT87 = 'opt87'
  MMJAG_RKEY_OPT88 = 'opt88'
  MMJAG_RKEY_OPT89 = 'opt89'
  MMJAG_RKEY_OPT9 = 'opt9'
  MMJAG_RKEY_OPT90 = 'opt90'
  MMJAG_RKEY_OPT91 = 'opt91'
  MMJAG_RKEY_OPT92 = 'opt92'
  MMJAG_RKEY_OPT93 = 'opt93'
  MMJAG_RKEY_OPT94 = 'opt94'
  MMJAG_RKEY_OPT95 = 'opt95'
  MMJAG_RKEY_OPT96 = 'opt96'
  MMJAG_RKEY_OPT97 = 'opt97'
  MMJAG_RKEY_OPT98 = 'opt98'
  MMJAG_RKEY_OPT99 = 'opt99'
  MMJAG_RKEY_OUTER_FCTR = 'outer_fctr'
  MMJAG_RKEY_PBF_BOUNDARY_ISO = 'pbf_boundary_iso'
  MMJAG_RKEY_PBF_FEM_MAXRES = 'pbf_fem_maxres'
  MMJAG_RKEY_PBF_FEM_MXRES_CG = 'pbf_fem_mxres_cg'
  MMJAG_RKEY_PBF_INNER_SPC = 'pbf_inner_spc'
  MMJAG_RKEY_PBF_MOLSURF_ISO = 'pbf_molsurf_iso'
  MMJAG_RKEY_PBF_OUTER_SPC = 'pbf_outer_spc'
  MMJAG_RKEY_PBF_PROTOSPH_RAD = 'pbf_protosph_rad'
  MMJAG_RKEY_PBF_SCALING_ISO = 'pbf_scaling_iso'
  MMJAG_RKEY_PERTND = 'pertnd'
  MMJAG_RKEY_PHOSPHOTMP = 'phosphotmp'
  MMJAG_RKEY_PLOTBOX_FCTR = 'plotbox_fctr'
  MMJAG_RKEY_PLOTRES = 'plotres'
  MMJAG_RKEY_PLOTRESNONCOV = 'plotresnoncov'
  MMJAG_RKEY_PRESS = 'press'
  MMJAG_RKEY_QHBCUT = 'qhbcut'
  MMJAG_RKEY_QSTINIT = 'qstinit'
  MMJAG_RKEY_RADPRB = 'radprb'
  MMJAG_RKEY_RCONTD = 'rcontd'
  MMJAG_RKEY_RDAFERR = 'rdaferr'
  MMJAG_RKEY_REDUCE_FCTR = 'reduce_fctr'
  MMJAG_RKEY_RES_BOUNDARY = 'res_boundary'
  MMJAG_RKEY_RES_FCTR_INNER = 'res_fctr_inner'
  MMJAG_RKEY_RES_FCTR_OUTER = 'res_fctr_outer'
  MMJAG_RKEY_RES_MOLSURF = 'res_molsurf'
  MMJAG_RKEY_RIONST = 'rionst'
  MMJAG_RKEY_RMSCP = 'rmscp'
  MMJAG_RKEY_RNDSYM1 = 'rndsym1'
  MMJAG_RKEY_RNDSYM2 = 'rndsym2'
  MMJAG_RKEY_RNDSYM3 = 'rndsym3'
  MMJAG_RKEY_SAME_GEOM_TOL = 'same_geom_tol'
  MMJAG_RKEY_SCALE_DISP = 'scale_disp'
  MMJAG_RKEY_SCALFR = 'scalfr'
  MMJAG_RKEY_SCAL_RAT_ZPE = 'scal_rat_zpe'
  MMJAG_RKEY_SCONV = 'sconv'
  MMJAG_RKEY_SIGMMQM1 = 'sigmmqm1'
  MMJAG_RKEY_SIGMMQM2 = 'sigmmqm2'
  MMJAG_RKEY_SM8_SOLA = 'sm8_sola'
  MMJAG_RKEY_SM8_SOLB = 'sm8_solb'
  MMJAG_RKEY_SM8_SOLC = 'sm8_solc'
  MMJAG_RKEY_SM8_SOLG = 'sm8_solg'
  MMJAG_RKEY_SM8_SOLH = 'sm8_solh'
  MMJAG_RKEY_SM8_SOLN = 'sm8_soln'
  MMJAG_RKEY_SMALL_DIIS = 'small_diis'
  MMJAG_RKEY_SOLV_REFR = 'solv_refr'
  MMJAG_RKEY_SRLRC = 'srlrc'
  MMJAG_RKEY_SRLRU = 'srlru'
  MMJAG_RKEY_STDIIS = 'stdiis'
  MMJAG_RKEY_STOP_RXN_EPSILON = 'stop_rxn_epsilon'
  MMJAG_RKEY_STOP_RXN_KVAL = 'stop_rxn_kval'
  MMJAG_RKEY_STOP_RXN_OFFSET = 'stop_rxn_offset'
  MMJAG_RKEY_STOP_RXN_SIGMA = 'stop_rxn_sigma'
  MMJAG_RKEY_TMPINI = 'tmpini'
  MMJAG_RKEY_TMPSTP = 'tmpstp'
  MMJAG_RKEY_TRADMN = 'tradmn'
  MMJAG_RKEY_TRADMX = 'tradmx'
  MMJAG_RKEY_TREMX = 'tremx'
  MMJAG_RKEY_TREOK = 'treok'
  MMJAG_RKEY_TRESCAL = 'trescal'
  MMJAG_RKEY_TRGMX = 'trgmx'
  MMJAG_RKEY_TRUST = 'trust'
  MMJAG_RKEY_TS_VET_DIST_FAC0 = 'ts_vet_dist_fac0'
  MMJAG_RKEY_TS_VET_DIST_FAC1 = 'ts_vet_dist_fac1'
  MMJAG_RKEY_TS_VET_MAX_FREQ = 'ts_vet_max_freq'
  MMJAG_RKEY_TS_VET_OLAP_CUT = 'ts_vet_olap_cut'
  MMJAG_RKEY_ULG_BLG = 'ulg_blg'
  MMJAG_RKEY_ULG_SLG = 'ulg_slg'
  MMJAG_RKEY_VALID_TOL = 'valid_tol'
  MMJAG_RKEY_VSHIFT = 'vshift'
  MMJAG_RKEY_WISPC = 'wispc'
  MMJAG_RKEY_XADJ = 'xadj'
  MMJAG_RKEY_XCORL1 = 'xcorl1'
  MMJAG_RKEY_XCORL2 = 'xcorl2'
  MMJAG_RKEY_XCORL3 = 'xcorl3'
  MMJAG_RKEY_XCORL4 = 'xcorl4'
  MMJAG_RKEY_XCORNL1 = 'xcornl1'
  MMJAG_RKEY_XCORNL11 = 'xcornl11'
  MMJAG_RKEY_XCORNL12 = 'xcornl12'
  MMJAG_RKEY_XCORNL13 = 'xcornl13'
  MMJAG_RKEY_XCORNL14 = 'xcornl14'
  MMJAG_RKEY_XCORNL15 = 'xcornl15'
  MMJAG_RKEY_XCORNL16 = 'xcornl16'
  MMJAG_RKEY_XCORNL17 = 'xcornl17'
  MMJAG_RKEY_XCORNL18 = 'xcornl18'
  MMJAG_RKEY_XCORNL19 = 'xcornl19'
  MMJAG_RKEY_XCORNL2 = 'xcornl2'
  MMJAG_RKEY_XCORNL27 = 'xcornl27'
  MMJAG_RKEY_XCORNL28 = 'xcornl28'
  MMJAG_RKEY_XCORNL29 = 'xcornl29'
  MMJAG_RKEY_XCORNL3 = 'xcornl3'
  MMJAG_RKEY_XCORNL30 = 'xcornl30'
  MMJAG_RKEY_XCORNL31 = 'xcornl31'
  MMJAG_RKEY_XCORNL4 = 'xcornl4'
  MMJAG_RKEY_XCORNL6 = 'xcornl6'
  MMJAG_RKEY_XCORNL7 = 'xcornl7'
  MMJAG_RKEY_XCORNL8 = 'xcornl8'
  MMJAG_RKEY_XCORNL9 = 'xcornl9'
  MMJAG_RKEY_XEXL1 = 'xexl1'
  MMJAG_RKEY_XEXL9 = 'xexl9'
  MMJAG_RKEY_XEXNL1 = 'xexnl1'
  MMJAG_RKEY_XEXNL11 = 'xexnl11'
  MMJAG_RKEY_XEXNL12 = 'xexnl12'
  MMJAG_RKEY_XEXNL13 = 'xexnl13'
  MMJAG_RKEY_XEXNL14 = 'xexnl14'
  MMJAG_RKEY_XEXNL15 = 'xexnl15'
  MMJAG_RKEY_XEXNL16 = 'xexnl16'
  MMJAG_RKEY_XEXNL17 = 'xexnl17'
  MMJAG_RKEY_XEXNL18 = 'xexnl18'
  MMJAG_RKEY_XEXNL19 = 'xexnl19'
  MMJAG_RKEY_XEXNL20 = 'xexnl20'
  MMJAG_RKEY_XEXNL24 = 'xexnl24'
  MMJAG_RKEY_XEXNL25 = 'xexnl25'
  MMJAG_RKEY_XEXNL26 = 'xexnl26'
  MMJAG_RKEY_XEXNL27 = 'xexnl27'
  MMJAG_RKEY_XEXNL28 = 'xexnl28'
  MMJAG_RKEY_XEXNL3 = 'xexnl3'
  MMJAG_RKEY_XEXNL4 = 'xexnl4'
  MMJAG_RKEY_XEXNL6 = 'xexnl6'
  MMJAG_RKEY_XEXNL7 = 'xexnl7'
  MMJAG_RKEY_XEXNL8 = 'xexnl8'
  MMJAG_RKEY_XEXNL9 = 'xexnl9'
  MMJAG_RKEY_XHF = 'xhf'
  MMJAG_RKEY_XMAXADJ = 'xmaxadj'
  MMJAG_RKEY_XMINADJ = 'xminadj'
  MMJAG_RKEY_YADJ = 'yadj'
  MMJAG_RKEY_YCORL1 = 'ycorl1'
  MMJAG_RKEY_YCORL2 = 'ycorl2'
  MMJAG_RKEY_YCORL3 = 'ycorl3'
  MMJAG_RKEY_YCORL4 = 'ycorl4'
  MMJAG_RKEY_YCORNL1 = 'ycornl1'
  MMJAG_RKEY_YCORNL11 = 'ycornl11'
  MMJAG_RKEY_YCORNL12 = 'ycornl12'
  MMJAG_RKEY_YCORNL13 = 'ycornl13'
  MMJAG_RKEY_YCORNL14 = 'ycornl14'
  MMJAG_RKEY_YCORNL15 = 'ycornl15'
  MMJAG_RKEY_YCORNL16 = 'ycornl16'
  MMJAG_RKEY_YCORNL17 = 'ycornl17'
  MMJAG_RKEY_YCORNL18 = 'ycornl18'
  MMJAG_RKEY_YCORNL19 = 'ycornl19'
  MMJAG_RKEY_YCORNL2 = 'ycornl2'
  MMJAG_RKEY_YCORNL27 = 'ycornl27'
  MMJAG_RKEY_YCORNL28 = 'ycornl28'
  MMJAG_RKEY_YCORNL29 = 'ycornl29'
  MMJAG_RKEY_YCORNL3 = 'ycornl3'
  MMJAG_RKEY_YCORNL30 = 'ycornl30'
  MMJAG_RKEY_YCORNL31 = 'ycornl31'
  MMJAG_RKEY_YCORNL4 = 'ycornl4'
  MMJAG_RKEY_YCORNL6 = 'ycornl6'
  MMJAG_RKEY_YCORNL7 = 'ycornl7'
  MMJAG_RKEY_YCORNL8 = 'ycornl8'
  MMJAG_RKEY_YCORNL9 = 'ycornl9'
  MMJAG_RKEY_YEXL1 = 'yexl1'
  MMJAG_RKEY_YEXL9 = 'yexl9'
  MMJAG_RKEY_YEXNL1 = 'yexnl1'
  MMJAG_RKEY_YEXNL11 = 'yexnl11'
  MMJAG_RKEY_YEXNL12 = 'yexnl12'
  MMJAG_RKEY_YEXNL13 = 'yexnl13'
  MMJAG_RKEY_YEXNL14 = 'yexnl14'
  MMJAG_RKEY_YEXNL15 = 'yexnl15'
  MMJAG_RKEY_YEXNL16 = 'yexnl16'
  MMJAG_RKEY_YEXNL17 = 'yexnl17'
  MMJAG_RKEY_YEXNL18 = 'yexnl18'
  MMJAG_RKEY_YEXNL19 = 'yexnl19'
  MMJAG_RKEY_YEXNL20 = 'yexnl20'
  MMJAG_RKEY_YEXNL24 = 'yexnl24'
  MMJAG_RKEY_YEXNL25 = 'yexnl25'
  MMJAG_RKEY_YEXNL26 = 'yexnl26'
  MMJAG_RKEY_YEXNL27 = 'yexnl27'
  MMJAG_RKEY_YEXNL28 = 'yexnl28'
  MMJAG_RKEY_YEXNL3 = 'yexnl3'
  MMJAG_RKEY_YEXNL4 = 'yexnl4'
  MMJAG_RKEY_YEXNL6 = 'yexnl6'
  MMJAG_RKEY_YEXNL7 = 'yexnl7'
  MMJAG_RKEY_YEXNL8 = 'yexnl8'
  MMJAG_RKEY_YEXNL9 = 'yexnl9'
  MMJAG_RKEY_YHF = 'yhf'
  MMJAG_RKEY_YMAXADJ = 'ymaxadj'
  MMJAG_RKEY_YMINADJ = 'yminadj'
  MMJAG_RKEY_ZADJ = 'zadj'
  MMJAG_RKEY_ZCUTTD = 'zcuttd'
  MMJAG_RKEY_ZMAXADJ = 'zmaxadj'
  MMJAG_RKEY_ZMINADJ = 'zminadj'
  MMJAG_RKEY_ZMPMEM = 'zmpmem'
  MMJAG_RSINGLET_OFF = 0
hash(x)
  MMJAG_RSINGLET_ON = 1
  MMJAG_RTRIPLET_OFF = 0
hash(x)
  MMJAG_RTRIPLET_ON = 1
  MMJAG_RWR_SVD_RESET_OFF = 0
hash(x)
  MMJAG_RWR_SVD_RESET_RESET_SCAN = 1
  MMJAG_RWR_SVD_RESET_RESET_SCAN_GEOPT = 2
  MMJAG_SAME_BASIS = 4
  MMJAG_SAME_GEOMETRY = 2
  MMJAG_SAME_MOLECULE = 1
  MMJAG_SCANGEO_INPUTGEO = 1
  MMJAG_SCANGEO_LASTGEO = 2
  MMJAG_SCANGEO_PREVGEO = 0
hash(x)
  MMJAG_SCANGUESS_IG = 1
  MMJAG_SCANGUESS_STD = 0
hash(x)
  MMJAG_SCANHESS_IG = 1
  MMJAG_SCANHESS_STD = 0
hash(x)
  MMJAG_SCAN_CONSTRAINT = 4
  MMJAG_SCAN_ERR = 1
  MMJAG_SCAN_IDENTICAL = 4
  MMJAG_SCAN_INDEPENDENT_OFF = 0
hash(x)
  MMJAG_SCAN_INDEPENDENT_ON = 1
  MMJAG_SCAN_INTERFERENCE = 3
hash(x)
  MMJAG_SCAN_INTERFERENCE_NO_FAIL = 6
  MMJAG_SCAN_IN_RING = 2
  MMJAG_SCAN_IN_RING_NO_FAIL = 5
  MMJAG_SCAN_NOCHECK_OFF = 0
hash(x)
  MMJAG_SCAN_NOCHECK_ON = 1
  MMJAG_SCAN_NO_USE = 7
  MMJAG_SCAN_OK = 0
hash(x)
  MMJAG_SECT_ATOMIC = 'atomic'
  MMJAG_SECT_CONNECT = 'connect'
  MMJAG_SECT_COORD = 'coord'
  MMJAG_SECT_ECHO = 'echo'
  MMJAG_SECT_EFIELDS = 'efields'
  MMJAG_SECT_GUESS_BASIS = 'guess_basis'
  MMJAG_SECT_GVB = 'gvb'
  MMJAG_SECT_HAM = 'ham'
  MMJAG_SECT_HESS = 'hess'
  MMJAG_SECT_LMP2 = 'lmp2'
  MMJAG_SECT_NBO = 'nbo'
  MMJAG_SECT_ORBMAN = 'orbman'
  MMJAG_SECT_PATH = 'path'
  MMJAG_SECT_POINTCH = 'pointch'
  MMJAG_SECT_RWR_SVD = 'rwr_svd'
  MMJAG_SECT_VALID = 'valid'
  MMJAG_SECT_WAVEFUNCTION = 'guess'
  MMJAG_SIX_COORDINATE_GEOM = 6
  MMJAG_SIZE_SPECTROCHEMICAL_SERIES = 50
  MMJAG_SKEY_BABEL = 'babel'
  MMJAG_SKEY_BABELG = 'babelg'
  MMJAG_SKEY_BASIS = 'basis'
  MMJAG_SKEY_DAFATOM = 'dafatom'
  MMJAG_SKEY_DFTNAME = 'dftname'
  MMJAG_SKEY_GEOCONV_MODE = 'geoconv_mode'
  MMJAG_SKEY_HIRSHFELD_BASIS = 'hirshfeld_basis'
  MMJAG_SKEY_IMPVERSION = 'impversion'
  MMJAG_SKEY_IORB1A = 'iorb1a'
  MMJAG_SKEY_IORB1B = 'iorb1b'
  MMJAG_SKEY_IORB2A = 'iorb2a'
  MMJAG_SKEY_IORB2B = 'iorb2b'
  MMJAG_SKEY_IPKASEARCH = 'ipkasearch'
  MMJAG_SKEY_IPKASITES = 'ipkasites'
  MMJAG_SKEY_IPKAT = 'ipkat'
  MMJAG_SKEY_IPKA_PROT_DEPROT = 'ipka_prot_deprot'
  MMJAG_SKEY_IRCMODE = 'ircmode'
  MMJAG_SKEY_PDFTNAME = 'pdftname'
  MMJAG_SKEY_PLOTFMT = 'plotfmt'
  MMJAG_SKEY_RELHAM = 'relham'
  MMJAG_SKEY_RESTART_BASIS = 'restart_basis'
  MMJAG_SKEY_SOLVENT = 'solvent'
  MMJAG_SKIP_SYMM_CALCS_OFF = 0
hash(x)
  MMJAG_SKIP_SYMM_CALCS_ON = 1
  MMJAG_SOLVENT_12DICHLOROETHANE = 'dichloroethane'
  MMJAG_SOLVENT_ACETONITRILE = 'acetonitrile'
  MMJAG_SOLVENT_BENZENE = 'benzene'
  MMJAG_SOLVENT_CARBON_TETRACHLORIDE = 'carbon_tet'
  MMJAG_SOLVENT_CHLOROBENZENE = 'chlorobenzene'
  MMJAG_SOLVENT_CHLOROFORM = 'chloroform'
  MMJAG_SOLVENT_CYCLOHEXANE = 'cyclohexane'
  MMJAG_SOLVENT_DICHLOROMETHANE = 'dichloromethane'
  MMJAG_SOLVENT_DIMETHYLFORMAMIDE = 'dimethylformamide'
  MMJAG_SOLVENT_DMSO = 'dmso'
  MMJAG_SOLVENT_ETHANOL = 'ethanol'
  MMJAG_SOLVENT_METHANOL = 'methanol'
  MMJAG_SOLVENT_NITROBENZENE = 'nitrobenzene'
  MMJAG_SOLVENT_TETRAHYDROFURAN = 'tetrahydrofuran'
  MMJAG_SOLVENT_WATER = 'water'
  MMJAG_STOCKHOLDER_Q_OFF = 0
hash(x)
  MMJAG_STOCKHOLDER_Q_ON = 1
  MMJAG_STOP_RXN_BOTH = 1
  MMJAG_STOP_RXN_HARMONIC = 3
hash(x)
  MMJAG_STOP_RXN_OFF = 0
hash(x)
  MMJAG_STOP_RXN_REPULSIVE = 2
  MMJAG_TAKEIN_OFF = 0
hash(x)
  MMJAG_TAKEIN_ON = 1
  MMJAG_TAKEMAE_OFF = 0
hash(x)
  MMJAG_TAKEMAE_ON = 1
  MMJAG_TARGET_CONSTRAINT = 3
hash(x)
  MMJAG_TDDFT_HSO_OFF = 0
hash(x)
  MMJAG_TDDFT_HSO_ON = 1
  MMJAG_TDDFT_NTO_OFF = 0
hash(x)
  MMJAG_TDDFT_NTO_ON = 1
  MMJAG_TDDFT_S2_OFF = 0
hash(x)
  MMJAG_TDDFT_S2_ON = 1
  MMJAG_TETRAHEDRAL_NLEVELS = 2
  MMJAG_TETRA_NUM_ORB_FIRST = 2
  MMJAG_TETRA_NUM_ORB_SECOND = 3
hash(x)
  MMJAG_THREE_PT_IRC_OFF = 0
hash(x)
  MMJAG_THREE_PT_IRC_ON = 1
  MMJAG_TRUE = 1
  MMJAG_TS_VET_CHK_BOND_DIST = 2
  MMJAG_TS_VET_CHK_BOND_DIST_NO_DIE = -2
  MMJAG_TS_VET_CHK_BOTH = 3
hash(x)
  MMJAG_TS_VET_CHK_BOTH_NO_DIE = -3
  MMJAG_TS_VET_CHK_OVERLAP = 1
  MMJAG_TS_VET_CHK_OVERLAP_NO_DIE = -1
  MMJAG_TS_VET_OFF = 0
hash(x)
  MMJAG_TS_VET_WITH_CONSTRAINTS_OFF = 0
hash(x)
  MMJAG_TS_VET_WITH_CONSTRAINTS_ON = 1
  MMJAG_UNDEF = 0
hash(x)
  MMJAG_VALID_GUESS_NO_USE = -1
  MMJAG_VALID_GUESS_OFF = 0
hash(x)
  MMJAG_VALID_GUESS_ON = 1
  MMJAG_VALID_HESS_NO_USE = -1
  MMJAG_VALID_HESS_OFF = 0
hash(x)
  MMJAG_VALID_HESS_ON = 1
  MMJAG_VALID_RWR_SVD_NO_USE = -1
  MMJAG_VALID_RWR_SVD_OFF = 0
hash(x)
  MMJAG_VALID_RWR_SVD_ON = 1
  MMJAG_VALID_SECTIONS_NO_USE = -1
  MMJAG_VALID_SECTIONS_OFF = 0
hash(x)
  MMJAG_VALID_SECTIONS_ON = 1
  MMJAG_VALID_SECTIONS_UNENTERED = -2
  MMJAG_ZMAT1 = 0
hash(x)
  MMJAG_ZMAT2 = 1
  MMJAG_ZMAT3 = 2
  MMKV_ADD_METAL_BINDING_STATES = 1
  MMKV_ALL_JOB = 2048
  MMKV_ANALYSIS_MODE = 53
  MMKV_ARG_BOOL_ARRAY_BEGIN = 27
  MMKV_ARG_BOOL_ARRAY_END = 28
  MMKV_ARG_BOOL_BEGIN = 0
hash(x)
  MMKV_ARG_BOOL_END = 27
  MMKV_ARG_FLOAT_ARRAY_BEGIN = 50
  MMKV_ARG_FLOAT_ARRAY_END = 52
  MMKV_ARG_FLOAT_BEGIN = 43
  MMKV_ARG_FLOAT_END = 50
  MMKV_ARG_INT_ARRAY_BEGIN = 42
  MMKV_ARG_INT_ARRAY_END = 43
  MMKV_ARG_INT_BEGIN = 28
  MMKV_ARG_INT_END = 42
  MMKV_ARG_STRING_ARRAY_BEGIN = 75
  MMKV_ARG_STRING_ARRAY_END = 76
  MMKV_ARG_STRING_BEGIN = 52
  MMKV_ARG_STRING_END = 75
  MMKV_ARG_TOTAL_COUNT = 76
  MMKV_BADVALUE = -5
  MMKV_CURRENT_PROJ = 29
  MMKV_CURRENT_PROJ_PATH = 54
  MMKV_CYP = 2
  MMKV_DESALT = 3
hash(x)
  MMKV_DETERMINE_CHIRALITIES = 4
  MMKV_EOF = -2
  MMKV_EPIK = 5
  MMKV_EPIK_ADD_METAL_BINDING_STATES = 6
  MMKV_EPIK_BEST_NEUTRAL = 7
  MMKV_EPIK_BEST_NEUTRAL_ZWIT = 8
  MMKV_EPIK_JOB = 1
  MMKV_EPIK_METAL_BINDING_FILE = 55
  MMKV_ERR = -1
  MMKV_ESTIMATE_ACIDS = 9
  MMKV_ESTIMATE_BASES = 10
  MMKV_FILTER_FILE = 56
  MMKV_FORCE_FIELD = 30
  MMKV_FROM_MAESTRO = 11
  MMKV_GENERATE_STEREOISOMERS = 12
  MMKV_GENERATE_TAUTOMERS = 13
  MMKV_HIGHEST_PKA = 44
  MMKV_INCLUDE_ORIGINAL_STATE = 14
  MMKV_INCLUDE_ORIG_IONIZATION_STATE = 15
  MMKV_INCLUDE_ORIG_LABELED_IONIZATION_STATE = 16
  MMKV_INCLUDE_ORIG_LABELED_TAUTOMERIZATION_STATE = 17
  MMKV_INCLUDE_ORIG_TAUTOMERIZATION_STATE = 18
  MMKV_INPUT_CSV_FILE_NAME = 57
  MMKV_INPUT_FILE_NAME = 58
  MMKV_INPUT_SD_FILE_NAME = 59
  MMKV_INPUT_SMI_FILE_NAME = 60
  MMKV_IONIZATION = 31
  MMKV_JOB_DISPOSITION = 61
  MMKV_JOB_HOST = 62
  MMKV_JOB_HOST_ARG = 63
  MMKV_JOB_ID = 64
  MMKV_JOB_LOGIN = 65
  MMKV_JOB_NAME = 66
  MMKV_JOB_TMPDIR = 67
  MMKV_JOB_TYPE = 32
  MMKV_LIGPREP_JOB = 2
  MMKV_LOWEST_PKA = 45
  MMKV_MAX_ATOM = 33
  MMKV_MAX_ATOM_PKA = 34
  MMKV_MAX_NUM_TAUTOMERS = 35
  MMKV_MAX_OUTPUT_STR = 36
  MMKV_METAL_BINDING_PARAM_FILE = 68
  MMKV_MIN_PROBABILITY = 46
  MMKV_MIN_PROBABILITY_TAUTOMERS = 47
  MMKV_NJOBS = 37
  MMKV_NOTFOUND = -4
  MMKV_NUMBER_STEREOISOMERS = 38
  MMKV_OK = 0
hash(x)
  MMKV_OUTPUT_FILE_NAME = 69
  MMKV_OUTPUT_MAESTRO = 70
  MMKV_OUTPUT_SDF = 71
  MMKV_PH = 48
  MMKV_PH_TOLERANCE = 49
  MMKV_PKA_ATOM = 19
  MMKV_PKA_PARAM_FILE = 72
  MMKV_RETAIN_CHIRALITIES = 20
  MMKV_RING_CONFORMATIONS = 39
  MMKV_SCAN = 21
  MMKV_SKIP_PROBLEM_FRAGMENT = 40
  MMKV_SMARTS_BUF_SIZ = 2048
  MMKV_SOLVENT = 73
  MMKV_STRICT_V2000_STEREO = 22
  MMKV_TAUTOMERIZATION = 23
  MMKV_TAUTOMER_PARAM_FILE = 74
  MMKV_UNIQUE_STRUCTURE = 51
  MMKV_USE_ENTRIES = 24
  MMKV_USE_M2IO_GZIP = 25
  MMKV_VERBOSE = 41
  MMKV_WRITE_KEYWORDS = 26
  MMKV_WRONG_FMT = -3
  MMLEWIS_BOND_PLACEMENT_ATOM_ORDER = 0
hash(x)
  MMLEWIS_BOND_PLACEMENT_BFS = 1
  MMLEWIS_DATIVE_BOND = 1
  MMLEWIS_DOUBLE_BOND = 3
hash(x)
  MMLEWIS_ERR = 1
  MMLEWIS_NO_BOND = 5
  MMLEWIS_OK = 0
hash(x)
  MMLEWIS_OPTION_BOND_PLACEMENT = 5
  MMLEWIS_OPTION_DELETE_DUMMY = 1
  MMLEWIS_OPTION_IFO = 2
  MMLEWIS_OPTION_MMLEWIS_APPLY_DELETE_DUMMIES = 4
  MMLEWIS_OPTION_VERBOSE = 3
hash(x)
  MMLEWIS_OPTION_ZM_MAX_QUEUE_SIZE = 7
  MMLEWIS_OPTION_ZM_MAX_VARIABLE_BONDS = 8
  MMLEWIS_OPTION_ZOB_MESOMERIZATION = 6
  MMLEWIS_SINGLE_BOND = 2
  MMLEWIS_TRIPLE_BOND = 4
  MMLEWIS_ZERO_BOND = 0
hash(x)
  MMLIBS = 0
hash(x)
  MMLIST_ERR = -1
  MMLIST_INVALID_LIST = -1
  MMLIST_OK = 0
hash(x)
  MMMDL_APPEND = 4
  MMMDL_ATOM_PARITY_PROP = 'i_sd_original_parity'
  MMMDL_BOND_PARITY_DOWN = 3
hash(x)
  MMMDL_BOND_PARITY_EITHER = 2
  MMMDL_BOND_PARITY_NONE = 0
hash(x)
  MMMDL_BOND_PARITY_PROP = 'i_sd_original_parity'
  MMMDL_BOND_PARITY_UNKNOWN = 4
  MMMDL_BOND_PARITY_UP = 1
  MMMDL_CGCH_RGROUPS = 7
  MMMDL_CONV_AROMATIC = 2
  MMMDL_CONV_PKA = 3
hash(x)
  MMMDL_DUMP_BAD_CT = 17
  MMMDL_EOF = 2
  MMMDL_ERR = 1
  MMMDL_FIX_LEWIS = 5
  MMMDL_GZIP = 8
  MMMDL_IMPORT_SDPROP_AS_STRING = 9
  MMMDL_IMPORT_SDPROP_PER_FILE = 11
  MMMDL_INVERT_X_AXIS = 13
  MMMDL_INVERT_Y_AXIS = 14
  MMMDL_INVERT_Z_AXIS = 15
  MMMDL_NOSTRUCTURE = 4
  MMMDL_NO_CGCH_RGROUPS = 8
  MMMDL_NO_CONV_AROMATIC = 4
  MMMDL_NO_FIX_LEWIS = 6
  MMMDL_NO_IMPORT_SDPROP_AS_STRING = 10
  MMMDL_NO_IMPORT_SDPROP_PER_FILE = 12
  MMMDL_NO_REL_STEREO = 20
  MMMDL_NO_STEREO = 1
  MMMDL_NO_STEREO_BY_ANNOTATION = 22
  MMMDL_OK = 0
hash(x)
  MMMDL_POSITION_STRIDE = 10
  MMMDL_READ = 1
  MMMDL_REL_STEREO = 19
  MMMDL_SD_V2000 = 0
hash(x)
  MMMDL_SD_V3000 = 1
  MMMDL_SKIP_AMBIGUOUS_BONDS = 18
  MMMDL_STEREO = 0
hash(x)
  MMMDL_STEREO_BY_ANNOTATION = 21
  MMMDL_USE_DATA_NAMES = 23
  MMMDL_USE_DISPLAY_NAMES = 24
  MMMDL_WRITE = 2
  MMMDL_WRITE_V3000 = 16
  MMMOL2_APPEND = 2
  MMMOL2_CONV_AROMATIC = 0
hash(x)
  MMMOL2_DUMP_BAD_CT = 4
  MMMOL2_EOF = 2
  MMMOL2_ERR = 1
  MMMOL2_FIX_LEWIS = 2
  MMMOL2_NO_AROMATIC = 5
  MMMOL2_NO_CONV_AROMATIC = 1
  MMMOL2_NO_FIX_LEWIS = 3
hash(x)
  MMMOL2_OK = 0
hash(x)
  MMMOL2_READ = 0
hash(x)
  MMMOL2_SKIP = 4
  MMMOL2_TOOBIG = 3
hash(x)
  MMMOL2_WRITE = 1
  MMNEUT_ERR = 1
  MMNEUT_FATAL = 1
  MMNEUT_OK = 0
hash(x)
  MMNEUT_UNDEF = -10000
  MMNEUT_WARNING = 2
  MMOD_CONFGEN = 10
  MMOD_MACROMODEL = 5
  MMOD_MBAE = 9
  MMOD_MINTA = 6
  MMPATTY_AROMATICITY = 0
hash(x)
  MMPATTY_AROMATICITY_DEFAULT = 0
hash(x)
  MMPATTY_AROMATICITY_HALGREN = 1
  MMPATTY_CHAR = 3
hash(x)
  MMPATTY_CT_PROPERTIES = 3
hash(x)
  MMPATTY_CT_STARTED = 2
  MMPATTY_DELETE_CT_PROPERTIES = 1
  MMPATTY_DOUBLE = 2
  MMPATTY_ERR = 1
  MMPATTY_FIND_SSSR = 4
  MMPATTY_IGNORE_ZOBS_IN_X_COUNT = 5
  MMPATTY_INT = 0
hash(x)
  MMPATTY_INVALID_PATTERN = -1
  MMPATTY_MULTICOMP = 2
  MMPATTY_OK = 0
hash(x)
  MMPATTY_PARSE_MULTICOMP = 1
  MMPATTY_PRESERVE_CT_PROPERTIES = 0
hash(x)
  MMPATTY_SKIP_ALL_STEREO = 2
  MMPATTY_SKIP_STEREO = 1
  MMPATTY_STEREO = 1
  MMPATTY_USE_STEREO = 0
hash(x)
  MMPDB_ALL_OCC = 38
  MMPDB_BRIEF_MODE = 49
  MMPDB_CHARGE_FIELD = 20
  MMPDB_CHARGE_FULL = 10
  MMPDB_CHARGE_NEUTRAL = 8
  MMPDB_CHARGE_PH7_PROTONATE_CAPS = 9
  MMPDB_CONECT = 0
hash(x)
  MMPDB_CONVENTIONAL_ORDER = 1
  MMPDB_DUP_CONECT = 2
  MMPDB_ELEMENT_FIELD = 18
  MMPDB_EOF = 2
  MMPDB_ERR = 1
  MMPDB_FIRST_OCC = 37
  MMPDB_FIXELEM = 30
  MMPDB_GEOMETRY = 6
  MMPDB_HID_HISTIDINE = 34
  MMPDB_HIE_HISTIDINE = 35
  MMPDB_HIP_HISTIDINE = 36
  MMPDB_IGNORE_OBSLTE = 14
  MMPDB_INPUT_ORDER = 2
  MMPDB_KEEP = 12
  MMPDB_NO_CHARGE_FIELD = 21
  MMPDB_NO_COMPONENT_DICT = 42
  MMPDB_NO_CONECT = 1
  MMPDB_NO_DUP_CONECT = 3
hash(x)
  MMPDB_NO_ELEMENT_FIELD = 19
  MMPDB_NO_FIXELEM = 31
  MMPDB_NO_GEOMETRY = 7
  MMPDB_NO_PREDICT_MULT_BONDS = 23
  MMPDB_NO_REORDER_ATOMS = 29
  MMPDB_NO_STD_RES = 5
  MMPDB_NO_TRANSLATE_PDB_RESNAMES = 45
  MMPDB_NO_USE_COLOR = 25
  MMPDB_NO_WARN_H = 17
  MMPDB_OBSLTE = 13
  MMPDB_OBSLTE_FILE = 3
hash(x)
  MMPDB_OK = 0
hash(x)
  MMPDB_OVERWRITE = 11
  MMPDB_PREDICT_MULT_BONDS = 22
  MMPDB_PSP_MODE = 44
  MMPDB_PSP_ORDER = 4
  MMPDB_REMEDIATED = 40
  MMPDB_RENUMBER_INDEX = 27
  MMPDB_REORDER_ATOMS = 28
  MMPDB_REORDER_BY_RESNUM = 46
  MMPDB_REORDER_BY_SEQUENCE = 47
  MMPDB_RESNUM_ORDER = 8
  MMPDB_RETAIN_MM_INDEX = 26
  MMPDB_SEQUENCE_ORDER = 16
  MMPDB_SERIAL_HEXADECIMAL = 33
  MMPDB_SERIAL_HYBRID36 = 32
  MMPDB_STD_RES = 4
  MMPDB_STRICT_RESNAME = 43
  MMPDB_USE_COLOR = 24
  MMPDB_USE_COMPONENT_DICT = 41
  MMPDB_USE_VERSION_2 = 39
  MMPDB_VERSION_2 = 0
hash(x)
  MMPDB_VERSION_3 = 1
  MMPDB_VERSION_MAX = 2
  MMPDB_WARN_H = 16
  MMPDB_WARN_OBSLTE = 15
  MMPDB_WRITE_SEQUENCE_HEADERS = 48
  MMPKA_ACID = 1
  MMPKA_ACID_BASE = 1
  MMPKA_ADJUST_MESO = 6
  MMPKA_BASE = -1
  MMPKA_BUF_FACT = 26
  MMPKA_CALC_ACIDS_ONLY = 1
  MMPKA_CALC_ALL = 0
hash(x)
  MMPKA_CALC_BASES_ONLY = -1
  MMPKA_CALC_TYPE = 3
hash(x)
  MMPKA_COMPARE_EXP = 2
  MMPKA_CON_GEOM_ELIM = 9
  MMPKA_CON_GEOM_ELIM_RDIFF = 10
  MMPKA_CON_GEOM_ELIM_RMS = 11
  MMPKA_CYP = 19
  MMPKA_DEBUG_ACID_BASE_PATTERN = 23
  MMPKA_DEBUG_ITERATIONS = 14
  MMPKA_DEBUG_MESO = 13
  MMPKA_DEBUG_METAL = 16
  MMPKA_DEBUG_SIGMAS = 24
  MMPKA_DEBUG_WEIGHTS = 15
  MMPKA_DEF_UNCERTAINTY = 2.0
  MMPKA_DO_NOT_REPEATEDLY_TAUTOMERIZE = 34
  MMPKA_ERR = 2
  MMPKA_FATAL = 5
  MMPKA_FINGERPRINT_EXTEND_SMARTS = 5
  MMPKA_FINGERPRINT_FILENAME = 4
  MMPKA_FINGERPRINT_MAD1 = 7
  MMPKA_FINGERPRINT_MAD2 = 8
  MMPKA_FINGERPRINT_MAD3 = 9
  MMPKA_FINGERPRINT_MAD4 = 10
  MMPKA_FINGERPRINT_MADMAXCNT = 11
  MMPKA_FINGERPRINT_PKA_MAX = 18
  MMPKA_FINGERPRINT_PKA_MIN = 17
  MMPKA_FINGERPRINT_RMSE1 = 12
  MMPKA_FINGERPRINT_RMSE2 = 13
  MMPKA_FINGERPRINT_RMSE3 = 14
  MMPKA_FINGERPRINT_RMSE4 = 15
  MMPKA_FINGERPRINT_RMSEMAXCNT = 16
  MMPKA_FINGERPRINT_THRESHOLD = 6
  MMPKA_FIT_INFO = 21
  MMPKA_FIT_INFO_DEBUG = 1
  MMPKA_FIT_INFO_FULL = 2
  MMPKA_FIT_INFO_NONE = 0
hash(x)
  MMPKA_FLAG_MISSING = 4
  MMPKA_GEN_DEBUG_LEVEL = 22
  MMPKA_GROUP_WARN = 28
  MMPKA_HIGHEST_PKA = 2
  MMPKA_LAB_P = 35
  MMPKA_LAB_TS = 25
  MMPKA_LOWEST_PKA = 1
  MMPKA_MAX_ATOMS_PKA = 30
  MMPKA_METAL_0_SP = 20
  MMPKA_MIN_TRANS = 5
  MMPKA_MISSING_NOTE = 1
  MMPKA_MISSING_QUIET = 0
hash(x)
  MMPKA_MISSING_USE_UNDEF = 2
  MMPKA_MOLECULE_NUM = 31
  MMPKA_NOTES_MOLECULE_TOO_BIG = 'Molecule size exceeds maximum ...
  MMPKA_NOTES_MOLECULE_TOO_BIG_PKA = 'Molecule size exceeds maxi...
  MMPKA_NOTES_MOLECULE_TOO_BIG_SCAN = 'Molecule size exceeds max...
  MMPKA_NOTES_NEGATIVE_PENALTY_FOR_METAL = 'Reset negative state...
  MMPKA_NOTES_TIME_LIMIT = 'Molecule processing time exceeds lim...
  MMPKA_OK = 0
hash(x)
  MMPKA_OTHER = 0
hash(x)
  MMPKA_PKA_NAMES = <wrapped function MMPKA_PKA_NAMES at 0x7f1a2...
  MMPKA_PROBLEM = 4
  MMPKA_RAPID_ADJUST = 36
  MMPKA_REMOVE_STEREO = 7
  MMPKA_REP_AT_NO_CLASS = 1
  MMPKA_REP_OK = 0
hash(x)
  MMPKA_RETAIN_ION = 3
hash(x)
  MMPKA_RETAIN_ION_LAB = 4
  MMPKA_RETAIN_ION_TAUT = 5
  MMPKA_RETAIN_ION_TAUT_LAB = 6
  MMPKA_RETAIN_NONE = 0
hash(x)
  MMPKA_RETAIN_TAUT = 1
  MMPKA_RETAIN_TAUT_LAB = 2
  MMPKA_REWEIGHT_PENALTIES = 27
  MMPKA_SOL_SHORT_NAME = 0
hash(x)
  MMPKA_SPREAD_CHARGES = 8
  MMPKA_TIME_LIMIT = 29
  MMPKA_TRADITIONAL_AB = 17
  MMPKA_UNCERTAINTY_TYPE = 3
hash(x)
  MMPKA_UNDEF = -10000
  MMPKA_USE_PROTONATION_FINGERPRINTS = 33
  MMPKA_USE_SMARTS_FINGERPRINTS = 32
  MMPKA_VCS_RUN = 12
  MMPKA_VERBOSE = 1
  MMPKA_WARNING = 1
  MMPKA_WRITE_FITTING_INFO = 1
  MMPKA_WRITE_TAUT_PROB = 18
  MMPKA_highest_Sch_ID = 1
  MMPKA_parameter_file = 1
  MMPKA_similarity = 2
  MMPREF_ACCESS_ERROR = 6
  MMPREF_DARWIN = 3
hash(x)
  MMPREF_DUPLICATE_VALUE = 2
  MMPREF_ERR = 1
  MMPREF_FORMAT_ERROR = 7
  MMPREF_INVALID_VALUE = 3
hash(x)
  MMPREF_KEY_INVALID_CHAR = 10
  MMPREF_LINUX = 2
  MMPREF_LOCK_ERROR = 9
  MMPREF_NONE = 0
hash(x)
  MMPREF_NO_KEY = 4
  MMPREF_NO_VALUE = 5
  MMPREF_OK = 0
hash(x)
  MMPREF_TYPE_BOOL = 4
  MMPREF_TYPE_DOUBLE = 3
hash(x)
  MMPREF_TYPE_INT = 1
  MMPREF_TYPE_NONE = 0
hash(x)
  MMPREF_TYPE_STRING = 2
  MMPREF_UNRECOGNIZED_PRODUCT = 8
  MMPREF_WINDOWS = 1
  MMROTAMER_CHI1 = 0
hash(x)
  MMROTAMER_CHI2 = 1
  MMROTAMER_CHI3 = 2
  MMROTAMER_CHI4 = 3
hash(x)
  MMROTAMER_CHI5 = 4
  MMROTAMER_CHI_NONE = 999
  MMROTAMER_CHI_NOT_FOUND = 5
  MMROTAMER_ERROR = 1
  MMROTAMER_INVALID_CHI_ANGLE = 3
hash(x)
  MMROTAMER_INVALID_ROTAMER = 4
  MMROTAMER_OK = 0
hash(x)
  MMROTAMER_RES_NOT_FOUND = 2
  MMSEQIO_ANY = 0
hash(x)
  MMSEQIO_APPEND = 2
  MMSEQIO_BLAST = 16
  MMSEQIO_CASP = 18
  MMSEQIO_CLUSTAL = 17
  MMSEQIO_EOF = -1
  MMSEQIO_ERROR = -2
  MMSEQIO_FASTA = 2
  MMSEQIO_GCG = 9
  MMSEQIO_GENBANK = 10
  MMSEQIO_INVALID_SEQIO = -1
  MMSEQIO_MSF = 8
  MMSEQIO_NATIVE = 1
  MMSEQIO_NBRF_PIR = 5
  MMSEQIO_NCBI = 6
  MMSEQIO_NEXUS_PAUP = 11
  MMSEQIO_OK = 0
hash(x)
  MMSEQIO_PDB = 3
hash(x)
  MMSEQIO_PFAM = 12
  MMSEQIO_PHYLIP = 13
  MMSEQIO_READ = 0
hash(x)
  MMSEQIO_SELEX = 14
  MMSEQIO_STADEN = 15
  MMSEQIO_SWISSPROT = 4
  MMSEQIO_TEXT_PLAIN = 7
  MMSEQIO_USE_PDB_ATOMS = 1
  MMSEQIO_USE_PDB_SEQRES = 0
hash(x)
  MMSEQIO_WRITE = 1
  MMSEQ_DEBUG = -1
  MMSEQ_DIFF_CODES = 2
  MMSEQ_DIFF_CODE_IDS = 4
  MMSEQ_DIFF_NUM_CODES = 1
  MMSEQ_DIFF_TYPE = 8
  MMSEQ_ERROR = -4
  MMSEQ_FATAL = -5
  MMSEQ_INFO = -2
  MMSEQ_INVALID_SEQ = -1
  MMSEQ_OK = 0
hash(x)
  MMSEQ_SAME = 0
hash(x)
  MMSEQ_SEQUENCE_TYPE_AA = 1
  MMSEQ_SEQUENCE_TYPE_DNA = 3
hash(x)
  MMSEQ_SEQUENCE_TYPE_LC = 0
hash(x)
  MMSEQ_SEQUENCE_TYPE_RNA = 4
  MMSEQ_SEQUENCE_TYPE_SS = 2
  MMSEQ_SEQUENCE_TYPE_UNKNOWN = -1
  MMSEQ_WARNING = -3
  MMSMILESMAE_ERR = 1
  MMSMILESMAE_MAXATOMS = 200
  MMSMILESMAE_OK = 0
hash(x)
  MMSMILES_ERR = 1
  MMSMILES_OK = 0
hash(x)
  MMSMILES_PRINT_AROMATIC_BOND_COUNT = 7
  MMSMILES_PRINT_FORMAL_CHARGE = 3
hash(x)
  MMSMILES_PRINT_ONLY_NON_ZERO_FORMAL_CHARGE = 4
  MMSMILES_PRINT_TOTAL_CONNECTIONS = 5
  MMSMILES_PRINT_VALENCE_COUNT = 8
  MMSMILES_SET_START_ATOM = 2
  MMSMILES_TYPER_MODE = 9
  MMSMILES_USE_H_ATOM = 0
hash(x)
  MMSMILES_USE_MMPATTY_HALGREN_AROMATICITY = 6
  MMSMILES_USE_STEREO = 1
  MMSPG_DEBUG = -1
  MMSPG_ERROR = -4
  MMSPG_FATAL = -5
  MMSPG_INFO = -2
  MMSPG_OK = 0
hash(x)
  MMSPG_WARNING = -3
  MMSSSR_ERR = -1
  MMSSSR_OK = 0
hash(x)
  MMSS_DEBUG = -1
  MMSS_ERROR = -4
  MMSS_FATAL = -5
  MMSS_INFO = -2
  MMSS_OK = 0
hash(x)
  MMSS_WARNING = -3
  MMSTEREO_ANE = 0
hash(x)
  MMSTEREO_ANM = 3
hash(x)
  MMSTEREO_ANP = 2
  MMSTEREO_ANZ = 1
  MMSTEREO_AN_GEOM_INDEFINITE = 10002
  MMSTEREO_CHIRALITY_ANR = 50
  MMSTEREO_CHIRALITY_ANS = 51
  MMSTEREO_CHIRALITY_R = 1
  MMSTEREO_CHIRALITY_S = 2
  MMSTEREO_E = 11
  MMSTEREO_ERR = -1
  MMSTEREO_EXTRA_BAD_CH_COMBO = -20
  MMSTEREO_FIND_NEW = 2
  MMSTEREO_GEN_ST_METHOD_SYSTEM = 1
  MMSTEREO_GEOM_INDEFINITE = 10001
  MMSTEREO_IGNORE_STEREO = 3
hash(x)
  MMSTEREO_IGNORE_STEREO_PROP = 2
  MMSTEREO_M = 14
  MMSTEREO_NO_CHIRALITY = 0
hash(x)
  MMSTEREO_OK = 0
hash(x)
  MMSTEREO_OPT_POT_N3 = 1
  MMSTEREO_P = 13
  MMSTEREO_RECORD_DEPEND = 4
  MMSTEREO_REP_DOUBLE_ENDS = 7
  MMSTEREO_RESTRICT_EXPANSION = 10
  MMSTEREO_SMILES_COMPATIBLE = 5
  MMSTEREO_SMILES_STRICT = 6
  MMSTEREO_ST_INDEFINITE = 10000
  MMSTEREO_TRACK_TIME = 8
  MMSTEREO_UNDEF = -10000
  MMSTEREO_USE_CURRENT = 1
  MMSTEREO_USE_GEOM_STEREO = 3
hash(x)
  MMSTEREO_VARY_DOUBLE_BONDS = 11
  MMSTEREO_VARY_RING_ANC = 9
  MMSTEREO_Z = 12
  MMSTEREO_no_EZPM = 10
  MMSUBS_ERR = -4
  MMSUBS_OK = 0
hash(x)
  MMSUBS_UNBALANCED_PARENS = -2
  MMSUBS_UNKNOWN_ATYPE = -1
  MMSUBS_UNKNOWN_BTYPE = -3
  MMSUBS_UNKNOWN_CHARGE = -5
  MMSUPER_ATOMS = 0
hash(x)
  MMSUPER_ATOM_LIST_ERROR = 1
  MMSUPER_CT = 2
  MMSUPER_ENTRIES = 3
hash(x)
  MMSUPER_ERROR = 2
  MMSUPER_MOLECULES = 1
  MMSUPER_OK = 0
hash(x)
  MMSUPER_WARNING = 3
hash(x)
  MMSYM_CONNECTIVITY = 2
  MMSYM_DEBUG_COMPARISON_LIST = 0
hash(x)
  MMSYM_DEBUG_REPORT_EQUIVALENCE_CLASS = 1
  MMSYM_DEBUG_REPORT_MAPPING = 5
  MMSYM_DEBUG_REPORT_MAPS = 3
hash(x)
  MMSYM_DEBUG_SUMMARY = 7
  MMSYM_DEBUG_TRACE_EQUIVALENCE_CLASS = 2
  MMSYM_DEBUG_TRACE_MAPPING = 6
  MMSYM_DEBUG_TRACE_MAPS = 4
  MMSYM_EQUIVALENCE_CLASS = 3
hash(x)
  MMSYM_ERROR = 1
  MMSYM_FATAL = 1
  MMSYM_OK = 0
hash(x)
  MMSYM_OPTION_COMPARISON_EC = 5
  MMSYM_OPTION_FROZEN_ATOMS = 0
hash(x)
  MMSYM_OPTION_FULL_EC = 4
  MMSYM_OPTION_FULL_MOLEC_EC = 6
  MMSYM_OPTION_HEAVY_ATOMS_ONLY = 10
  MMSYM_OPTION_MAP_METHOD = 1
  MMSYM_TIME = 8
  MMSYM_USE_HEAVY_ATOMS = -10001
  MMSYM_WARNING = 2
  MMSYS_ERR_MAX = 7
  MMSYS_FAILURE = 127
  MMSYS_INFO_DATE = 4
  MMSYS_INFO_FQDN = 3
hash(x)
  MMSYS_INFO_HOSTNAME = 1
  MMSYS_INFO_IPADDR = 2
  MMSYS_INFO_MACHID = 6
  MMSYS_INFO_NOHWADDR = 5
  MMSYS_SUCCESS = 0
hash(x)
  MMTABLE_ALL_BEHAVIOR = -1
  MMTABLE_ALL_ROWS = -1
  MMTABLE_CHECKING = 2
  MMTABLE_DEBUG = -1
  MMTABLE_END = 0
hash(x)
  MMTABLE_ERROR = -4
  MMTABLE_ERROR_REPORTING = 1
  MMTABLE_FATAL = -5
  MMTABLE_INFO = -2
  MMTABLE_INVALID_TABLE = -1
  MMTABLE_OK = 0
hash(x)
  MMTABLE_WARNING = -3
  MMTAUT_DEFAULT_SOLVENT = 'water'
  MMTAUT_ERR = 2
  MMTAUT_MAX_NUM_TAUTOMERS = 1
  MMTAUT_MIN_TAUTOMER_PROB = 3
hash(x)
  MMTAUT_OK = 0
hash(x)
  MMTAUT_REPORT_MATCHES = 9
  MMTAUT_RETAIN_ORIG = 6
  MMTAUT_RETAIN_ORIG_LAB = 7
  MMTAUT_TARG_NUM_TAUTOMERS = 2
  MMTAUT_UNDEF = -10000
  MMTAUT_VCS_RUN = 4
  MMTAUT_VERBOSE = 5
  MMTAUT_WARNING = 1
  MMTAUT_WATER_MESOMERS = 'water_mesomers'
  MMTAUT_WRITE_PROB = 8
  MMTYPE_ERR = 0
hash(x)
  MMTYPE_OK = 1
  MMTYPE_OPT_UNITED_ATOMS = 1
  MMXDEN_DEBUG = -1
  MMXDEN_ERROR = -4
  MMXDEN_FATAL = -5
  MMXDEN_INFO = -2
  MMXDEN_NO_ATOMS = -6
  MMXDEN_OK = 0
hash(x)
  MMXDEN_OUTSIDE_BOUNDARY = -7
  MMXDEN_SIDEOPTION_BACKBONE = 1
  MMXDEN_SIDEOPTION_SIDECHAIN = 2
  MMXDEN_SIDEOPTION_TOTAL = 0
hash(x)
  MMXDEN_WARNING = -3
  MMZIP_APPEND = 2
  MMZIP_ERROR = -1
  MMZIP_INVALID_ARCHIVE = -1
  MMZIP_NEW_ARCHIVES_REGULAR = 1
  MMZIP_NEW_ARCHIVES_ZIP64 = 0
hash(x)
  MMZIP_OK = 0
hash(x)
  MMZIP_READ = 0
hash(x)
  MMZIP_VERBOSE = 2
  MMZIP_WRITE = 1
  MM_ACTIVE = 1
  MM_ANGLE_DEG = 0
hash(x)
  MM_ANGLE_RAD = 1
  MM_FIRST = 0
hash(x)
  MM_NEXT = 2
  MM_ORIGINAL_ATOM_NUMBER = 'i_m_original_atom_number'
  MM_PREFER_CUSTOM_FORCEFIELD_PATH_KEY = 'CUSTOM_OPLS_FORCEFIELD...
  MM_PREFER_CUSTOM_OPLS_FORCEFIELD_KEY = 'DEFAULT_OPLS_FORCEFIELD'
  MM_PREFER_DEFAULT_CUSTOM_FORCEFIELD_PATH_KEY = 'DEFAULT_CUSTOM...
  MM_PREFER_DEFAULT_OPLS_FORCEFIELD_KEY = 'DEFAULT_OPLS_FORCEFIELD'
  MM_PREFER_FORCEFIELD_PATH_TYPE_KEY = 'CUSTOM_OPLS_FORCEFIELD_P...
  MM_PREFER_USE_CUSTOM_FORCEFIELD_KEY = 'USE_CUSTOM_OPLS_FORCEFI...
  MMcrystal_SymOp = <wrapped function MMcrystal_SymOp at 0x7f1a2...
  MMjag_orbital = <wrapped function MMjag_orbital at 0x7f1a2acd7...
  MMmdl_SDprop = <wrapped function MMmdl_SDprop at 0x7f1a2ac93050>
  MMmdl_SDprop_swigregister = <wrapped function MMmdl_SDprop_swi...
  MMtable_uitable_def = <wrapped function MMtable_uitable_def at...
  MOPAC_2012 = 109
  MXATCHAR = 8
  MetCoordHexPlan = 5
  MetCoordNone = -1
  MetCoordOcta = 4
  MetCoordSqPlan = 1
  MetCoordTetra = 2
  MetCoordTrigBipyr = 3
hash(x)
  MetCoordTrigPlan = 0
hash(x)
  NCOORDTYPES = 6
  NFLEXRATOMPROPS = 10
  NFLEXRCTPROPS = 2
  NOT_RETAIN_ALL = 1
  NO_HYDROGENS = 1
  NPA = 1000
  NULL = 0
hash(x)
  PATH_MAX = 1024
  PHASE = 10
  PHASE_CORE_HOPPING = 79
  PHASE_DBCREATE = 57
  PHASE_DBSEARCH = 58
  PHASE_ELEMENTS = 86
  PHASE_FEATURE = 54
  PHASE_FQSAR = 81
  PHASE_PARTITION = 55
  PHASE_QSAR = 59
  PHASE_SCORING = 56
  PHASE_SELECTIVITY = 60
  PRIMEX_LIGPREP_EPIK = 43
  PRIMEX_MAIN = 42
  PSP = 11
  PSP_BB = 35
  PSP_FR = 34
  PSP_PLOP = 37
  PSP_PLOP_MEMBRANE = 39
  PSP_RB = 36
  PSP_SKA = 38
  PSP_SSP = 32
  PSP_STA = 33
  PSP_STA_GPCR = 40
  PYMOL = 12
  QIKPROP = 13
  QIKPROP_MAIN = 29
  RADIAN_CONVERSION_FACTOR = 57.2957795131
  RECAP_ERR = 1
  RECAP_OK = 0
hash(x)
  RETAIN_ALL = 2
  SCHRODINGER_NO_LICENSE = 3
hash(x)
  SCRIPTS = 14
  SDPROP_BOOL = 0
hash(x)
  SDPROP_INTEGER = 1
  SDPROP_REAL = 2
  SDPROP_STRING = 3
hash(x)
  SHAPE_SCREEN = 108
  SHARED = 15
  SITEMAP_MAIN = 66
  STRIKE_MAIN = 61
  TRUE = 1
  VERSION = 1.0
  WATERMAP = 16
  WSCORE_ALR2_REWARD = 'i_ws_alr2_reward'
  WSCORE_CLBR = 'r_ws_ClBr'
  WSCORE_COREREORG = 'r_ws_corereorg'
  WSCORE_COUL_PEN = 'r_ws_coul-pen'
  WSCORE_DOCKINGSCORE = 'r_i_docking_score'
  WSCORE_ECOUL = 'r_ws_ecoul'
  WSCORE_EINT = 'r_ws_Eint'
  WSCORE_EINTERNAL = 'r_ws_einternal'
  WSCORE_ELECTRO = 'r_ws_Electro'
  WSCORE_EMODEL = 'r_ws_emodel'
  WSCORE_ENERGY = 'r_ws_energy'
  WSCORE_EVDW = 'r_ws_evdw'
  WSCORE_EXPOSPENAL = 'r_ws_ExposPenal'
  WSCORE_FORMALCHARGE = 'r_ws_formalcharge'
  WSCORE_GLOOSE = 'r_ws_gloose'
  WSCORE_HBCOR = 'r_ws_Hbcor'
  WSCORE_HBN = 'r_ws_hbn'
  WSCORE_HBOND = 'r_ws_HBond'
  WSCORE_HBPENAL = 'r_ws_HBPenal'
  WSCORE_HCLASH = 'r_ws_hclash'
  WSCORE_HEX_N = 'r_ws_Hex_n'
  WSCORE_HEX_OH = 'r_ws_Hex_oh'
  WSCORE_H_N = 'r_ws_H_n'
  WSCORE_H_OH = 'r_ws_H_oh'
  WSCORE_IPENBLK = 'i_ws_ipenblk'
  WSCORE_ISBLOCK = 'i_ws_isblock'
  WSCORE_LEFF = 'r_ws_ligand_efficiency'
  WSCORE_LEFF_LN = 'r_ws_ligand_efficiency_ln'
  WSCORE_LEFF_SA = 'r_ws_ligand_efficiency_sa'
  WSCORE_LIPOPHILEVDW = 'r_ws_LipophilicEvdW'
  WSCORE_LOWMW = 'r_ws_LowMW'
  WSCORE_MAIN = 119
  WSCORE_M_REW = 'r_ws_M_rew'
  WSCORE_NBROT = 'i_ws_nbrot'
  WSCORE_NONAROT = 'i_ws_nonarot'
  WSCORE_NSALT = 'i_ws_nsalt'
  WSCORE_PENALTIES = 'r_ws_Penalties'
  WSCORE_PHOBEN = 'r_ws_PhobEn'
  WSCORE_PHOBENHB = 'r_ws_PhobEnHB'
  WSCORE_PHOBENPAIRHB = 'r_ws_PhobEnPairHB'
  WSCORE_PHOBPRN = 'r_ws_phobprn'
  WSCORE_PICAT = 'r_ws_PiCat'
  WSCORE_PISTACK = 'r_ws_PiStack'
  WSCORE_POSERANK = 'i_ws_PoseRank'
  WSCORE_PPEN = 'r_ws_PPen'
  WSCORE_PREP = 'r_ws_Prep'
  WSCORE_REORG = 'r_ws_Reorg'
  WSCORE_RMSCOMP = 'r_ws_rmscomp'
  WSCORE_ROTEXPEN = 'r_ws_rotexpen'
  WSCORE_ROTPENAL = 'r_ws_RotPenal'
  WSCORE_RPEN = 'r_ws_rpen'
  WSCORE_RPSCORE = 'r_ws_Rpscore'
  WSCORE_SITEMAP = 'r_ws_Sitemap'
  WSCORE_SPECWPEN = 'i_ws_specwpen'
  WSCORE_SUBRING = 'i_ws_subring'
  WSCORE_VWPEN = 'r_ws_vwpen'
  WSCORE_WATERSCORE = 'r_ws_waterscore'
  WSCORE_WCP = 'r_ws_WCP'
  WSCORE_WLIG = 'r_ws_wlig'
  WSCORE_WMSCORET = 'r_ws_wmscoret'
  WSCORE_WSCORE = 'r_ws_wscore'
  WSCORE_WSCORE_RAW = 'r_ws_wscore_raw'
  WSCORE_ZLIP = 'r_ws_zlip'
  WSCORE_ZNEU2 = 'r_ws_zneu2'
  WSCORE_ZWPEN = 'r_ws_zwpen'
  __package__ = 'schrodinger.infra'
  canon_from_ct = <wrapped function canon_from_ct at 0x7f1a2ad0d...
  cerr = <pymmlibs.ostream; proxy of <Swig Object of type 'std::...
  cout = <pymmlibs.ostream; proxy of <Swig Object of type 'std::...
  cvar = <Swig global variables>
  debug_iter_trace_prop = 's_epik_iter_trace'
  ligprep3_initialize = <wrapped function ligprep3_initialize at...
  ligprep3_terminate = <wrapped function ligprep3_terminate at 0...
  m2io_adopt_fd = <wrapped function m2io_adopt_fd at 0x7f1a2ac46...
  m2io_clone_additional_data_handle = <wrapped function m2io_clo...
  m2io_clone_unrequested_handle = <wrapped function m2io_clone_u...
  m2io_close_block = <wrapped function m2io_close_block at 0x7f1...
  m2io_close_file = <wrapped function m2io_close_file at 0x7f1a2...
  m2io_delete_additional_data_handle = <wrapped function m2io_de...
  m2io_delete_named_block = <wrapped function m2io_delete_named_...
  m2io_delete_named_data = <wrapped function m2io_delete_named_d...
  m2io_delete_unrequested_handle = <wrapped function m2io_delete...
  m2io_disable = <wrapped function m2io_disable at 0x7f1a2ad1c320>
  m2io_enable = <wrapped function m2io_enable at 0x7f1a2acd2ef0>
  m2io_errhandler = <wrapped function m2io_errhandler at 0x7f1a2...
  m2io_flush_file = <wrapped function m2io_flush_file at 0x7f1a2...
  m2io_free = <wrapped function m2io_free at 0x7f1a2ac3b170>
  m2io_free_list = <wrapped function m2io_free_list at 0x7f1a2ad...
  m2io_get = <wrapped function m2io_get at 0x7f1a2ad0db48>
  m2io_get_block_names = <wrapped function m2io_get_block_names ...
  m2io_get_boolean = <wrapped function m2io_get_boolean at 0x7f1...
  m2io_get_boolean_indexed = <wrapped function m2io_get_boolean_...
  m2io_get_current_block_name = <wrapped function m2io_get_curre...
  m2io_get_data_names = <wrapped function m2io_get_data_names at...
  m2io_get_display_precision = <wrapped function m2io_get_displa...
  m2io_get_errhandler = <wrapped function m2io_get_errhandler at...
  m2io_get_file_format_string = <wrapped function m2io_get_file_...
  m2io_get_file_pos = <wrapped function m2io_get_file_pos at 0x7...
  m2io_get_file_type = <wrapped function m2io_get_file_type at 0...
  m2io_get_index_dimension = <wrapped function m2io_get_index_di...
  m2io_get_indexed = <wrapped function m2io_get_indexed at 0x7f1...
  m2io_get_int = <wrapped function m2io_get_int at 0x7f1a2ab9a8c0>
  m2io_get_int_indexed = <wrapped function m2io_get_int_indexed ...
  m2io_get_number_blocks = <wrapped function m2io_get_number_blo...
  m2io_get_real = <wrapped function m2io_get_real at 0x7f1a2ac6c...
  m2io_get_real_indexed = <wrapped function m2io_get_real_indexe...
  m2io_get_string = <wrapped function m2io_get_string at 0x7f1a2...
  m2io_get_string_indexed = <wrapped function m2io_get_string_in...
  m2io_get_type_by_name = <wrapped function m2io_get_type_by_nam...
  m2io_get_units = <wrapped function m2io_get_units at 0x7f1a2ad...
  m2io_get_write_buffer = <wrapped function m2io_get_write_buffe...
  m2io_goto_block = <wrapped function m2io_goto_block at 0x7f1a2...
  m2io_goto_block_as_text = <wrapped function m2io_goto_block_as...
  m2io_goto_next_block = <wrapped function m2io_goto_next_block ...
  m2io_goto_next_block_as_text = <wrapped function m2io_goto_nex...
  m2io_initialize = <wrapped function m2io_initialize at 0x7f1a2...
  m2io_inquire_block_name = <wrapped function m2io_inquire_block...
  m2io_inquire_data_name = <wrapped function m2io_inquire_data_n...
  m2io_inquire_data_names = <wrapped function m2io_inquire_data_...
  m2io_integer_format = <wrapped function m2io_integer_format at...
  m2io_is_dataname_valid = <wrapped function m2io_is_dataname_va...
  m2io_is_enabled = <wrapped function m2io_is_enabled at 0x7f1a2...
  m2io_leave_block = <wrapped function m2io_leave_block at 0x7f1...
  m2io_merge_handles = <wrapped function m2io_merge_handles at 0...
  m2io_new_unrequested_handle = <wrapped function m2io_new_unreq...
  m2io_open_block = <wrapped function m2io_open_block at 0x7f1a2...
  m2io_open_file = <wrapped function m2io_open_file at 0x7f1a2ac...
  m2io_open_read_from_buffer = <wrapped function m2io_open_read_...
  m2io_open_read_from_memory = <wrapped function m2io_open_read_...
  m2io_put = <wrapped function m2io_put at 0x7f1a2acbe3f8>
  m2io_put_boolean = <wrapped function m2io_put_boolean at 0x7f1...
  m2io_put_boolean_indexed = <wrapped function m2io_put_boolean_...
  m2io_put_indexed = <wrapped function m2io_put_indexed at 0x7f1...
  m2io_put_int = <wrapped function m2io_put_int at 0x7f1a2ac73680>
  m2io_put_int_indexed = <wrapped function m2io_put_int_indexed ...
  m2io_put_real = <wrapped function m2io_put_real at 0x7f1a2ac87...
  m2io_put_real_indexed = <wrapped function m2io_put_real_indexe...
  m2io_put_string = <wrapped function m2io_put_string at 0x7f1a2...
  m2io_put_string_indexed = <wrapped function m2io_put_string_in...
  m2io_put_text_block = <wrapped function m2io_put_text_block at...
  m2io_real_format = <wrapped function m2io_real_format at 0x7f1...
  m2io_reopen_block = <wrapped function m2io_reopen_block at 0x7...
  m2io_set_block_names_requested = <wrapped function m2io_set_bl...
  m2io_set_cipher = <wrapped function m2io_set_cipher at 0x7f1a2...
  m2io_set_data_comment = <wrapped function m2io_set_data_commen...
  m2io_set_data_names_requested = <wrapped function m2io_set_dat...
  m2io_set_file_pos = <wrapped function m2io_set_file_pos at 0x7...
  m2io_set_format = <wrapped function m2io_set_format at 0x7f1a2...
  m2io_set_header_comment = <wrapped function m2io_set_header_co...
  m2io_set_index_dimension = <wrapped function m2io_set_index_di...
  m2io_set_initialize_missing_names = <wrapped function m2io_set...
  m2io_set_no_value = <wrapped function m2io_set_no_value at 0x7...
  m2io_string_format = <wrapped function m2io_string_format at 0...
  m2io_strip_whitespace_from_text_block = <wrapped function m2io...
  m2io_terminate = <wrapped function m2io_terminate at 0x7f1a2ad...
  m2io_unrequested_block_names = <wrapped function m2io_unreques...
  m2io_unrequested_data_names = <wrapped function m2io_unrequest...
  mmalign_add_aligned_sequence = <wrapped function mmalign_add_a...
  mmalign_add_boolean_data = <wrapped function mmalign_add_boole...
  mmalign_add_integer_data = <wrapped function mmalign_add_integ...
  mmalign_add_real_data = <wrapped function mmalign_add_real_dat...
  mmalign_add_string_data = <wrapped function mmalign_add_string...
  mmalign_codes_have_identity = <wrapped function mmalign_codes_...
  mmalign_delete = <wrapped function mmalign_delete at 0x7f1a2ac...
  mmalign_delete_aligned_gap = <wrapped function mmalign_delete_...
  mmalign_delete_aligned_gaps = <wrapped function mmalign_delete...
  mmalign_delete_query_gap = <wrapped function mmalign_delete_qu...
  mmalign_delete_query_gaps = <wrapped function mmalign_delete_q...
  mmalign_dp_align_sequences = <wrapped function mmalign_dp_alig...
  mmalign_dp_score_align_sequences = <wrapped function mmalign_d...
  mmalign_duplicate = <wrapped function mmalign_duplicate at 0x7...
  mmalign_errhandler = <wrapped function mmalign_errhandler at 0...
  mmalign_get_additional_handle = <wrapped function mmalign_get_...
  mmalign_get_score = <wrapped function mmalign_get_score at 0x7...
  mmalign_get_unrequested_handle = <wrapped function mmalign_get...
  mmalign_initialize = <wrapped function mmalign_initialize at 0...
  mmalign_insert_aligned_gap = <wrapped function mmalign_insert_...
  mmalign_insert_aligned_gaps = <wrapped function mmalign_insert...
  mmalign_insert_query_gap = <wrapped function mmalign_insert_qu...
  mmalign_insert_query_gaps = <wrapped function mmalign_insert_q...
  mmalign_merge = <wrapped function mmalign_merge at 0x7f1a2aba4...
  mmalign_new = <wrapped function mmalign_new at 0x7f1a2acdc248>
  mmalign_open_additional_data = <wrapped function mmalign_open_...
  mmalign_remove_gaps = <wrapped function mmalign_remove_gaps at...
  mmalign_set_end_position = <wrapped function mmalign_set_end_p...
  mmalign_set_evalue = <wrapped function mmalign_set_evalue at 0...
  mmalign_set_gaps_from_sequence = <wrapped function mmalign_set...
  mmalign_set_num_aligned_sequences = <wrapped function mmalign_...
  mmalign_set_percent_gaps = <wrapped function mmalign_set_perce...
  mmalign_set_percent_identity = <wrapped function mmalign_set_p...
  mmalign_set_percent_positive = <wrapped function mmalign_set_p...
  mmalign_set_query_sequence = <wrapped function mmalign_set_que...
  mmalign_set_score = <wrapped function mmalign_set_score at 0x7...
  mmalign_set_start_position = <wrapped function mmalign_set_sta...
  mmalign_set_unrequested_handle = <wrapped function mmalign_set...
  mmalign_terminate = <wrapped function mmalign_terminate at 0x7...
  mmalign_update_percentages = <wrapped function mmalign_update_...
  mmalign_validate = <wrapped function mmalign_validate at 0x7f1...
  mmasl_errhandler = <wrapped function mmasl_errhandler at 0x7f1...
  mmasl_generate_asl = <wrapped function mmasl_generate_asl at 0...
  mmasl_get_ligand_def = <wrapped function mmasl_get_ligand_def ...
  mmasl_initialize = <wrapped function mmasl_initialize at 0x7f1...
  mmasl_is_dynamic_expression = <wrapped function mmasl_is_dynam...
  mmasl_is_entry_expression = <wrapped function mmasl_is_entry_e...
  mmasl_parse_input = <wrapped function mmasl_parse_input at 0x7...
  mmasl_parse_input_with_callbacks = <wrapped function mmasl_par...
  mmasl_terminate = <wrapped function mmasl_terminate at 0x7f1a2...
  mmbs_all = <wrapped function mmbs_all at 0x7f1a2acaf5f0>
  mmbs_and = <wrapped function mmbs_and at 0x7f1a2acb5cb0>
  mmbs_and_not = <wrapped function mmbs_and_not at 0x7f1a2ac404d0>
  mmbs_any = <wrapped function mmbs_any at 0x7f1a2acb5b48>
  mmbs_clear = <wrapped function mmbs_clear at 0x7f1a2ac57248>
  mmbs_copy = <wrapped function mmbs_copy at 0x7f1a2ac81dd0>
  mmbs_delete = <wrapped function mmbs_delete at 0x7f1a2ac87248>
  mmbs_duplicate = <wrapped function mmbs_duplicate at 0x7f1a2ac...
  mmbs_errhandler = <wrapped function mmbs_errhandler at 0x7f1a2...
  mmbs_fill = <wrapped function mmbs_fill at 0x7f1a2ac5d098>
  mmbs_get_count = <wrapped function mmbs_get_count at 0x7f1a2ac...
  mmbs_get_size = <wrapped function mmbs_get_size at 0x7f1a2ad12...
  mmbs_info = <wrapped function mmbs_info at 0x7f1a2ad0d908>
  mmbs_initialize = <wrapped function mmbs_initialize at 0x7f1a2...
  mmbs_invert = <wrapped function mmbs_invert at 0x7f1a2ad2bf80>
  mmbs_new = <wrapped function mmbs_new at 0x7f1a2ac64b00>
  mmbs_none = <wrapped function mmbs_none at 0x7f1a2ad1c128>
  mmbs_not = <wrapped function mmbs_not at 0x7f1a2acd2128>
  mmbs_off = <wrapped function mmbs_off at 0x7f1a2ad0d710>
  mmbs_on = <wrapped function mmbs_on at 0x7f1a2abb3b90>
  mmbs_or = <wrapped function mmbs_or at 0x7f1a2ac4cd40>
  mmbs_print = <wrapped function mmbs_print at 0x7f1a2ac407e8>
  mmbs_range = <wrapped function mmbs_range at 0x7f1a2ac647a0>
  mmbs_refcount = <wrapped function mmbs_refcount at 0x7f1a2acbe...
  mmbs_report_range_errors = <wrapped function mmbs_report_range...
  mmbs_resize = <wrapped function mmbs_resize at 0x7f1a2acc3cf8>
  mmbs_terminate = <wrapped function mmbs_terminate at 0x7f1a2ac...
  mmbs_xor = <wrapped function mmbs_xor at 0x7f1a2ac51ab8>
  mmbuild_attach = <wrapped function mmbuild_attach at 0x7f1a2ac...
  mmbuild_connect = <wrapped function mmbuild_connect at 0x7f1a2...
  mmbuild_ct_attach = <wrapped function mmbuild_ct_attach at 0x7...
  mmbuild_ct_attach_using_grow_names = <wrapped function mmbuild...
  mmbuild_errhandler = <wrapped function mmbuild_errhandler at 0...
  mmbuild_fuse = <wrapped function mmbuild_fuse at 0x7f1a2acb9e18>
  mmbuild_get_bad_connect_pair = <wrapped function mmbuild_get_b...
  mmbuild_grow = <wrapped function mmbuild_grow at 0x7f1a2ab95d40>
  mmbuild_grow_mult = <wrapped function mmbuild_grow_mult at 0x7...
  mmbuild_initialize = <wrapped function mmbuild_initialize at 0...
  mmbuild_mutate = <wrapped function mmbuild_mutate at 0x7f1a2ac...
  mmbuild_refcount = <wrapped function mmbuild_refcount at 0x7f1...
  mmbuild_set_central_geometry = <wrapped function mmbuild_set_c...
  mmbuild_terminate = <wrapped function mmbuild_terminate at 0x7...
  mmcanon_get_error_handler = <wrapped function mmcanon_get_erro...
  mmcanon_initialize = <wrapped function mmcanon_initialize at 0...
  mmcanon_terminate = <wrapped function mmcanon_terminate at 0x7...
  mmcell_cell_get = <wrapped function mmcell_cell_get at 0x7f1a2...
  mmcell_cell_total_get = <wrapped function mmcell_cell_total_ge...
  mmcell_cleanup = <wrapped function mmcell_cleanup at 0x7f1a2ab...
  mmcell_delete = <wrapped function mmcell_delete at 0x7f1a2ac46...
  mmcell_initialize = <wrapped function mmcell_initialize at 0x7...
  mmcell_new_cell_default = <wrapped function mmcell_new_cell_de...
  mmcell_terminate = <wrapped function mmcell_terminate at 0x7f1...
  mmcolor_delete = <wrapped function mmcolor_delete at 0x7f1a2ad...
  mmcolor_get_name = <wrapped function mmcolor_get_name at 0x7f1...
  mmcolor_get_rgb = <wrapped function mmcolor_get_rgb at 0x7f1a2...
  mmcolor_get_size = <wrapped function mmcolor_get_size at 0x7f1...
  mmcolor_get_slot_from_name = <wrapped function mmcolor_get_slo...
  mmcolor_in_use = <wrapped function mmcolor_in_use at 0x7f1a2ab...
  mmcolor_index_to_name = <wrapped function mmcolor_index_to_nam...
  mmcolor_index_to_vector = <wrapped function mmcolor_index_to_v...
  mmcolor_initialize = <wrapped function mmcolor_initialize at 0...
  mmcolor_name_to_index = <wrapped function mmcolor_name_to_inde...
  mmcolor_name_to_vector = <wrapped function mmcolor_name_to_vec...
  mmcolor_new = <wrapped function mmcolor_new at 0x7f1a2ac9ee60>
  mmcolor_refcount = <wrapped function mmcolor_refcount at 0x7f1...
  mmcolor_set_rgb = <wrapped function mmcolor_set_rgb at 0x7f1a2...
  mmcolor_string_to_vector = <wrapped function mmcolor_string_to...
  mmcolor_terminate = <wrapped function mmcolor_terminate at 0x7...
  mmcolor_write_file = <wrapped function mmcolor_write_file at 0...
  mmcomb_count = <wrapped function mmcomb_count at 0x7f1a2aba9b48>
  mmcomb_ct_by_index = <wrapped function mmcomb_ct_by_index at 0...
  mmcomb_ct_by_vector = <wrapped function mmcomb_ct_by_vector at...
  mmcomb_ct_first = <wrapped function mmcomb_ct_first at 0x7f1a2...
  mmcomb_ct_next = <wrapped function mmcomb_ct_next at 0x7f1a2ac...
  mmcomb_current_index = <wrapped function mmcomb_current_index ...
  mmcomb_current_string = <wrapped function mmcomb_current_strin...
  mmcomb_current_vector = <wrapped function mmcomb_current_vecto...
  mmcomb_delete = <wrapped function mmcomb_delete at 0x7f1a2ad26...
  mmcomb_growth_new = <wrapped function mmcomb_growth_new at 0x7...
  mmcomb_index_to_vector = <wrapped function mmcomb_index_to_vec...
  mmcomb_initialize = <wrapped function mmcomb_initialize at 0x7...
  mmcomb_new = <wrapped function mmcomb_new at 0x7f1a2ac7b5a8>
  mmcomb_node_new = <wrapped function mmcomb_node_new at 0x7f1a2...
  mmcomb_status_string = <wrapped function mmcomb_status_string ...
  mmcomb_terminate = <wrapped function mmcomb_terminate at 0x7f1...
  mmcomb_vector_length = <wrapped function mmcomb_vector_length ...
  mmcomb_vector_map_node_to_slot = <wrapped function mmcomb_vect...
  mmcomb_vector_map_slot_to_node = <wrapped function mmcomb_vect...
  mmcomb_vector_to_index = <wrapped function mmcomb_vector_to_in...
  mmcommon_check_installation = <wrapped function mmcommon_check...
  mmcommon_display_fep_academic = <wrapped function mmcommon_dis...
  mmcommon_display_fep_commercial = <wrapped function mmcommon_d...
  mmcommon_get_default_ffld_version = <wrapped function mmcommon...
  mmcommon_get_ffld_name = <wrapped function mmcommon_get_ffld_n...
  mmcommon_get_forcefield = <wrapped function mmcommon_get_force...
  mmcommon_get_forcefield_path = <wrapped function mmcommon_get_...
  mmcommon_get_forcefield_path_default = <wrapped function mmcom...
  mmcommon_get_int_ffld_version = <wrapped function mmcommon_get...
  mmcommon_get_valid_forcefields = <wrapped function mmcommon_ge...
  mmcommon_get_valid_forcefields_intstring = <wrapped function m...
  mmcommon_get_valid_forcefields_names = <wrapped function mmcom...
  mmcommon_get_valid_forcefields_namestring = <wrapped function ...
  mmcommon_license_checkout = <wrapped function mmcommon_license...
  mmcommon_prepare_str_for_shell = <wrapped function mmcommon_pr...
  mmcommon_preserve_globs = <wrapped function mmcommon_preserve_...
  mmcommon_regularize_ffld_name = <wrapped function mmcommon_reg...
  mmcommon_set_forcefield = <wrapped function mmcommon_set_force...
  mmcommon_set_forcefield_path = <wrapped function mmcommon_set_...
  mmconf_delete = <wrapped function mmconf_delete at 0x7f1a2ac9e...
  mmconf_enable_method = <wrapped function mmconf_enable_method ...
  mmconf_initialize_lic = <wrapped function mmconf_initialize_li...
  mmconf_new = <wrapped function mmconf_new at 0x7f1a2ac7be60>
  mmconf_rc_get_template_locations = <wrapped function mmconf_rc...
  mmconf_rc_give_conf = <wrapped function mmconf_rc_give_conf at...
  mmconf_rc_is_flexible = <wrapped function mmconf_rc_is_flexibl...
  mmconf_set_option = <wrapped function mmconf_set_option at 0x7...
  mmconf_set_option_for_handle = <wrapped function mmconf_set_op...
  mmconf_terminate = <wrapped function mmconf_terminate at 0x7f1...
  mmcrystal_delete = <wrapped function mmcrystal_delete at 0x7f1...
  mmcrystal_errhandler = <wrapped function mmcrystal_errhandler ...
  mmcrystal_generate_cell_ct = <wrapped function mmcrystal_gener...
  mmcrystal_generate_mates = <wrapped function mmcrystal_generat...
  mmcrystal_generate_unique_cell_ct = <wrapped function mmcrysta...
  mmcrystal_initialize = <wrapped function mmcrystal_initialize ...
  mmcrystal_new = <wrapped function mmcrystal_new at 0x7f1a2acaf...
  mmcrystal_refcount = <wrapped function mmcrystal_refcount at 0...
  mmcrystal_set_group_radius = <wrapped function mmcrystal_set_g...
  mmcrystal_set_symmetry = <wrapped function mmcrystal_set_symme...
  mmcrystal_terminate = <wrapped function mmcrystal_terminate at...
  mmct_applyRotation = <wrapped function mmct_applyRotation at 0...
  mmct_atom_cis_trans_peptide = <wrapped function mmct_atom_cis_...
  mmct_atom_clear_display_radius = <wrapped function mmct_atom_c...
  mmct_atom_copy_properties = <wrapped function mmct_atom_copy_p...
  mmct_atom_delete_bond = <wrapped function mmct_atom_delete_bon...
  mmct_atom_get_alt_xyz = <wrapped function mmct_atom_get_alt_xy...
  mmct_atom_get_atom_entry_index = <wrapped function mmct_atom_g...
  mmct_atom_get_atom_entry_name = <wrapped function mmct_atom_ge...
  mmct_atom_get_atom_name = <wrapped function mmct_atom_get_atom...
  mmct_atom_get_atom_number_by_name = <wrapped function mmct_ato...
  mmct_atom_get_atomic_number = <wrapped function mmct_atom_get_...
  mmct_atom_get_atomic_weight = <wrapped function mmct_atom_get_...
  mmct_atom_get_attached_hydrogens = <wrapped function mmct_atom...
  mmct_atom_get_bond_angle_pbc_s = <wrapped function mmct_atom_g...
  mmct_atom_get_bond_angle_s = <wrapped function mmct_atom_get_b...
  mmct_atom_get_bond_array_size = <wrapped function mmct_atom_ge...
  mmct_atom_get_bond_atom = <wrapped function mmct_atom_get_bond...
  mmct_atom_get_bond_order = <wrapped function mmct_atom_get_bon...
  mmct_atom_get_bond_total = <wrapped function mmct_atom_get_bon...
  mmct_atom_get_chain = <wrapped function mmct_atom_get_chain at...
  mmct_atom_get_chain_atoms = <wrapped function mmct_atom_get_ch...
  mmct_atom_get_coarse_grain_mass = <wrapped function mmct_atom_...
  mmct_atom_get_color_vector = <wrapped function mmct_atom_get_c...
  mmct_atom_get_dihedral_angle_jaguar = <wrapped function mmct_a...
  mmct_atom_get_dihedral_angle_pbc_s = <wrapped function mmct_at...
  mmct_atom_get_dihedral_angle_s = <wrapped function mmct_atom_g...
  mmct_atom_get_display_radius = <wrapped function mmct_atom_get...
  mmct_atom_get_distance_pbc_s = <wrapped function mmct_atom_get...
  mmct_atom_get_distance_s = <wrapped function mmct_atom_get_dis...
  mmct_atom_get_entry_atoms = <wrapped function mmct_atom_get_en...
  mmct_atom_get_growname = <wrapped function mmct_atom_get_grown...
  mmct_atom_get_isotope = <wrapped function mmct_atom_get_isotop...
  mmct_atom_get_jcoupling = <wrapped function mmct_atom_get_jcou...
  mmct_atom_get_mol_atoms = <wrapped function mmct_atom_get_mol_...
  mmct_atom_get_moving = <wrapped function mmct_atom_get_moving ...
  mmct_atom_get_pdbname = <wrapped function mmct_atom_get_pdbnam...
  mmct_atom_get_pdbres = <wrapped function mmct_atom_get_pdbres ...
  mmct_atom_get_peptide_plane_atoms = <wrapped function mmct_ato...
  mmct_atom_get_property_names = <wrapped function mmct_atom_get...
  mmct_atom_get_res = <wrapped function mmct_atom_get_res at 0x7...
  mmct_atom_get_res_atoms = <wrapped function mmct_atom_get_res_...
  mmct_atom_get_resnum = <wrapped function mmct_atom_get_resnum ...
  mmct_atom_get_type = <wrapped function mmct_atom_get_type at 0...
  mmct_atom_get_xyz = <wrapped function mmct_atom_get_xyz at 0x7...
  mmct_atom_in_range = <wrapped function mmct_atom_in_range at 0...
  mmct_atom_is_coarse_grain_particle = <wrapped function mmct_at...
  mmct_atom_is_standard_residue = <wrapped function mmct_atom_is...
  mmct_atom_new_bond = <wrapped function mmct_atom_new_bond at 0...
  mmct_atom_property_delete = <wrapped function mmct_atom_proper...
  mmct_atom_property_get = <wrapped function mmct_atom_property_...
  mmct_atom_property_get_bool = <wrapped function mmct_atom_prop...
  mmct_atom_property_get_int = <wrapped function mmct_atom_prope...
  mmct_atom_property_get_real = <wrapped function mmct_atom_prop...
  mmct_atom_property_get_string = <wrapped function mmct_atom_pr...
  mmct_atom_property_remove = <wrapped function mmct_atom_proper...
  mmct_atom_property_set = <wrapped function mmct_atom_property_...
  mmct_atom_property_set_bool = <wrapped function mmct_atom_prop...
  mmct_atom_property_set_int = <wrapped function mmct_atom_prope...
  mmct_atom_property_set_real = <wrapped function mmct_atom_prop...
  mmct_atom_property_set_string = <wrapped function mmct_atom_pr...
  mmct_atom_rotate_peptide_plane = <wrapped function mmct_atom_r...
  mmct_atom_set_alt_xyz = <wrapped function mmct_atom_set_alt_xy...
  mmct_atom_set_atom_name = <wrapped function mmct_atom_set_atom...
  mmct_atom_set_atomic_number = <wrapped function mmct_atom_set_...
  mmct_atom_set_bit = <wrapped function mmct_atom_set_bit at 0x7...
  mmct_atom_set_bond = <wrapped function mmct_atom_set_bond at 0...
  mmct_atom_set_bond_angle = <wrapped function mmct_atom_set_bon...
  mmct_atom_set_bond_angle2 = <wrapped function mmct_atom_set_bo...
  mmct_atom_set_bond_angle_jaguar = <wrapped function mmct_atom_...
  mmct_atom_set_bond_order = <wrapped function mmct_atom_set_bon...
  mmct_atom_set_chain = <wrapped function mmct_atom_set_chain at...
  mmct_atom_set_charge1 = <wrapped function mmct_atom_set_charge...
  mmct_atom_set_charge2 = <wrapped function mmct_atom_set_charge...
  mmct_atom_set_chargef = <wrapped function mmct_atom_set_charge...
  mmct_atom_set_coarse_grain_mass = <wrapped function mmct_atom_...
  mmct_atom_set_coarse_grain_particle = <wrapped function mmct_a...
  mmct_atom_set_color = <wrapped function mmct_atom_set_color at...
  mmct_atom_set_color_vector = <wrapped function mmct_atom_set_c...
  mmct_atom_set_dihedral_angle = <wrapped function mmct_atom_set...
  mmct_atom_set_dihedral_angle_fast = <wrapped function mmct_ato...
  mmct_atom_set_display_radius = <wrapped function mmct_atom_set...
  mmct_atom_set_distance = <wrapped function mmct_atom_set_dista...
  mmct_atom_set_growname = <wrapped function mmct_atom_set_grown...
  mmct_atom_set_isotope = <wrapped function mmct_atom_set_isotop...
  mmct_atom_set_pdbname = <wrapped function mmct_atom_set_pdbnam...
  mmct_atom_set_pdbres = <wrapped function mmct_atom_set_pdbres ...
  mmct_atom_set_res = <wrapped function mmct_atom_set_res at 0x7...
  mmct_atom_set_resnum = <wrapped function mmct_atom_set_resnum ...
  mmct_atom_set_secondary_struct = <wrapped function mmct_atom_s...
  mmct_atom_set_type = <wrapped function mmct_atom_set_type at 0...
  mmct_atom_set_x = <wrapped function mmct_atom_set_x at 0x7f1a2...
  mmct_atom_set_xyz = <wrapped function mmct_atom_set_xyz at 0x7...
  mmct_atom_set_y = <wrapped function mmct_atom_set_y at 0x7f1a2...
  mmct_atom_set_z = <wrapped function mmct_atom_set_z at 0x7f1a2...
  mmct_atom_unset_bit = <wrapped function mmct_atom_unset_bit at...
  mmct_bond_crosses_pbc = <wrapped function mmct_bond_crosses_pb...
  mmct_bond_get_property_names = <wrapped function mmct_bond_get...
  mmct_bond_get_type = <wrapped function mmct_bond_get_type at 0...
  mmct_bond_property_delete = <wrapped function mmct_bond_proper...
  mmct_bond_property_get = <wrapped function mmct_bond_property_...
  mmct_bond_property_get_bool = <wrapped function mmct_bond_prop...
  mmct_bond_property_get_int = <wrapped function mmct_bond_prope...
  mmct_bond_property_get_real = <wrapped function mmct_bond_prop...
  mmct_bond_property_get_string = <wrapped function mmct_bond_pr...
  mmct_bond_property_set = <wrapped function mmct_bond_property_...
  mmct_bond_property_set_bool = <wrapped function mmct_bond_prop...
  mmct_bond_property_set_int = <wrapped function mmct_bond_prope...
  mmct_bond_property_set_real = <wrapped function mmct_bond_prop...
  mmct_bond_property_set_string = <wrapped function mmct_bond_pr...
  mmct_bond_set_type = <wrapped function mmct_bond_set_type at 0...
  mmct_cleanup = <wrapped function mmct_cleanup at 0x7f1a2ac81950>
  mmct_create_distance_cell = <wrapped function mmct_create_dist...
  mmct_create_distance_cell_xyz = <wrapped function mmct_create_...
  mmct_create_distance_cell_xyz2 = <wrapped function mmct_create...
  mmct_ct_add_boolean_data = <wrapped function mmct_ct_add_boole...
  mmct_ct_add_integer_data = <wrapped function mmct_ct_add_integ...
  mmct_ct_add_property_dependency = <wrapped function mmct_ct_ad...
  mmct_ct_add_real_data = <wrapped function mmct_ct_add_real_dat...
  mmct_ct_add_string_data = <wrapped function mmct_ct_add_string...
  mmct_ct_append = <wrapped function mmct_ct_append at 0x7f1a2ab...
  mmct_ct_atom_name_canonical = <wrapped function mmct_ct_atom_n...
  mmct_ct_atom_name_jaguar_unique = <wrapped function mmct_ct_at...
  mmct_ct_atom_name_unique = <wrapped function mmct_ct_atom_name...
  mmct_ct_begin_atom_renumbering = <wrapped function mmct_ct_beg...
  mmct_ct_clear_additional_data = <wrapped function mmct_ct_clea...
  mmct_ct_clear_data_handles = <wrapped function mmct_ct_clear_d...
  mmct_ct_clear_dependent_properties = <wrapped function mmct_ct...
  mmct_ct_clear_property_dependencies = <wrapped function mmct_c...
  mmct_ct_clear_stereo = <wrapped function mmct_ct_clear_stereo ...
  mmct_ct_clone_property_dependencies = <wrapped function mmct_c...
  mmct_ct_compare = <wrapped function mmct_ct_compare at 0x7f1a2...
  mmct_ct_compare_connect = <wrapped function mmct_ct_compare_co...
  mmct_ct_compare_connect_unordered_bonds = <wrapped function mm...
  mmct_ct_copy = <wrapped function mmct_ct_copy at 0x7f1a2ad0d128>
  mmct_ct_copy_structure = <wrapped function mmct_ct_copy_struct...
  mmct_ct_delete = <wrapped function mmct_ct_delete at 0x7f1a2ac...
  mmct_ct_delete_atom = <wrapped function mmct_ct_delete_atom at...
  mmct_ct_delete_pbc = <wrapped function mmct_ct_delete_pbc at 0...
  mmct_ct_duplicate = <wrapped function mmct_ct_duplicate at 0x7...
  mmct_ct_end_atom_renumbering = <wrapped function mmct_ct_end_a...
  mmct_ct_extract_atoms = <wrapped function mmct_ct_extract_atom...
  mmct_ct_extract_entry = <wrapped function mmct_ct_extract_entr...
  mmct_ct_from_compressed_string = <wrapped function mmct_ct_fro...
  mmct_ct_from_string = <wrapped function mmct_ct_from_string at...
  mmct_ct_get_all_xyz = <wrapped function mmct_ct_get_all_xyz at...
  mmct_ct_get_atom_property_names = <wrapped function mmct_ct_ge...
  mmct_ct_get_atom_renumbering = <wrapped function mmct_ct_get_a...
  mmct_ct_get_atom_total = <wrapped function mmct_ct_get_atom_to...
  mmct_ct_get_enhanced_stereo_status = <wrapped function mmct_ct...
  mmct_ct_get_entry_atoms = <wrapped function mmct_ct_get_entry_...
  mmct_ct_get_entry_name = <wrapped function mmct_ct_get_entry_n...
  mmct_ct_get_entry_total = <wrapped function mmct_ct_get_entry_...
  mmct_ct_get_first_entry_atom = <wrapped function mmct_ct_get_f...
  mmct_ct_get_included_entry_name = <wrapped function mmct_ct_ge...
  mmct_ct_get_mol_total = <wrapped function mmct_ct_get_mol_tota...
  mmct_ct_get_num_property_dependencies = <wrapped function mmct...
  mmct_ct_get_or_open_additional_data = <wrapped function mmct_c...
  mmct_ct_get_property_names = <wrapped function mmct_ct_get_pro...
  mmct_ct_get_size = <wrapped function mmct_ct_get_size at 0x7f1...
  mmct_ct_get_stereo_status = <wrapped function mmct_ct_get_ster...
  mmct_ct_get_title = <wrapped function mmct_ct_get_title at 0x7...
  mmct_ct_get_total_chain = <wrapped function mmct_ct_get_total_...
  mmct_ct_get_total_formal_charge = <wrapped function mmct_ct_ge...
  mmct_ct_get_total_residue = <wrapped function mmct_ct_get_tota...
  mmct_ct_get_xform_xmax = <wrapped function mmct_ct_get_xform_x...
  mmct_ct_get_xform_xmin = <wrapped function mmct_ct_get_xform_x...
  mmct_ct_get_xform_ymax = <wrapped function mmct_ct_get_xform_y...
  mmct_ct_get_xform_ymin = <wrapped function mmct_ct_get_xform_y...
  mmct_ct_get_xform_zmax = <wrapped function mmct_ct_get_xform_z...
  mmct_ct_get_xform_zmin = <wrapped function mmct_ct_get_xform_z...
  mmct_ct_has_entry_atoms = <wrapped function mmct_ct_has_entry_...
  mmct_ct_has_pbc = <wrapped function mmct_ct_has_pbc at 0x7f1a2...
  mmct_ct_m2io_close_atom_block = <wrapped function mmct_ct_m2io...
  mmct_ct_m2io_close_bond_block = <wrapped function mmct_ct_m2io...
  mmct_ct_m2io_close_ct = <wrapped function mmct_ct_m2io_close_c...
  mmct_ct_m2io_get = <wrapped function mmct_ct_m2io_get at 0x7f1...
  mmct_ct_m2io_get_additional_data_handle = <wrapped function mm...
  mmct_ct_m2io_get_atom = <wrapped function mmct_ct_m2io_get_ato...
  mmct_ct_m2io_get_bonds = <wrapped function mmct_ct_m2io_get_bo...
  mmct_ct_m2io_get_unrequested_handle = <wrapped function mmct_c...
  mmct_ct_m2io_goto_atom_block = <wrapped function mmct_ct_m2io_...
  mmct_ct_m2io_goto_bond_block = <wrapped function mmct_ct_m2io_...
  mmct_ct_m2io_leave_atom_block = <wrapped function mmct_ct_m2io...
  mmct_ct_m2io_leave_bond_block = <wrapped function mmct_ct_m2io...
  mmct_ct_m2io_leave_ct = <wrapped function mmct_ct_m2io_leave_c...
  mmct_ct_m2io_open_atom_block = <wrapped function mmct_ct_m2io_...
  mmct_ct_m2io_open_bond_block = <wrapped function mmct_ct_m2io_...
  mmct_ct_m2io_open_ct = <wrapped function mmct_ct_m2io_open_ct ...
  mmct_ct_m2io_put = <wrapped function mmct_ct_m2io_put at 0x7f1...
  mmct_ct_m2io_put_atom_comp = <wrapped function mmct_ct_m2io_pu...
  mmct_ct_m2io_put_atom_full = <wrapped function mmct_ct_m2io_pu...
  mmct_ct_m2io_put_bonds = <wrapped function mmct_ct_m2io_put_bo...
  mmct_ct_m2io_read_dependencies = <wrapped function mmct_ct_m2i...
  mmct_ct_m2io_set_additional_data_handle = <wrapped function mm...
  mmct_ct_m2io_set_unrequested_handle = <wrapped function mmct_c...
  mmct_ct_m2io_write_dependencies = <wrapped function mmct_ct_m2...
  mmct_ct_mmio_get = <wrapped function mmct_ct_mmio_get at 0x7f1...
  mmct_ct_mmio_put = <wrapped function mmct_ct_mmio_put at 0x7f1...
  mmct_ct_mol_new = <wrapped function mmct_ct_mol_new at 0x7f1a2...
  mmct_ct_new = <wrapped function mmct_ct_new at 0x7f1a2ad304d0>
  mmct_ct_new_atom = <wrapped function mmct_ct_new_atom at 0x7f1...
  mmct_ct_new_atoms = <wrapped function mmct_ct_new_atoms at 0x7...
  mmct_ct_open_additional_data = <wrapped function mmct_ct_open_...
  mmct_ct_property_delete = <wrapped function mmct_ct_property_d...
  mmct_ct_property_get = <wrapped function mmct_ct_property_get ...
  mmct_ct_property_get_bool = <wrapped function mmct_ct_property...
  mmct_ct_property_get_int = <wrapped function mmct_ct_property_...
  mmct_ct_property_get_int_range = <wrapped function mmct_ct_pro...
  mmct_ct_property_get_real = <wrapped function mmct_ct_property...
  mmct_ct_property_get_real_range = <wrapped function mmct_ct_pr...
  mmct_ct_property_get_string = <wrapped function mmct_ct_proper...
  mmct_ct_property_set_bool = <wrapped function mmct_ct_property...
  mmct_ct_property_set_int = <wrapped function mmct_ct_property_...
  mmct_ct_property_set_real = <wrapped function mmct_ct_property...
  mmct_ct_property_set_string = <wrapped function mmct_ct_proper...
  mmct_ct_remove_property_dependency = <wrapped function mmct_ct...
  mmct_ct_reorder = <wrapped function mmct_ct_reorder at 0x7f1a2...
  mmct_ct_reset_atoms = <wrapped function mmct_ct_reset_atoms at...
  mmct_ct_set_all_xyz = <wrapped function mmct_ct_set_all_xyz at...
  mmct_ct_set_default_atomname = <wrapped function mmct_ct_set_d...
  mmct_ct_set_enhanced_stereo_status = <wrapped function mmct_ct...
  mmct_ct_set_entry_name = <wrapped function mmct_ct_set_entry_n...
  mmct_ct_set_entry_name_order = <wrapped function mmct_ct_set_e...
  mmct_ct_set_mol_updated = <wrapped function mmct_ct_set_mol_up...
  mmct_ct_set_stereo_status = <wrapped function mmct_ct_set_ster...
  mmct_ct_set_title = <wrapped function mmct_ct_set_title at 0x7...
  mmct_ct_set_update_atom_callback = <wrapped function mmct_ct_s...
  mmct_ct_set_xyz_range = <wrapped function mmct_ct_set_xyz_rang...
  mmct_ct_to_compressed_string = <wrapped function mmct_ct_to_co...
  mmct_ct_to_string = <wrapped function mmct_ct_to_string at 0x7...
  mmct_ct_transform = <wrapped function mmct_ct_transform at 0x7...
  mmct_ct_translate = <wrapped function mmct_ct_translate at 0x7...
  mmct_ct_update = <wrapped function mmct_ct_update at 0x7f1a2ac...
  mmct_current_errhandler = <wrapped function mmct_current_errha...
  mmct_delete_distance_cell = <wrapped function mmct_delete_dist...
  mmct_disable = <wrapped function mmct_disable at 0x7f1a2ad214d0>
  mmct_enable = <wrapped function mmct_enable at 0x7f1a2ac51998>
  mmct_errhandler = <wrapped function mmct_errhandler at 0x7f1a2...
  mmct_getRotationAxis = <wrapped function mmct_getRotationAxis ...
  mmct_getRotationMatrix = <wrapped function mmct_getRotationMat...
  mmct_get_ct_total = <wrapped function mmct_get_ct_total at 0x7...
  mmct_get_molecular_weight = <wrapped function mmct_get_molecul...
  mmct_get_weight_by_element = <wrapped function mmct_get_weight...
  mmct_hbond_count_inter = <wrapped function mmct_hbond_count_in...
  mmct_hbond_count_intra = <wrapped function mmct_hbond_count_in...
  mmct_hbond_count_user_spec_inter = <wrapped function mmct_hbon...
  mmct_hbond_count_user_spec_intra = <wrapped function mmct_hbon...
  mmct_hbond_get_inter = <wrapped function mmct_hbond_get_inter ...
  mmct_hbond_get_intra = <wrapped function mmct_hbond_get_intra ...
  mmct_hbond_get_participants = <wrapped function mmct_hbond_get...
  mmct_hbond_get_pbc_inter = <wrapped function mmct_hbond_get_pb...
  mmct_hbond_get_user_spec_inter = <wrapped function mmct_hbond_...
  mmct_hbond_get_user_spec_intra = <wrapped function mmct_hbond_...
  mmct_hbond_get_user_spec_pbc_inter = <wrapped function mmct_hb...
  mmct_hbond_is_acceptor = <wrapped function mmct_hbond_is_accep...
  mmct_hbond_is_donor = <wrapped function mmct_hbond_is_donor at...
  mmct_id_map_delete = <wrapped function mmct_id_map_delete at 0...
  mmct_id_map_duplicate = <wrapped function mmct_id_map_duplicat...
  mmct_id_map_m2io_get = <wrapped function mmct_id_map_m2io_get ...
  mmct_id_map_m2io_put = <wrapped function mmct_id_map_m2io_put ...
  mmct_id_map_new = <wrapped function mmct_id_map_new at 0x7f1a2...
  mmct_id_map_set = <wrapped function mmct_id_map_set at 0x7f1a2...
  mmct_initialize = <wrapped function mmct_initialize at 0x7f1a2...
  mmct_is_atom_bonded = <wrapped function mmct_is_atom_bonded at...
  mmct_query_distance_cell = <wrapped function mmct_query_distan...
  mmct_query_distance_cell_closest = <wrapped function mmct_quer...
  mmct_query_distance_cell_count = <wrapped function mmct_query_...
  mmct_query_distance_cell_vector = <wrapped function mmct_query...
  mmct_set_ct_delete_callback = <wrapped function mmct_set_ct_de...
  mmct_set_entry_name_callback = <wrapped function mmct_set_entr...
  mmct_set_entry_removed_callback = <wrapped function mmct_set_e...
  mmct_terminate = <wrapped function mmct_terminate at 0x7f1a2ab...
  mmct_transfer_residue_info = <wrapped function mmct_transfer_r...
  mmct_update = <wrapped function mmct_update at 0x7f1a2acd72d8>
  mmct_update_mol = <wrapped function mmct_update_mol at 0x7f1a2...
  mmctg_atom_get_bond_color = <wrapped function mmctg_atom_get_b...
  mmctg_atom_get_bond_style = <wrapped function mmctg_atom_get_b...
  mmctg_atom_get_bond_thin_tube = <wrapped function mmctg_atom_g...
  mmctg_atom_get_bond_visible = <wrapped function mmctg_atom_get...
  mmctg_atom_get_label_color = <wrapped function mmctg_atom_get_...
  mmctg_atom_get_label_format = <wrapped function mmctg_atom_get...
  mmctg_atom_get_label_user_text = <wrapped function mmctg_atom_...
  mmctg_atom_get_ribbon_color = <wrapped function mmctg_atom_get...
  mmctg_atom_get_ribbon_style = <wrapped function mmctg_atom_get...
  mmctg_atom_get_style = <wrapped function mmctg_atom_get_style ...
  mmctg_atom_get_visible = <wrapped function mmctg_atom_get_visi...
  mmctg_atom_set_bond_style = <wrapped function mmctg_atom_set_b...
  mmctg_atom_set_bond_thin_tube = <wrapped function mmctg_atom_s...
  mmctg_atom_set_bond_visible = <wrapped function mmctg_atom_set...
  mmctg_atom_set_color = <wrapped function mmctg_atom_set_color ...
  mmctg_atom_set_label_color = <wrapped function mmctg_atom_set_...
  mmctg_atom_set_label_format = <wrapped function mmctg_atom_set...
  mmctg_atom_set_label_user_text = <wrapped function mmctg_atom_...
  mmctg_atom_set_ribbon_color = <wrapped function mmctg_atom_set...
  mmctg_atom_set_ribbon_style = <wrapped function mmctg_atom_set...
  mmctg_atom_set_style = <wrapped function mmctg_atom_set_style ...
  mmctg_atom_set_visible = <wrapped function mmctg_atom_set_visi...
  mmctg_bond_get_color = <wrapped function mmctg_bond_get_color ...
  mmctg_bond_get_style = <wrapped function mmctg_bond_get_style ...
  mmctg_bond_get_thin_tube = <wrapped function mmctg_bond_get_th...
  mmctg_bond_get_visible = <wrapped function mmctg_bond_get_visi...
  mmctg_bond_reset_color = <wrapped function mmctg_bond_reset_co...
  mmctg_bond_set_color = <wrapped function mmctg_bond_set_color ...
  mmctg_bond_set_style = <wrapped function mmctg_bond_set_style ...
  mmctg_bond_set_thin_tube = <wrapped function mmctg_bond_set_th...
  mmctg_bond_set_visible = <wrapped function mmctg_bond_set_visi...
  mmctg_ct_m2io_close_atom_block = <wrapped function mmctg_ct_m2...
  mmctg_ct_m2io_close_bond_block = <wrapped function mmctg_ct_m2...
  mmctg_ct_m2io_close_ct = <wrapped function mmctg_ct_m2io_close...
  mmctg_ct_m2io_get = <wrapped function mmctg_ct_m2io_get at 0x7...
  mmctg_ct_m2io_open_atom_block = <wrapped function mmctg_ct_m2i...
  mmctg_ct_m2io_open_bond_block = <wrapped function mmctg_ct_m2i...
  mmctg_ct_m2io_open_ct = <wrapped function mmctg_ct_m2io_open_c...
  mmctg_ct_m2io_put = <wrapped function mmctg_ct_m2io_put at 0x7...
  mmctg_ct_m2io_put_atom_comp = <wrapped function mmctg_ct_m2io_...
  mmctg_ct_m2io_put_atom_full = <wrapped function mmctg_ct_m2io_...
  mmctg_ct_m2io_put_bonds = <wrapped function mmctg_ct_m2io_put_...
  mmerr_check_license = <wrapped function mmerr_check_license at...
  mmerr_delete = <wrapped function mmerr_delete at 0x7f1a2acd27e8>
  mmerr_errclear = <wrapped function mmerr_errclear at 0x7f1a2ad...
  mmerr_file = <wrapped function mmerr_file at 0x7f1a2aba40e0>
  mmerr_get_level = <wrapped function mmerr_get_level at 0x7f1a2...
  mmerr_get_queue_on = <wrapped function mmerr_get_queue_on at 0...
  mmerr_initialize = <wrapped function mmerr_initialize at 0x7f1...
  mmerr_level = <wrapped function mmerr_level at 0x7f1a2ad17cb0>
  mmerr_maxlevel = <wrapped function mmerr_maxlevel at 0x7f1a2ac...
  mmerr_new = <wrapped function mmerr_new at 0x7f1a2ac51d88>
  mmerr_prefix = <wrapped function mmerr_prefix at 0x7f1a2ac64320>
  mmerr_print_state = <wrapped function mmerr_print_state at 0x7...
  mmerr_queue_get = <wrapped function mmerr_queue_get at 0x7f1a2...
  mmerr_queue_on = <wrapped function mmerr_queue_on at 0x7f1a2ab...
  mmerr_refcount = <wrapped function mmerr_refcount at 0x7f1a2ac...
  mmerr_restore_print = <wrapped function mmerr_restore_print at...
  mmerr_set_mmlibs = <wrapped function mmerr_set_mmlibs at 0x7f1...
  mmerr_suppress_print = <wrapped function mmerr_suppress_print ...
  mmerr_terminate = <wrapped function mmerr_terminate at 0x7f1a2...
  mmerr_throw = <wrapped function mmerr_throw at 0x7f1a2aca9710>
  mmfepio_add_anglemaps = <wrapped function mmfepio_add_anglemap...
  mmfepio_add_atommaps = <wrapped function mmfepio_add_atommaps ...
  mmfepio_add_bondmaps = <wrapped function mmfepio_add_bondmaps ...
  mmfepio_add_dihedmaps = <wrapped function mmfepio_add_dihedmap...
  mmfepio_add_elements = mm.mmfepio_add_elements
  mmfepio_add_exclmaps = <wrapped function mmfepio_add_exclmaps ...
  mmfepio_add_map = <wrapped function mmfepio_add_map at 0x7f1a2...
  mmfepio_add_new_map = <wrapped function mmfepio_add_new_map at...
  mmfepio_add_other_blocks = <wrapped function mmfepio_add_other...
  mmfepio_add_pairmaps = <wrapped function mmfepio_add_pairmaps ...
  mmfepio_anglemap_get_ai = <wrapped function mmfepio_anglemap_g...
  mmfepio_anglemap_get_aj = <wrapped function mmfepio_anglemap_g...
  mmfepio_anglemap_get_ak = <wrapped function mmfepio_anglemap_g...
  mmfepio_anglemap_get_data_names = <wrapped function mmfepio_an...
  mmfepio_anglemap_get_ti = <wrapped function mmfepio_anglemap_g...
  mmfepio_anglemap_get_tj = <wrapped function mmfepio_anglemap_g...
  mmfepio_anglemap_prop_get_boolean = <wrapped function mmfepio_...
  mmfepio_anglemap_prop_get_int = <wrapped function mmfepio_angl...
  mmfepio_anglemap_prop_get_real = <wrapped function mmfepio_ang...
  mmfepio_anglemap_prop_get_string = <wrapped function mmfepio_a...
  mmfepio_anglemap_prop_set_boolean = <wrapped function mmfepio_...
  mmfepio_anglemap_prop_set_int = <wrapped function mmfepio_angl...
  mmfepio_anglemap_prop_set_real = <wrapped function mmfepio_ang...
  mmfepio_anglemap_prop_set_string = <wrapped function mmfepio_a...
  mmfepio_anglemap_set_ai = <wrapped function mmfepio_anglemap_s...
  mmfepio_anglemap_set_aj = <wrapped function mmfepio_anglemap_s...
  mmfepio_anglemap_set_ak = <wrapped function mmfepio_anglemap_s...
  mmfepio_anglemap_set_ti = <wrapped function mmfepio_anglemap_s...
  mmfepio_anglemap_set_tj = <wrapped function mmfepio_anglemap_s...
  mmfepio_atommap_get_ai = <wrapped function mmfepio_atommap_get...
  mmfepio_atommap_get_aj = <wrapped function mmfepio_atommap_get...
  mmfepio_atommap_get_data_names = <wrapped function mmfepio_ato...
  mmfepio_atommap_prop_get_boolean = <wrapped function mmfepio_a...
  mmfepio_atommap_prop_get_int = <wrapped function mmfepio_atomm...
  mmfepio_atommap_prop_get_real = <wrapped function mmfepio_atom...
  mmfepio_atommap_prop_get_string = <wrapped function mmfepio_at...
  mmfepio_atommap_prop_set_boolean = <wrapped function mmfepio_a...
  mmfepio_atommap_prop_set_int = <wrapped function mmfepio_atomm...
  mmfepio_atommap_prop_set_real = <wrapped function mmfepio_atom...
  mmfepio_atommap_prop_set_string = <wrapped function mmfepio_at...
  mmfepio_atommap_set_ai = <wrapped function mmfepio_atommap_set...
  mmfepio_atommap_set_aj = <wrapped function mmfepio_atommap_set...
  mmfepio_bondmap_get_ai = <wrapped function mmfepio_bondmap_get...
  mmfepio_bondmap_get_aj = <wrapped function mmfepio_bondmap_get...
  mmfepio_bondmap_get_data_names = <wrapped function mmfepio_bon...
  mmfepio_bondmap_get_ti = <wrapped function mmfepio_bondmap_get...
  mmfepio_bondmap_get_tj = <wrapped function mmfepio_bondmap_get...
  mmfepio_bondmap_prop_get_boolean = <wrapped function mmfepio_b...
  mmfepio_bondmap_prop_get_int = <wrapped function mmfepio_bondm...
  mmfepio_bondmap_prop_get_real = <wrapped function mmfepio_bond...
  mmfepio_bondmap_prop_get_string = <wrapped function mmfepio_bo...
  mmfepio_bondmap_prop_set_boolean = <wrapped function mmfepio_b...
  mmfepio_bondmap_prop_set_int = <wrapped function mmfepio_bondm...
  mmfepio_bondmap_prop_set_real = <wrapped function mmfepio_bond...
  mmfepio_bondmap_prop_set_string = <wrapped function mmfepio_bo...
  mmfepio_bondmap_set_ai = <wrapped function mmfepio_bondmap_set...
  mmfepio_bondmap_set_aj = <wrapped function mmfepio_bondmap_set...
  mmfepio_bondmap_set_ti = <wrapped function mmfepio_bondmap_set...
  mmfepio_bondmap_set_tj = <wrapped function mmfepio_bondmap_set...
  mmfepio_compare_fepio = <wrapped function mmfepio_compare_fepi...
  mmfepio_create_add_map = <wrapped function mmfepio_create_add_...
  mmfepio_delete_anglemap = mm.mmfepio_delete_anglemap
  mmfepio_delete_atommap = mm.mmfepio_delete_atommap
  mmfepio_delete_bondmap = mm.mmfepio_delete_bondmap
  mmfepio_delete_dihedmap = mm.mmfepio_delete_dihedmap
  mmfepio_delete_element = mm.mmfepio_delete_element
  mmfepio_delete_exclmap = mm.mmfepio_delete_exclmap
  mmfepio_delete_other_block = <wrapped function mmfepio_delete_...
  mmfepio_delete_pairmap = mm.mmfepio_delete_pairmap
  mmfepio_dihedmap_get_ai = <wrapped function mmfepio_dihedmap_g...
  mmfepio_dihedmap_get_aj = <wrapped function mmfepio_dihedmap_g...
  mmfepio_dihedmap_get_ak = <wrapped function mmfepio_dihedmap_g...
  mmfepio_dihedmap_get_al = <wrapped function mmfepio_dihedmap_g...
  mmfepio_dihedmap_get_data_names = <wrapped function mmfepio_di...
  mmfepio_dihedmap_get_ti = <wrapped function mmfepio_dihedmap_g...
  mmfepio_dihedmap_get_tj = <wrapped function mmfepio_dihedmap_g...
  mmfepio_dihedmap_prop_get_boolean = <wrapped function mmfepio_...
  mmfepio_dihedmap_prop_get_int = <wrapped function mmfepio_dihe...
  mmfepio_dihedmap_prop_get_real = <wrapped function mmfepio_dih...
  mmfepio_dihedmap_prop_get_string = <wrapped function mmfepio_d...
  mmfepio_dihedmap_prop_set_boolean = <wrapped function mmfepio_...
  mmfepio_dihedmap_prop_set_int = <wrapped function mmfepio_dihe...
  mmfepio_dihedmap_prop_set_real = <wrapped function mmfepio_dih...
  mmfepio_dihedmap_prop_set_string = <wrapped function mmfepio_d...
  mmfepio_dihedmap_set_ai = <wrapped function mmfepio_dihedmap_s...
  mmfepio_dihedmap_set_aj = <wrapped function mmfepio_dihedmap_s...
  mmfepio_dihedmap_set_ak = <wrapped function mmfepio_dihedmap_s...
  mmfepio_dihedmap_set_al = <wrapped function mmfepio_dihedmap_s...
  mmfepio_dihedmap_set_ti = <wrapped function mmfepio_dihedmap_s...
  mmfepio_dihedmap_set_tj = <wrapped function mmfepio_dihedmap_s...
  mmfepio_element_get_data_names = mm.mmfepio_element_get_data_n...
  mmfepio_element_prop_get_boolean = mm.mmfepio_element_prop_get...
  mmfepio_element_prop_get_int = mm.mmfepio_element_prop_get_int
  mmfepio_element_prop_get_real = mm.mmfepio_element_prop_get_real
  mmfepio_element_prop_get_string = mm.mmfepio_element_prop_get_...
  mmfepio_element_prop_set_boolean = mm.mmfepio_element_prop_set...
  mmfepio_element_prop_set_int = mm.mmfepio_element_prop_set_int
  mmfepio_element_prop_set_real = mm.mmfepio_element_prop_set_real
  mmfepio_element_prop_set_string = mm.mmfepio_element_prop_set_...
  mmfepio_errhandler = <wrapped function mmfepio_errhandler at 0...
  mmfepio_exclmap_get_ai = <wrapped function mmfepio_exclmap_get...
  mmfepio_exclmap_get_aj = <wrapped function mmfepio_exclmap_get...
  mmfepio_exclmap_get_data_names = <wrapped function mmfepio_exc...
  mmfepio_exclmap_get_ti = <wrapped function mmfepio_exclmap_get...
  mmfepio_exclmap_get_tj = <wrapped function mmfepio_exclmap_get...
  mmfepio_exclmap_prop_get_boolean = <wrapped function mmfepio_e...
  mmfepio_exclmap_prop_get_int = <wrapped function mmfepio_exclm...
  mmfepio_exclmap_prop_get_real = <wrapped function mmfepio_excl...
  mmfepio_exclmap_prop_get_string = <wrapped function mmfepio_ex...
  mmfepio_exclmap_prop_set_boolean = <wrapped function mmfepio_e...
  mmfepio_exclmap_prop_set_int = <wrapped function mmfepio_exclm...
  mmfepio_exclmap_prop_set_real = <wrapped function mmfepio_excl...
  mmfepio_exclmap_prop_set_string = <wrapped function mmfepio_ex...
  mmfepio_exclmap_set_ai = <wrapped function mmfepio_exclmap_set...
  mmfepio_exclmap_set_aj = <wrapped function mmfepio_exclmap_set...
  mmfepio_exclmap_set_ti = <wrapped function mmfepio_exclmap_set...
  mmfepio_exclmap_set_tj = <wrapped function mmfepio_exclmap_set...
  mmfepio_fep_add_boolean_data = <wrapped function mmfepio_fep_a...
  mmfepio_fep_add_int_data = <wrapped function mmfepio_fep_add_i...
  mmfepio_fep_add_real_data = <wrapped function mmfepio_fep_add_...
  mmfepio_fep_add_string_data = <wrapped function mmfepio_fep_ad...
  mmfepio_fep_delete = <wrapped function mmfepio_fep_delete at 0...
  mmfepio_fep_duplicate = <wrapped function mmfepio_fep_duplicat...
  mmfepio_fep_get_boolean_data = <wrapped function mmfepio_fep_g...
  mmfepio_fep_get_data_names = <wrapped function mmfepio_fep_get...
  mmfepio_fep_get_int_data = <wrapped function mmfepio_fep_get_i...
  mmfepio_fep_get_name = <wrapped function mmfepio_fep_get_name ...
  mmfepio_fep_get_num_anglemaps = mm.mmfepio_fep_get_num_anglemaps
  mmfepio_fep_get_num_atommaps = mm.mmfepio_fep_get_num_atommaps
  mmfepio_fep_get_num_bondmaps = mm.mmfepio_fep_get_num_bondmaps
  mmfepio_fep_get_num_dihedmaps = mm.mmfepio_fep_get_num_dihedmaps
  mmfepio_fep_get_num_elements = mm.mmfepio_fep_get_num_elements
  mmfepio_fep_get_num_exclmaps = mm.mmfepio_fep_get_num_exclmaps
  mmfepio_fep_get_num_pairmaps = mm.mmfepio_fep_get_num_pairmaps
  mmfepio_fep_get_real_data = <wrapped function mmfepio_fep_get_...
  mmfepio_fep_get_stage = <wrapped function mmfepio_fep_get_stag...
  mmfepio_fep_get_string_data = <wrapped function mmfepio_fep_ge...
  mmfepio_fep_in_use = <wrapped function mmfepio_fep_in_use at 0...
  mmfepio_fep_m2io_get = <wrapped function mmfepio_fep_m2io_get ...
  mmfepio_fep_mmct_get = <wrapped function mmfepio_fep_mmct_get ...
  mmfepio_fep_mmct_put = <wrapped function mmfepio_fep_mmct_put ...
  mmfepio_fep_new = <wrapped function mmfepio_fep_new at 0x7f1a2...
  mmfepio_fep_set_name = <wrapped function mmfepio_fep_set_name ...
  mmfepio_fep_set_stage = <wrapped function mmfepio_fep_set_stag...
  mmfepio_initialize = <wrapped function mmfepio_initialize at 0...
  mmfepio_other_block_get_name = mm.mmfepio_other_block_get_name
  mmfepio_other_block_set_name = mm.mmfepio_other_block_set_name
  mmfepio_other_get_block_names = mm.mmfepio_other_get_block_names
  mmfepio_pairmap_get_ai = <wrapped function mmfepio_pairmap_get...
  mmfepio_pairmap_get_aj = <wrapped function mmfepio_pairmap_get...
  mmfepio_pairmap_get_data_names = <wrapped function mmfepio_pai...
  mmfepio_pairmap_get_ti = <wrapped function mmfepio_pairmap_get...
  mmfepio_pairmap_get_tj = <wrapped function mmfepio_pairmap_get...
  mmfepio_pairmap_prop_get_boolean = <wrapped function mmfepio_p...
  mmfepio_pairmap_prop_get_int = <wrapped function mmfepio_pairm...
  mmfepio_pairmap_prop_get_real = <wrapped function mmfepio_pair...
  mmfepio_pairmap_prop_get_string = <wrapped function mmfepio_pa...
  mmfepio_pairmap_prop_set_boolean = <wrapped function mmfepio_p...
  mmfepio_pairmap_prop_set_int = <wrapped function mmfepio_pairm...
  mmfepio_pairmap_prop_set_real = <wrapped function mmfepio_pair...
  mmfepio_pairmap_prop_set_string = <wrapped function mmfepio_pa...
  mmfepio_pairmap_set_ai = <wrapped function mmfepio_pairmap_set...
  mmfepio_pairmap_set_aj = <wrapped function mmfepio_pairmap_set...
  mmfepio_pairmap_set_ti = <wrapped function mmfepio_pairmap_set...
  mmfepio_pairmap_set_tj = <wrapped function mmfepio_pairmap_set...
  mmfepio_print_fep = <wrapped function mmfepio_print_fep at 0x7...
  mmfepio_print_fep_anglemap = <wrapped function mmfepio_print_f...
  mmfepio_print_fep_atommap = <wrapped function mmfepio_print_fe...
  mmfepio_print_fep_bondmap = <wrapped function mmfepio_print_fe...
  mmfepio_print_fep_dihedmap = <wrapped function mmfepio_print_f...
  mmfepio_print_fep_exclmap = <wrapped function mmfepio_print_fe...
  mmfepio_print_fep_other_block = <wrapped function mmfepio_prin...
  mmfepio_print_fep_pairmap = <wrapped function mmfepio_print_fe...
  mmfepio_refcount = <wrapped function mmfepio_refcount at 0x7f1...
  mmfepio_set_option = <wrapped function mmfepio_set_option at 0...
  mmfepio_terminate = <wrapped function mmfepio_terminate at 0x7...
  mmffio_add_anglefbhws = <wrapped function mmffio_add_anglefbhw...
  mmffio_add_angles = <wrapped function mmffio_add_angles at 0x7...
  mmffio_add_any_blocks = <wrapped function mmffio_add_any_block...
  mmffio_add_bonds = <wrapped function mmffio_add_bonds at 0x7f1...
  mmffio_add_constraints = <wrapped function mmffio_add_constrai...
  mmffio_add_diheds = <wrapped function mmffio_add_diheds at 0x7...
  mmffio_add_elements = mm.mmffio_add_elements
  mmffio_add_excls = <wrapped function mmffio_add_excls at 0x7f1...
  mmffio_add_improperfbhws = <wrapped function mmffio_add_improp...
  mmffio_add_other_blocks = <wrapped function mmffio_add_other_b...
  mmffio_add_pairs = <wrapped function mmffio_add_pairs at 0x7f1...
  mmffio_add_posfbhws = <wrapped function mmffio_add_posfbhws at...
  mmffio_add_pseudos = <wrapped function mmffio_add_pseudos at 0...
  mmffio_add_restraints = <wrapped function mmffio_add_restraint...
  mmffio_add_sites = <wrapped function mmffio_add_sites at 0x7f1...
  mmffio_add_stretchfbhws = <wrapped function mmffio_add_stretch...
  mmffio_add_vdwtypes = <wrapped function mmffio_add_vdwtypes at...
  mmffio_add_vdwtypescombineds = <wrapped function mmffio_add_vd...
  mmffio_add_virtuals = <wrapped function mmffio_add_virtuals at...
  mmffio_angle_get_ai = <wrapped function mmffio_angle_get_ai at...
  mmffio_angle_get_aj = <wrapped function mmffio_angle_get_aj at...
  mmffio_angle_get_ak = <wrapped function mmffio_angle_get_ak at...
  mmffio_angle_get_c1 = <wrapped function mmffio_angle_get_c1 at...
  mmffio_angle_get_c2 = <wrapped function mmffio_angle_get_c2 at...
  mmffio_angle_get_data_names = <wrapped function mmffio_angle_g...
  mmffio_angle_get_funct = <wrapped function mmffio_angle_get_fu...
  mmffio_angle_prop_get_boolean = <wrapped function mmffio_angle...
  mmffio_angle_prop_get_int = <wrapped function mmffio_angle_pro...
  mmffio_angle_prop_get_real = <wrapped function mmffio_angle_pr...
  mmffio_angle_prop_get_string = <wrapped function mmffio_angle_...
  mmffio_angle_prop_set_boolean = <wrapped function mmffio_angle...
  mmffio_angle_prop_set_int = <wrapped function mmffio_angle_pro...
  mmffio_angle_prop_set_real = <wrapped function mmffio_angle_pr...
  mmffio_angle_prop_set_string = <wrapped function mmffio_angle_...
  mmffio_angle_set_ai = <wrapped function mmffio_angle_set_ai at...
  mmffio_angle_set_aj = <wrapped function mmffio_angle_set_aj at...
  mmffio_angle_set_ak = <wrapped function mmffio_angle_set_ak at...
  mmffio_angle_set_c1 = <wrapped function mmffio_angle_set_c1 at...
  mmffio_angle_set_c2 = <wrapped function mmffio_angle_set_c2 at...
  mmffio_angle_set_funct = <wrapped function mmffio_angle_set_fu...
  mmffio_anglefbhw_get_ai = <wrapped function mmffio_anglefbhw_g...
  mmffio_anglefbhw_get_aj = <wrapped function mmffio_anglefbhw_g...
  mmffio_anglefbhw_get_ak = <wrapped function mmffio_anglefbhw_g...
  mmffio_anglefbhw_get_data_names = <wrapped function mmffio_ang...
  mmffio_anglefbhw_get_fc = <wrapped function mmffio_anglefbhw_g...
  mmffio_anglefbhw_get_sigma = <wrapped function mmffio_anglefbh...
  mmffio_anglefbhw_get_theta0 = <wrapped function mmffio_anglefb...
  mmffio_anglefbhw_prop_get_boolean = <wrapped function mmffio_a...
  mmffio_anglefbhw_prop_get_int = <wrapped function mmffio_angle...
  mmffio_anglefbhw_prop_get_real = <wrapped function mmffio_angl...
  mmffio_anglefbhw_prop_get_string = <wrapped function mmffio_an...
  mmffio_anglefbhw_prop_set_boolean = <wrapped function mmffio_a...
  mmffio_anglefbhw_prop_set_int = <wrapped function mmffio_angle...
  mmffio_anglefbhw_prop_set_real = <wrapped function mmffio_angl...
  mmffio_anglefbhw_prop_set_string = <wrapped function mmffio_an...
  mmffio_anglefbhw_set_ai = <wrapped function mmffio_anglefbhw_s...
  mmffio_anglefbhw_set_aj = <wrapped function mmffio_anglefbhw_s...
  mmffio_anglefbhw_set_ak = <wrapped function mmffio_anglefbhw_s...
  mmffio_anglefbhw_set_fc = <wrapped function mmffio_anglefbhw_s...
  mmffio_anglefbhw_set_sigma = <wrapped function mmffio_anglefbh...
  mmffio_anglefbhw_set_theta0 = <wrapped function mmffio_anglefb...
  mmffio_any_block_get_name = <wrapped function mmffio_any_block...
  mmffio_any_block_set_name = <wrapped function mmffio_any_block...
  mmffio_any_get_block_names = <wrapped function mmffio_any_get_...
  mmffio_bond_get_ai = <wrapped function mmffio_bond_get_ai at 0...
  mmffio_bond_get_aj = <wrapped function mmffio_bond_get_aj at 0...
  mmffio_bond_get_c1 = <wrapped function mmffio_bond_get_c1 at 0...
  mmffio_bond_get_c2 = <wrapped function mmffio_bond_get_c2 at 0...
  mmffio_bond_get_data_names = <wrapped function mmffio_bond_get...
  mmffio_bond_get_funct = <wrapped function mmffio_bond_get_func...
  mmffio_bond_prop_get_boolean = <wrapped function mmffio_bond_p...
  mmffio_bond_prop_get_int = <wrapped function mmffio_bond_prop_...
  mmffio_bond_prop_get_real = <wrapped function mmffio_bond_prop...
  mmffio_bond_prop_get_string = <wrapped function mmffio_bond_pr...
  mmffio_bond_prop_set_boolean = <wrapped function mmffio_bond_p...
  mmffio_bond_prop_set_int = <wrapped function mmffio_bond_prop_...
  mmffio_bond_prop_set_real = <wrapped function mmffio_bond_prop...
  mmffio_bond_prop_set_string = <wrapped function mmffio_bond_pr...
  mmffio_bond_set_ai = <wrapped function mmffio_bond_set_ai at 0...
  mmffio_bond_set_aj = <wrapped function mmffio_bond_set_aj at 0...
  mmffio_bond_set_c1 = <wrapped function mmffio_bond_set_c1 at 0...
  mmffio_bond_set_c2 = <wrapped function mmffio_bond_set_c2 at 0...
  mmffio_bond_set_funct = <wrapped function mmffio_bond_set_func...
  mmffio_compare = <wrapped function mmffio_compare at 0x7f1a2ac...
  mmffio_compare_angle = <wrapped function mmffio_compare_angle ...
  mmffio_compare_bond = <wrapped function mmffio_compare_bond at...
  mmffio_compare_dihed = <wrapped function mmffio_compare_dihed ...
  mmffio_constraint_get_ai = <wrapped function mmffio_constraint...
  mmffio_constraint_get_aj = <wrapped function mmffio_constraint...
  mmffio_constraint_get_ak = <wrapped function mmffio_constraint...
  mmffio_constraint_get_al = <wrapped function mmffio_constraint...
  mmffio_constraint_get_am = <wrapped function mmffio_constraint...
  mmffio_constraint_get_c1 = <wrapped function mmffio_constraint...
  mmffio_constraint_get_c2 = <wrapped function mmffio_constraint...
  mmffio_constraint_get_c3 = <wrapped function mmffio_constraint...
  mmffio_constraint_get_c4 = <wrapped function mmffio_constraint...
  mmffio_constraint_get_c5 = <wrapped function mmffio_constraint...
  mmffio_constraint_get_c6 = <wrapped function mmffio_constraint...
  mmffio_constraint_get_data_names = <wrapped function mmffio_co...
  mmffio_constraint_get_funct = <wrapped function mmffio_constra...
  mmffio_constraint_prop_get_boolean = <wrapped function mmffio_...
  mmffio_constraint_prop_get_int = <wrapped function mmffio_cons...
  mmffio_constraint_prop_get_real = <wrapped function mmffio_con...
  mmffio_constraint_prop_get_string = <wrapped function mmffio_c...
  mmffio_constraint_prop_set_boolean = <wrapped function mmffio_...
  mmffio_constraint_prop_set_int = <wrapped function mmffio_cons...
  mmffio_constraint_prop_set_real = <wrapped function mmffio_con...
  mmffio_constraint_prop_set_string = <wrapped function mmffio_c...
  mmffio_constraint_set_ai = <wrapped function mmffio_constraint...
  mmffio_constraint_set_aj = <wrapped function mmffio_constraint...
  mmffio_constraint_set_ak = <wrapped function mmffio_constraint...
  mmffio_constraint_set_al = <wrapped function mmffio_constraint...
  mmffio_constraint_set_am = <wrapped function mmffio_constraint...
  mmffio_constraint_set_c1 = <wrapped function mmffio_constraint...
  mmffio_constraint_set_c2 = <wrapped function mmffio_constraint...
  mmffio_constraint_set_c3 = <wrapped function mmffio_constraint...
  mmffio_constraint_set_c4 = <wrapped function mmffio_constraint...
  mmffio_constraint_set_c5 = <wrapped function mmffio_constraint...
  mmffio_constraint_set_c6 = <wrapped function mmffio_constraint...
  mmffio_constraint_set_funct = <wrapped function mmffio_constra...
  mmffio_delete_angle = mm.mmffio_delete_angle
  mmffio_delete_anglefbhw = mm.mmffio_delete_anglefbhw
  mmffio_delete_bond = mm.mmffio_delete_bond
  mmffio_delete_constraint = mm.mmffio_delete_constraint
  mmffio_delete_dihed = mm.mmffio_delete_dihed
  mmffio_delete_element = mm.mmffio_delete_element
  mmffio_delete_excl = mm.mmffio_delete_excl
  mmffio_delete_improperfbhw = mm.mmffio_delete_improperfbhw
  mmffio_delete_other_block = <wrapped function mmffio_delete_ot...
  mmffio_delete_pair = mm.mmffio_delete_pair
  mmffio_delete_posfbhw = mm.mmffio_delete_posfbhw
  mmffio_delete_pseudo = mm.mmffio_delete_pseudo
  mmffio_delete_restraint = mm.mmffio_delete_restraint
  mmffio_delete_site = mm.mmffio_delete_site
  mmffio_delete_stretchfbhw = mm.mmffio_delete_stretchfbhw
  mmffio_delete_vdwtype = mm.mmffio_delete_vdwtype
  mmffio_delete_vdwtypescombined = mm.mmffio_delete_vdwtypescomb...
  mmffio_delete_virtual = mm.mmffio_delete_virtual
  mmffio_dihed_get_ai = <wrapped function mmffio_dihed_get_ai at...
  mmffio_dihed_get_aj = <wrapped function mmffio_dihed_get_aj at...
  mmffio_dihed_get_ak = <wrapped function mmffio_dihed_get_ak at...
  mmffio_dihed_get_al = <wrapped function mmffio_dihed_get_al at...
  mmffio_dihed_get_c0 = <wrapped function mmffio_dihed_get_c0 at...
  mmffio_dihed_get_c1 = <wrapped function mmffio_dihed_get_c1 at...
  mmffio_dihed_get_c2 = <wrapped function mmffio_dihed_get_c2 at...
  mmffio_dihed_get_c3 = <wrapped function mmffio_dihed_get_c3 at...
  mmffio_dihed_get_c4 = <wrapped function mmffio_dihed_get_c4 at...
  mmffio_dihed_get_c5 = <wrapped function mmffio_dihed_get_c5 at...
  mmffio_dihed_get_c6 = <wrapped function mmffio_dihed_get_c6 at...
  mmffio_dihed_get_c7 = <wrapped function mmffio_dihed_get_c7 at...
  mmffio_dihed_get_data_names = <wrapped function mmffio_dihed_g...
  mmffio_dihed_get_funct = <wrapped function mmffio_dihed_get_fu...
  mmffio_dihed_get_i1 = <wrapped function mmffio_dihed_get_i1 at...
  mmffio_dihed_get_t1 = <wrapped function mmffio_dihed_get_t1 at...
  mmffio_dihed_prop_get_boolean = <wrapped function mmffio_dihed...
  mmffio_dihed_prop_get_int = <wrapped function mmffio_dihed_pro...
  mmffio_dihed_prop_get_real = <wrapped function mmffio_dihed_pr...
  mmffio_dihed_prop_get_string = <wrapped function mmffio_dihed_...
  mmffio_dihed_prop_set_boolean = <wrapped function mmffio_dihed...
  mmffio_dihed_prop_set_int = <wrapped function mmffio_dihed_pro...
  mmffio_dihed_prop_set_real = <wrapped function mmffio_dihed_pr...
  mmffio_dihed_prop_set_string = <wrapped function mmffio_dihed_...
  mmffio_dihed_set_ai = <wrapped function mmffio_dihed_set_ai at...
  mmffio_dihed_set_aj = <wrapped function mmffio_dihed_set_aj at...
  mmffio_dihed_set_ak = <wrapped function mmffio_dihed_set_ak at...
  mmffio_dihed_set_al = <wrapped function mmffio_dihed_set_al at...
  mmffio_dihed_set_c0 = <wrapped function mmffio_dihed_set_c0 at...
  mmffio_dihed_set_c1 = <wrapped function mmffio_dihed_set_c1 at...
  mmffio_dihed_set_c2 = <wrapped function mmffio_dihed_set_c2 at...
  mmffio_dihed_set_c3 = <wrapped function mmffio_dihed_set_c3 at...
  mmffio_dihed_set_c4 = <wrapped function mmffio_dihed_set_c4 at...
  mmffio_dihed_set_c5 = <wrapped function mmffio_dihed_set_c5 at...
  mmffio_dihed_set_c6 = <wrapped function mmffio_dihed_set_c6 at...
  mmffio_dihed_set_c7 = <wrapped function mmffio_dihed_set_c7 at...
  mmffio_dihed_set_funct = <wrapped function mmffio_dihed_set_fu...
  mmffio_dihed_set_i1 = <wrapped function mmffio_dihed_set_i1 at...
  mmffio_dihed_set_t1 = <wrapped function mmffio_dihed_set_t1 at...
  mmffio_element_get_data_names = mm.mmffio_element_get_data_names
  mmffio_element_prop_get_boolean = mm.mmffio_element_prop_get_b...
  mmffio_element_prop_get_int = mm.mmffio_element_prop_get_int
  mmffio_element_prop_get_real = mm.mmffio_element_prop_get_real
  mmffio_element_prop_get_string = mm.mmffio_element_prop_get_st...
  mmffio_element_prop_set_boolean = mm.mmffio_element_prop_set_b...
  mmffio_element_prop_set_int = mm.mmffio_element_prop_set_int
  mmffio_element_prop_set_real = mm.mmffio_element_prop_set_real
  mmffio_element_prop_set_string = mm.mmffio_element_prop_set_st...
  mmffio_errhandler = <wrapped function mmffio_errhandler at 0x7...
  mmffio_excl_get_ai = <wrapped function mmffio_excl_get_ai at 0...
  mmffio_excl_get_aj = <wrapped function mmffio_excl_get_aj at 0...
  mmffio_excl_get_data_names = <wrapped function mmffio_excl_get...
  mmffio_excl_prop_get_boolean = <wrapped function mmffio_excl_p...
  mmffio_excl_prop_get_int = <wrapped function mmffio_excl_prop_...
  mmffio_excl_prop_get_real = <wrapped function mmffio_excl_prop...
  mmffio_excl_prop_get_string = <wrapped function mmffio_excl_pr...
  mmffio_excl_prop_set_boolean = <wrapped function mmffio_excl_p...
  mmffio_excl_prop_set_int = <wrapped function mmffio_excl_prop_...
  mmffio_excl_prop_set_real = <wrapped function mmffio_excl_prop...
  mmffio_excl_prop_set_string = <wrapped function mmffio_excl_pr...
  mmffio_excl_set_ai = <wrapped function mmffio_excl_set_ai at 0...
  mmffio_excl_set_aj = <wrapped function mmffio_excl_set_aj at 0...
  mmffio_ff_add_boolean_data = <wrapped function mmffio_ff_add_b...
  mmffio_ff_add_int_data = <wrapped function mmffio_ff_add_int_d...
  mmffio_ff_add_real_data = <wrapped function mmffio_ff_add_real...
  mmffio_ff_add_string_data = <wrapped function mmffio_ff_add_st...
  mmffio_ff_delete = <wrapped function mmffio_ff_delete at 0x7f1...
  mmffio_ff_duplicate = <wrapped function mmffio_ff_duplicate at...
  mmffio_ff_get_boolean_data = <wrapped function mmffio_ff_get_b...
  mmffio_ff_get_comb_rule = <wrapped function mmffio_ff_get_comb...
  mmffio_ff_get_data_names = <wrapped function mmffio_ff_get_dat...
  mmffio_ff_get_int_data = <wrapped function mmffio_ff_get_int_d...
  mmffio_ff_get_name = <wrapped function mmffio_ff_get_name at 0...
  mmffio_ff_get_num_anglefbhws = mm.mmffio_ff_get_num_anglefbhws
  mmffio_ff_get_num_angles = mm.mmffio_ff_get_num_angles
  mmffio_ff_get_num_bonds = mm.mmffio_ff_get_num_bonds
  mmffio_ff_get_num_constraints = mm.mmffio_ff_get_num_constraints
  mmffio_ff_get_num_diheds = mm.mmffio_ff_get_num_diheds
  mmffio_ff_get_num_elements = mm.mmffio_ff_get_num_elements
  mmffio_ff_get_num_excls = mm.mmffio_ff_get_num_excls
  mmffio_ff_get_num_improperfbhws = mm.mmffio_ff_get_num_imprope...
  mmffio_ff_get_num_pairs = mm.mmffio_ff_get_num_pairs
  mmffio_ff_get_num_posfbhws = mm.mmffio_ff_get_num_posfbhws
  mmffio_ff_get_num_pseudos = mm.mmffio_ff_get_num_pseudos
  mmffio_ff_get_num_restraints = mm.mmffio_ff_get_num_restraints
  mmffio_ff_get_num_sites = mm.mmffio_ff_get_num_sites
  mmffio_ff_get_num_stretchfbhws = mm.mmffio_ff_get_num_stretchf...
  mmffio_ff_get_num_vdwtypes = mm.mmffio_ff_get_num_vdwtypes
  mmffio_ff_get_num_vdwtypescombineds = mm.mmffio_ff_get_num_vdw...
  mmffio_ff_get_num_virtuals = mm.mmffio_ff_get_num_virtuals
  mmffio_ff_get_real_data = <wrapped function mmffio_ff_get_real...
  mmffio_ff_get_string_data = <wrapped function mmffio_ff_get_st...
  mmffio_ff_get_version = <wrapped function mmffio_ff_get_versio...
  mmffio_ff_in_use = <wrapped function mmffio_ff_in_use at 0x7f1...
  mmffio_ff_m2io_get = <wrapped function mmffio_ff_m2io_get at 0...
  mmffio_ff_mmct_get = <wrapped function mmffio_ff_mmct_get at 0...
  mmffio_ff_mmct_put = <wrapped function mmffio_ff_mmct_put at 0...
  mmffio_ff_new = <wrapped function mmffio_ff_new at 0x7f1a2ac93...
  mmffio_ff_set_comb_rule = <wrapped function mmffio_ff_set_comb...
  mmffio_ff_set_combining_rule = <wrapped function mmffio_ff_set...
  mmffio_ff_set_name = <wrapped function mmffio_ff_set_name at 0...
  mmffio_ff_set_version = <wrapped function mmffio_ff_set_versio...
  mmffio_improperfbhw_get_ai = <wrapped function mmffio_improper...
  mmffio_improperfbhw_get_aj = <wrapped function mmffio_improper...
  mmffio_improperfbhw_get_ak = <wrapped function mmffio_improper...
  mmffio_improperfbhw_get_al = <wrapped function mmffio_improper...
  mmffio_improperfbhw_get_data_names = <wrapped function mmffio_...
  mmffio_improperfbhw_get_fc = <wrapped function mmffio_improper...
  mmffio_improperfbhw_get_phi0 = <wrapped function mmffio_improp...
  mmffio_improperfbhw_get_sigma = <wrapped function mmffio_impro...
  mmffio_improperfbhw_prop_get_boolean = <wrapped function mmffi...
  mmffio_improperfbhw_prop_get_int = <wrapped function mmffio_im...
  mmffio_improperfbhw_prop_get_real = <wrapped function mmffio_i...
  mmffio_improperfbhw_prop_get_string = <wrapped function mmffio...
  mmffio_improperfbhw_prop_set_boolean = <wrapped function mmffi...
  mmffio_improperfbhw_prop_set_int = <wrapped function mmffio_im...
  mmffio_improperfbhw_prop_set_real = <wrapped function mmffio_i...
  mmffio_improperfbhw_prop_set_string = <wrapped function mmffio...
  mmffio_improperfbhw_set_ai = <wrapped function mmffio_improper...
  mmffio_improperfbhw_set_aj = <wrapped function mmffio_improper...
  mmffio_improperfbhw_set_ak = <wrapped function mmffio_improper...
  mmffio_improperfbhw_set_al = <wrapped function mmffio_improper...
  mmffio_improperfbhw_set_fc = <wrapped function mmffio_improper...
  mmffio_improperfbhw_set_phi0 = <wrapped function mmffio_improp...
  mmffio_improperfbhw_set_sigma = <wrapped function mmffio_impro...
  mmffio_initialize = <wrapped function mmffio_initialize at 0x7...
  mmffio_merge = <wrapped function mmffio_merge at 0x7f1a2acd7b00>
  mmffio_other_block_get_name = mm.mmffio_other_block_get_name
  mmffio_other_block_set_name = mm.mmffio_other_block_set_name
  mmffio_other_get_block_names = mm.mmffio_other_get_block_names
  mmffio_pair_get_ai = <wrapped function mmffio_pair_get_ai at 0...
  mmffio_pair_get_aj = <wrapped function mmffio_pair_get_aj at 0...
  mmffio_pair_get_c1 = <wrapped function mmffio_pair_get_c1 at 0...
  mmffio_pair_get_c2 = <wrapped function mmffio_pair_get_c2 at 0...
  mmffio_pair_get_data_names = <wrapped function mmffio_pair_get...
  mmffio_pair_get_funct = <wrapped function mmffio_pair_get_func...
  mmffio_pair_prop_get_boolean = <wrapped function mmffio_pair_p...
  mmffio_pair_prop_get_int = <wrapped function mmffio_pair_prop_...
  mmffio_pair_prop_get_real = <wrapped function mmffio_pair_prop...
  mmffio_pair_prop_get_string = <wrapped function mmffio_pair_pr...
  mmffio_pair_prop_set_boolean = <wrapped function mmffio_pair_p...
  mmffio_pair_prop_set_int = <wrapped function mmffio_pair_prop_...
  mmffio_pair_prop_set_real = <wrapped function mmffio_pair_prop...
  mmffio_pair_prop_set_string = <wrapped function mmffio_pair_pr...
  mmffio_pair_set_ai = <wrapped function mmffio_pair_set_ai at 0...
  mmffio_pair_set_aj = <wrapped function mmffio_pair_set_aj at 0...
  mmffio_pair_set_c1 = <wrapped function mmffio_pair_set_c1 at 0...
  mmffio_pair_set_c2 = <wrapped function mmffio_pair_set_c2 at 0...
  mmffio_pair_set_funct = <wrapped function mmffio_pair_set_func...
  mmffio_posfbhw_get_ai = <wrapped function mmffio_posfbhw_get_a...
  mmffio_posfbhw_get_data_names = <wrapped function mmffio_posfb...
  mmffio_posfbhw_get_fc = <wrapped function mmffio_posfbhw_get_f...
  mmffio_posfbhw_get_sigma = <wrapped function mmffio_posfbhw_ge...
  mmffio_posfbhw_get_x0 = <wrapped function mmffio_posfbhw_get_x...
  mmffio_posfbhw_get_y0 = <wrapped function mmffio_posfbhw_get_y...
  mmffio_posfbhw_get_z0 = <wrapped function mmffio_posfbhw_get_z...
  mmffio_posfbhw_prop_get_boolean = <wrapped function mmffio_pos...
  mmffio_posfbhw_prop_get_int = <wrapped function mmffio_posfbhw...
  mmffio_posfbhw_prop_get_real = <wrapped function mmffio_posfbh...
  mmffio_posfbhw_prop_get_string = <wrapped function mmffio_posf...
  mmffio_posfbhw_prop_set_boolean = <wrapped function mmffio_pos...
  mmffio_posfbhw_prop_set_int = <wrapped function mmffio_posfbhw...
  mmffio_posfbhw_prop_set_real = <wrapped function mmffio_posfbh...
  mmffio_posfbhw_prop_set_string = <wrapped function mmffio_posf...
  mmffio_posfbhw_set_ai = <wrapped function mmffio_posfbhw_set_a...
  mmffio_posfbhw_set_fc = <wrapped function mmffio_posfbhw_set_f...
  mmffio_posfbhw_set_sigma = <wrapped function mmffio_posfbhw_se...
  mmffio_posfbhw_set_x0 = <wrapped function mmffio_posfbhw_set_x...
  mmffio_posfbhw_set_y0 = <wrapped function mmffio_posfbhw_set_y...
  mmffio_posfbhw_set_z0 = <wrapped function mmffio_posfbhw_set_z...
  mmffio_print_ff = <wrapped function mmffio_print_ff at 0x7f1a2...
  mmffio_print_ff_angle = <wrapped function mmffio_print_ff_angl...
  mmffio_print_ff_anglefbhw = <wrapped function mmffio_print_ff_...
  mmffio_print_ff_any_block = <wrapped function mmffio_print_ff_...
  mmffio_print_ff_bond = <wrapped function mmffio_print_ff_bond ...
  mmffio_print_ff_constraint = <wrapped function mmffio_print_ff...
  mmffio_print_ff_dihed = <wrapped function mmffio_print_ff_dihe...
  mmffio_print_ff_excl = <wrapped function mmffio_print_ff_excl ...
  mmffio_print_ff_improperfbhw = <wrapped function mmffio_print_...
  mmffio_print_ff_other_block = <wrapped function mmffio_print_f...
  mmffio_print_ff_pair = <wrapped function mmffio_print_ff_pair ...
  mmffio_print_ff_posfbhw = <wrapped function mmffio_print_ff_po...
  mmffio_print_ff_pseudo = <wrapped function mmffio_print_ff_pse...
  mmffio_print_ff_restraint = <wrapped function mmffio_print_ff_...
  mmffio_print_ff_site = <wrapped function mmffio_print_ff_site ...
  mmffio_print_ff_stretchfbhw = <wrapped function mmffio_print_f...
  mmffio_print_ff_vdwtype = <wrapped function mmffio_print_ff_vd...
  mmffio_print_ff_vdwtypescombined = <wrapped function mmffio_pr...
  mmffio_print_ff_virtual = <wrapped function mmffio_print_ff_vi...
  mmffio_pseudo_get_data_names = <wrapped function mmffio_pseudo...
  mmffio_pseudo_get_x_coord = <wrapped function mmffio_pseudo_ge...
  mmffio_pseudo_get_x_vel = <wrapped function mmffio_pseudo_get_...
  mmffio_pseudo_get_y_coord = <wrapped function mmffio_pseudo_ge...
  mmffio_pseudo_get_y_vel = <wrapped function mmffio_pseudo_get_...
  mmffio_pseudo_get_z_coord = <wrapped function mmffio_pseudo_ge...
  mmffio_pseudo_get_z_vel = <wrapped function mmffio_pseudo_get_...
  mmffio_pseudo_prop_get_boolean = <wrapped function mmffio_pseu...
  mmffio_pseudo_prop_get_int = <wrapped function mmffio_pseudo_p...
  mmffio_pseudo_prop_get_real = <wrapped function mmffio_pseudo_...
  mmffio_pseudo_prop_get_string = <wrapped function mmffio_pseud...
  mmffio_pseudo_prop_set_boolean = <wrapped function mmffio_pseu...
  mmffio_pseudo_prop_set_int = <wrapped function mmffio_pseudo_p...
  mmffio_pseudo_prop_set_real = <wrapped function mmffio_pseudo_...
  mmffio_pseudo_prop_set_string = <wrapped function mmffio_pseud...
  mmffio_pseudo_set_x_coord = <wrapped function mmffio_pseudo_se...
  mmffio_pseudo_set_x_vel = <wrapped function mmffio_pseudo_set_...
  mmffio_pseudo_set_y_coord = <wrapped function mmffio_pseudo_se...
  mmffio_pseudo_set_y_vel = <wrapped function mmffio_pseudo_set_...
  mmffio_pseudo_set_z_coord = <wrapped function mmffio_pseudo_se...
  mmffio_pseudo_set_z_vel = <wrapped function mmffio_pseudo_set_...
  mmffio_refcount = <wrapped function mmffio_refcount at 0x7f1a2...
  mmffio_restraint_get_ai = <wrapped function mmffio_restraint_g...
  mmffio_restraint_get_c1 = <wrapped function mmffio_restraint_g...
  mmffio_restraint_get_c2 = <wrapped function mmffio_restraint_g...
  mmffio_restraint_get_c3 = <wrapped function mmffio_restraint_g...
  mmffio_restraint_get_data_names = <wrapped function mmffio_res...
  mmffio_restraint_get_funct = <wrapped function mmffio_restrain...
  mmffio_restraint_get_t1 = <wrapped function mmffio_restraint_g...
  mmffio_restraint_get_t2 = <wrapped function mmffio_restraint_g...
  mmffio_restraint_get_t3 = <wrapped function mmffio_restraint_g...
  mmffio_restraint_prop_get_boolean = <wrapped function mmffio_r...
  mmffio_restraint_prop_get_int = <wrapped function mmffio_restr...
  mmffio_restraint_prop_get_real = <wrapped function mmffio_rest...
  mmffio_restraint_prop_get_string = <wrapped function mmffio_re...
  mmffio_restraint_prop_set_boolean = <wrapped function mmffio_r...
  mmffio_restraint_prop_set_int = <wrapped function mmffio_restr...
  mmffio_restraint_prop_set_real = <wrapped function mmffio_rest...
  mmffio_restraint_prop_set_string = <wrapped function mmffio_re...
  mmffio_restraint_set_ai = <wrapped function mmffio_restraint_s...
  mmffio_restraint_set_c1 = <wrapped function mmffio_restraint_s...
  mmffio_restraint_set_c2 = <wrapped function mmffio_restraint_s...
  mmffio_restraint_set_c3 = <wrapped function mmffio_restraint_s...
  mmffio_restraint_set_funct = <wrapped function mmffio_restrain...
  mmffio_restraint_set_t1 = <wrapped function mmffio_restraint_s...
  mmffio_restraint_set_t2 = <wrapped function mmffio_restraint_s...
  mmffio_restraint_set_t3 = <wrapped function mmffio_restraint_s...
  mmffio_site_get_all_charge = <wrapped function mmffio_site_get...
  mmffio_site_get_all_mass = <wrapped function mmffio_site_get_a...
  mmffio_site_get_c1 = <wrapped function mmffio_site_get_c1 at 0...
  mmffio_site_get_c2 = <wrapped function mmffio_site_get_c2 at 0...
  mmffio_site_get_charge = <wrapped function mmffio_site_get_cha...
  mmffio_site_get_data_names = <wrapped function mmffio_site_get...
  mmffio_site_get_mass = <wrapped function mmffio_site_get_mass ...
  mmffio_site_get_site_name = <wrapped function mmffio_site_get_...
  mmffio_site_get_type = <wrapped function mmffio_site_get_type ...
  mmffio_site_get_vdwtype = <wrapped function mmffio_site_get_vd...
  mmffio_site_prop_get_boolean = <wrapped function mmffio_site_p...
  mmffio_site_prop_get_int = <wrapped function mmffio_site_prop_...
  mmffio_site_prop_get_real = <wrapped function mmffio_site_prop...
  mmffio_site_prop_get_string = <wrapped function mmffio_site_pr...
  mmffio_site_prop_set_boolean = <wrapped function mmffio_site_p...
  mmffio_site_prop_set_int = <wrapped function mmffio_site_prop_...
  mmffio_site_prop_set_real = <wrapped function mmffio_site_prop...
  mmffio_site_prop_set_string = <wrapped function mmffio_site_pr...
  mmffio_site_set_c1 = <wrapped function mmffio_site_set_c1 at 0...
  mmffio_site_set_c2 = <wrapped function mmffio_site_set_c2 at 0...
  mmffio_site_set_charge = <wrapped function mmffio_site_set_cha...
  mmffio_site_set_mass = <wrapped function mmffio_site_set_mass ...
  mmffio_site_set_site_name = <wrapped function mmffio_site_set_...
  mmffio_site_set_type = <wrapped function mmffio_site_set_type ...
  mmffio_site_set_vdwtype = <wrapped function mmffio_site_set_vd...
  mmffio_stretchfbhw_get_beta = <wrapped function mmffio_stretch...
  mmffio_stretchfbhw_get_data_names = <wrapped function mmffio_s...
  mmffio_stretchfbhw_get_fc = <wrapped function mmffio_stretchfb...
  mmffio_stretchfbhw_get_group1 = <wrapped function mmffio_stret...
  mmffio_stretchfbhw_get_group2 = <wrapped function mmffio_stret...
  mmffio_stretchfbhw_get_lower = <wrapped function mmffio_stretc...
  mmffio_stretchfbhw_get_sigma = <wrapped function mmffio_stretc...
  mmffio_stretchfbhw_get_upper = <wrapped function mmffio_stretc...
  mmffio_stretchfbhw_prop_get_boolean = <wrapped function mmffio...
  mmffio_stretchfbhw_prop_get_int = <wrapped function mmffio_str...
  mmffio_stretchfbhw_prop_get_real = <wrapped function mmffio_st...
  mmffio_stretchfbhw_prop_get_string = <wrapped function mmffio_...
  mmffio_stretchfbhw_prop_set_boolean = <wrapped function mmffio...
  mmffio_stretchfbhw_prop_set_int = <wrapped function mmffio_str...
  mmffio_stretchfbhw_prop_set_real = <wrapped function mmffio_st...
  mmffio_stretchfbhw_prop_set_string = <wrapped function mmffio_...
  mmffio_stretchfbhw_set_beta = <wrapped function mmffio_stretch...
  mmffio_stretchfbhw_set_fc = <wrapped function mmffio_stretchfb...
  mmffio_stretchfbhw_set_group1 = <wrapped function mmffio_stret...
  mmffio_stretchfbhw_set_group2 = <wrapped function mmffio_stret...
  mmffio_stretchfbhw_set_lower = <wrapped function mmffio_stretc...
  mmffio_stretchfbhw_set_sigma = <wrapped function mmffio_stretc...
  mmffio_stretchfbhw_set_upper = <wrapped function mmffio_stretc...
  mmffio_terminate = <wrapped function mmffio_terminate at 0x7f1...
  mmffio_update = <wrapped function mmffio_update at 0x7f1a2accd...
  mmffio_vdwtype_get_c1 = <wrapped function mmffio_vdwtype_get_c...
  mmffio_vdwtype_get_c2 = <wrapped function mmffio_vdwtype_get_c...
  mmffio_vdwtype_get_data_names = <wrapped function mmffio_vdwty...
  mmffio_vdwtype_get_funct = <wrapped function mmffio_vdwtype_ge...
  mmffio_vdwtype_get_name = <wrapped function mmffio_vdwtype_get...
  mmffio_vdwtype_get_t1 = <wrapped function mmffio_vdwtype_get_t...
  mmffio_vdwtype_prop_get_boolean = <wrapped function mmffio_vdw...
  mmffio_vdwtype_prop_get_int = <wrapped function mmffio_vdwtype...
  mmffio_vdwtype_prop_get_real = <wrapped function mmffio_vdwtyp...
  mmffio_vdwtype_prop_get_string = <wrapped function mmffio_vdwt...
  mmffio_vdwtype_prop_set_boolean = <wrapped function mmffio_vdw...
  mmffio_vdwtype_prop_set_int = <wrapped function mmffio_vdwtype...
  mmffio_vdwtype_prop_set_real = <wrapped function mmffio_vdwtyp...
  mmffio_vdwtype_prop_set_string = <wrapped function mmffio_vdwt...
  mmffio_vdwtype_set_c1 = <wrapped function mmffio_vdwtype_set_c...
  mmffio_vdwtype_set_c2 = <wrapped function mmffio_vdwtype_set_c...
  mmffio_vdwtype_set_funct = <wrapped function mmffio_vdwtype_se...
  mmffio_vdwtype_set_name = <wrapped function mmffio_vdwtype_set...
  mmffio_vdwtype_set_t1 = <wrapped function mmffio_vdwtype_set_t...
  mmffio_vdwtypescombined_get_c1 = <wrapped function mmffio_vdwt...
  mmffio_vdwtypescombined_get_c2 = <wrapped function mmffio_vdwt...
  mmffio_vdwtypescombined_get_data_names = <wrapped function mmf...
  mmffio_vdwtypescombined_get_funct = <wrapped function mmffio_v...
  mmffio_vdwtypescombined_get_name1 = <wrapped function mmffio_v...
  mmffio_vdwtypescombined_get_name2 = <wrapped function mmffio_v...
  mmffio_vdwtypescombined_get_t1 = <wrapped function mmffio_vdwt...
  mmffio_vdwtypescombined_prop_get_boolean = <wrapped function m...
  mmffio_vdwtypescombined_prop_get_int = <wrapped function mmffi...
  mmffio_vdwtypescombined_prop_get_real = <wrapped function mmff...
  mmffio_vdwtypescombined_prop_get_string = <wrapped function mm...
  mmffio_vdwtypescombined_prop_set_boolean = <wrapped function m...
  mmffio_vdwtypescombined_prop_set_int = <wrapped function mmffi...
  mmffio_vdwtypescombined_prop_set_real = <wrapped function mmff...
  mmffio_vdwtypescombined_prop_set_string = <wrapped function mm...
  mmffio_vdwtypescombined_set_c1 = <wrapped function mmffio_vdwt...
  mmffio_vdwtypescombined_set_c2 = <wrapped function mmffio_vdwt...
  mmffio_vdwtypescombined_set_funct = <wrapped function mmffio_v...
  mmffio_vdwtypescombined_set_name1 = <wrapped function mmffio_v...
  mmffio_vdwtypescombined_set_name2 = <wrapped function mmffio_v...
  mmffio_vdwtypescombined_set_t1 = <wrapped function mmffio_vdwt...
  mmffio_virtual_get_ai = <wrapped function mmffio_virtual_get_a...
  mmffio_virtual_get_aj = <wrapped function mmffio_virtual_get_a...
  mmffio_virtual_get_ak = <wrapped function mmffio_virtual_get_a...
  mmffio_virtual_get_al = <wrapped function mmffio_virtual_get_a...
  mmffio_virtual_get_am = <wrapped function mmffio_virtual_get_a...
  mmffio_virtual_get_an = <wrapped function mmffio_virtual_get_a...
  mmffio_virtual_get_c1 = <wrapped function mmffio_virtual_get_c...
  mmffio_virtual_get_c2 = <wrapped function mmffio_virtual_get_c...
  mmffio_virtual_get_c3 = <wrapped function mmffio_virtual_get_c...
  mmffio_virtual_get_c4 = <wrapped function mmffio_virtual_get_c...
  mmffio_virtual_get_c5 = <wrapped function mmffio_virtual_get_c...
  mmffio_virtual_get_c6 = <wrapped function mmffio_virtual_get_c...
  mmffio_virtual_get_data_names = <wrapped function mmffio_virtu...
  mmffio_virtual_get_funct = <wrapped function mmffio_virtual_ge...
  mmffio_virtual_get_index = <wrapped function mmffio_virtual_ge...
  mmffio_virtual_prop_get_boolean = <wrapped function mmffio_vir...
  mmffio_virtual_prop_get_int = <wrapped function mmffio_virtual...
  mmffio_virtual_prop_get_real = <wrapped function mmffio_virtua...
  mmffio_virtual_prop_get_string = <wrapped function mmffio_virt...
  mmffio_virtual_prop_set_boolean = <wrapped function mmffio_vir...
  mmffio_virtual_prop_set_int = <wrapped function mmffio_virtual...
  mmffio_virtual_prop_set_real = <wrapped function mmffio_virtua...
  mmffio_virtual_prop_set_string = <wrapped function mmffio_virt...
  mmffio_virtual_set_ai = <wrapped function mmffio_virtual_set_a...
  mmffio_virtual_set_aj = <wrapped function mmffio_virtual_set_a...
  mmffio_virtual_set_ak = <wrapped function mmffio_virtual_set_a...
  mmffio_virtual_set_al = <wrapped function mmffio_virtual_set_a...
  mmffio_virtual_set_am = <wrapped function mmffio_virtual_set_a...
  mmffio_virtual_set_an = <wrapped function mmffio_virtual_set_a...
  mmffio_virtual_set_c1 = <wrapped function mmffio_virtual_set_c...
  mmffio_virtual_set_c2 = <wrapped function mmffio_virtual_set_c...
  mmffio_virtual_set_c3 = <wrapped function mmffio_virtual_set_c...
  mmffio_virtual_set_c4 = <wrapped function mmffio_virtual_set_c...
  mmffio_virtual_set_c5 = <wrapped function mmffio_virtual_set_c...
  mmffio_virtual_set_c6 = <wrapped function mmffio_virtual_set_c...
  mmffio_virtual_set_funct = <wrapped function mmffio_virtual_se...
  mmffio_virtual_set_index = <wrapped function mmffio_virtual_se...
  mmffio_wrap_molecules = <wrapped function mmffio_wrap_molecule...
  mmffld_adaptBCICommentInDB = <wrapped function mmffld_adaptBCI...
  mmffld_adaptCustomChargesInCT = <wrapped function mmffld_adapt...
  mmffld_adaptForMcpro = <wrapped function mmffld_adaptForMcpro ...
  mmffld_addBCI = <wrapped function mmffld_addBCI at 0x7f1a2ad26...
  mmffld_addCustomChargesToCT = <wrapped function mmffld_addCust...
  mmffld_addDipoleQuadrupoleToCT = <wrapped function mmffld_addD...
  mmffld_addPBCbonds = <wrapped function mmffld_addPBCbonds at 0...
  mmffld_changeAtomTypeParameterValue = <wrapped function mmffld...
  mmffld_changeBCI = <wrapped function mmffld_changeBCI at 0x7f1...
  mmffld_changeBCIOptFlag = <wrapped function mmffld_changeBCIOp...
  mmffld_changeParameterValues = <wrapped function mmffld_change...
  mmffld_changeParameterValuesInData = <wrapped function mmffld_...
  mmffld_checkOPLS_DIR = <wrapped function mmffld_checkOPLS_DIR ...
  mmffld_conf_errhandler = <wrapped function mmffld_conf_errhand...
  mmffld_conf_initialize = <wrapped function mmffld_conf_initial...
  mmffld_conf_p1_get_best = <wrapped function mmffld_conf_p1_get...
  mmffld_conf_p1_get_option = <wrapped function mmffld_conf_p1_g...
  mmffld_conf_p1_reset_options = <wrapped function mmffld_conf_p...
  mmffld_conf_p1_restore_options = <wrapped function mmffld_conf...
  mmffld_conf_p1_safe_best = <wrapped function mmffld_conf_p1_sa...
  mmffld_conf_p1_save_options = <wrapped function mmffld_conf_p1...
  mmffld_conf_p1_set_option = <wrapped function mmffld_conf_p1_s...
  mmffld_conf_terminate = <wrapped function mmffld_conf_terminat...
  mmffld_convertSmilesTo3D = <wrapped function mmffld_convertSmi...
  mmffld_delete = <wrapped function mmffld_delete at 0x7f1a2ac87...
  mmffld_deleteAllConstraints = <wrapped function mmffld_deleteA...
  mmffld_deleteAllRestraints = <wrapped function mmffld_deleteAl...
  mmffld_deleteConstraint = <wrapped function mmffld_deleteConst...
  mmffld_deleteMol = <wrapped function mmffld_deleteMol at 0x7f1...
  mmffld_deletePBCbonds = <wrapped function mmffld_deletePBCbond...
  mmffld_deleteRestraint = <wrapped function mmffld_deleteRestra...
  mmffld_development_license_ok = <wrapped function mmffld_devel...
  mmffld_enterConstraint = <wrapped function mmffld_enterConstra...
  mmffld_enterFep = <wrapped function mmffld_enterFep at 0x7f1a2...
  mmffld_enterMol = <wrapped function mmffld_enterMol at 0x7f1a2...
  mmffld_enterRestraint = <wrapped function mmffld_enterRestrain...
  mmffld_findNotCoveredHeterocycle = <wrapped function mmffld_fi...
  mmffld_flag_rot_acyc_bonds = <wrapped function mmffld_flag_rot...
  mmffld_generateTypeEntry = <wrapped function mmffld_generateTy...
  mmffld_getBCIforOpt = <wrapped function mmffld_getBCIforOpt at...
  mmffld_getBCIinfo = <wrapped function mmffld_getBCIinfo at 0x7...
  mmffld_getBending_reveal_ok = <wrapped function mmffld_getBend...
  mmffld_getBondedEnergiesForSubset = <wrapped function mmffld_g...
  mmffld_getBondedEnergyComponents = <wrapped function mmffld_ge...
  mmffld_getCanonicalConformer = <wrapped function mmffld_getCan...
  mmffld_getCtWithVirtualSites = <wrapped function mmffld_getCtW...
  mmffld_getESPdiffList = <wrapped function mmffld_getESPdiffLis...
  mmffld_getEnergyForce = <wrapped function mmffld_getEnergyForc...
  mmffld_getExcludedAtomList = <wrapped function mmffld_getExclu...
  mmffld_getFfldName = <wrapped function mmffld_getFfldName at 0...
  mmffld_getImpTorsion_reveal_ok = <wrapped function mmffld_getI...
  mmffld_getMissingUttRotBonds = <wrapped function mmffld_getMis...
  mmffld_getNB14PairType = <wrapped function mmffld_getNB14PairT...
  mmffld_getNB14Pairs = <wrapped function mmffld_getNB14Pairs at...
  mmffld_getNBEnergyComponents = <wrapped function mmffld_getNBE...
  mmffld_getNBEnergyForTwoAtomLists = <wrapped function mmffld_g...
  mmffld_getNonBondedEnergiesForSubset = <wrapped function mmffl...
  mmffld_getNonbond_reveal_ok = <wrapped function mmffld_getNonb...
  mmffld_getOption = <wrapped function mmffld_getOption at 0x7f1...
  mmffld_getParameterTotal = <wrapped function mmffld_getParamet...
  mmffld_getStretch_reveal_ok = <wrapped function mmffld_getStre...
  mmffld_getTorsion_reveal_ok = <wrapped function mmffld_getTors...
  mmffld_getTotalEnergyTerms = <wrapped function mmffld_getTotal...
  mmffld_getUniqueOrdering = <wrapped function mmffld_getUniqueO...
  mmffld_getVirtTypeName = <wrapped function mmffld_getVirtTypeN...
  mmffld_get_cmap_flag = <wrapped function mmffld_get_cmap_flag ...
  mmffld_get_ffld_name = <wrapped function mmffld_get_ffld_name ...
  mmffld_get_int_ffld_version = <wrapped function mmffld_get_int...
  mmffld_icbZOBequivalent = -100000
  mmffld_ictZOBequivalent = -100000
  mmffld_initialize = <wrapped function mmffld_initialize at 0x7...
  mmffld_isCompatibleDataFile = <wrapped function mmffld_isCompa...
  mmffld_license_ok = <wrapped function mmffld_license_ok at 0x7...
  mmffld_mergeAdaptedCustomCT = <wrapped function mmffld_mergeAd...
  mmffld_minimize = <wrapped function mmffld_minimize_lic at 0x7...
  mmffld_minimize_lic = <wrapped function mmffld_minimize_lic at...
  mmffld_new = <wrapped function mmffld_new at 0x7f1a2abb3ef0>
  mmffld_overwriteVdwInteractionParameter = <wrapped function mm...
  mmffld_printBCIandCharges = <wrapped function mmffld_printBCIa...
  mmffld_printDetailedEnergyComponents = <wrapped function mmffl...
  mmffld_printParameters = <wrapped function mmffld_printParamet...
  mmffld_printRestraints = <wrapped function mmffld_printRestrai...
  mmffld_readRestraintFromFile = <wrapped function mmffld_readRe...
  mmffld_regularize_ffld_name = <wrapped function mmffld_regular...
  mmffld_removeCustomChargesFromCT = <wrapped function mmffld_re...
  mmffld_resetAllChmMmlibs = <wrapped function mmffld_resetAllCh...
  mmffld_resetOption = <wrapped function mmffld_resetOption at 0...
  mmffld_reveal_params_ok = <wrapped function mmffld_reveal_para...
  mmffld_saveTypeEntry = <wrapped function mmffld_saveTypeEntry ...
  mmffld_setAltBCIType = <wrapped function mmffld_setAltBCIType ...
  mmffld_setOption = <wrapped function mmffld_setOption at 0x7f1...
  mmffld_setOutputFile = <wrapped function mmffld_setOutputFile ...
  mmffld_set_cmap_flag = <wrapped function mmffld_set_cmap_flag ...
  mmffld_set_error_handler = <wrapped function mmffld_set_error_...
  mmffld_set_virtual_sites_flag = <wrapped function mmffld_set_v...
  mmffld_terminate = <wrapped function mmffld_terminate at 0x7f1...
  mmffld_writeParameter = <wrapped function mmffld_writeParamete...
  mmfile_add_component = <wrapped function mmfile_add_component ...
  mmfile_appdata_release_dir = <wrapped function mmfile_appdata_...
  mmfile_close = <wrapped function mmfile_close at 0x7f1a2ac57fc8>
  mmfile_close_directory = <wrapped function mmfile_close_direct...
  mmfile_dir_current_get = <wrapped function mmfile_dir_current_...
  mmfile_dir_current_pop = <wrapped function mmfile_dir_current_...
  mmfile_dir_current_push = <wrapped function mmfile_dir_current...
  mmfile_dir_current_set = <wrapped function mmfile_dir_current_...
  mmfile_dir_expand = <wrapped function mmfile_dir_expand at 0x7...
  mmfile_dir_expand_buffer = <wrapped function mmfile_dir_expand...
  mmfile_dir_home = <wrapped function mmfile_dir_home at 0x7f1a2...
  mmfile_dir_user_home = <wrapped function mmfile_dir_user_home ...
  mmfile_dos_to_unix = <wrapped function mmfile_dos_to_unix at 0...
  mmfile_dos_to_unix_convert = <wrapped function mmfile_dos_to_u...
  mmfile_dos_to_unix_register = <wrapped function mmfile_dos_to_...
  mmfile_errhandler = <wrapped function mmfile_errhandler at 0x7...
  mmfile_exists = <wrapped function mmfile_exists at 0x7f1a2ad0d...
  mmfile_file_exists = <wrapped function mmfile_file_exists at 0...
  mmfile_file_get_dir = <wrapped function mmfile_file_get_dir at...
  mmfile_file_get_name = <wrapped function mmfile_file_get_name ...
  mmfile_file_get_path = <wrapped function mmfile_file_get_path ...
  mmfile_find = <wrapped function mmfile_find at 0x7f1a2ac6c5f0>
  mmfile_find_product_dir = <wrapped function mmfile_find_produc...
  mmfile_free_component_string = <wrapped function mmfile_free_c...
  mmfile_get_appdata_release_dir = <wrapped function mmfile_get_...
  mmfile_get_config_dir = <wrapped function mmfile_get_config_di...
  mmfile_get_constant = <wrapped function mmfile_get_constant at...
  mmfile_get_desktop_dir = <wrapped function mmfile_get_desktop_...
  mmfile_get_drivesep_char = <wrapped function mmfile_get_drives...
  mmfile_get_filesep_char = <wrapped function mmfile_get_filesep...
  mmfile_get_last_component = <wrapped function mmfile_get_last_...
  mmfile_get_mydocuments_dir = <wrapped function mmfile_get_mydo...
  mmfile_get_mynetworkplaces_dir = <wrapped function mmfile_get_...
  mmfile_get_next_file = <wrapped function mmfile_get_next_file ...
  mmfile_get_past_release_names = <wrapped function mmfile_get_p...
  mmfile_get_product_version = <wrapped function mmfile_get_prod...
  mmfile_get_release_name = <wrapped function mmfile_get_release...
  mmfile_get_schrodinger_support_error_mesg = <wrapped function ...
  mmfile_get_schrodinger_temp = <wrapped function mmfile_get_sch...
  mmfile_initialize = <wrapped function mmfile_initialize at 0x7...
  mmfile_is_dosfile = <wrapped function mmfile_is_dosfile at 0x7...
  mmfile_md5_file = <wrapped function mmfile_md5_file at 0x7f1a2...
  mmfile_md5_filter = <wrapped function mmfile_md5_filter at 0x7...
  mmfile_md5_string = <wrapped function mmfile_md5_string at 0x7...
  mmfile_mkdir = <wrapped function mmfile_mkdir at 0x7f1a2ad21050>
  mmfile_open = <wrapped function mmfile_open at 0x7f1a2ad21e60>
  mmfile_open_directory = <wrapped function mmfile_open_director...
  mmfile_parse_path = <wrapped function mmfile_parse_path at 0x7...
  mmfile_path_add = <wrapped function mmfile_path_add at 0x7f1a2...
  mmfile_path_add_cwd = <wrapped function mmfile_path_add_cwd at...
  mmfile_path_add_home = <wrapped function mmfile_path_add_home ...
  mmfile_path_clear = <wrapped function mmfile_path_clear at 0x7...
  mmfile_path_get = <wrapped function mmfile_path_get at 0x7f1a2...
  mmfile_path_is_absolute = <wrapped function mmfile_path_is_abs...
  mmfile_path_localize = <wrapped function mmfile_path_localize ...
  mmfile_path_print = <wrapped function mmfile_path_print at 0x7...
  mmfile_path_set = <wrapped function mmfile_path_set at 0x7f1a2...
  mmfile_path_to_unix = <wrapped function mmfile_path_to_unix at...
  mmfile_refcount = <wrapped function mmfile_refcount at 0x7f1a2...
  mmfile_remove_component = <wrapped function mmfile_remove_comp...
  mmfile_rm_recursive = <wrapped function mmfile_rm_recursive at...
  mmfile_schrodinger_appdata_dir = <wrapped function mmfile_schr...
  mmfile_schrodinger_local_appdata_dir = <wrapped function mmfil...
  mmfile_schrodinger_userdata_dir = <wrapped function mmfile_sch...
  mmfile_set_dir_filter = <wrapped function mmfile_set_dir_filte...
  mmfile_setup_openmpi = <wrapped function mmfile_setup_openmpi ...
  mmfile_terminate = <wrapped function mmfile_terminate at 0x7f1...
  mmfile_which = <wrapped function mmfile_which at 0x7f1a2ac515a8>
  mmfrag_delete = <wrapped function mmfrag_delete at 0x7f1a2acb5...
  mmfrag_duplicate_fragment = <wrapped function mmfrag_duplicate...
  mmfrag_get_conformation = <wrapped function mmfrag_get_conform...
  mmfrag_get_connections = <wrapped function mmfrag_get_connecti...
  mmfrag_get_direction = <wrapped function mmfrag_get_direction ...
  mmfrag_get_fragment = <wrapped function mmfrag_get_fragment at...
  mmfrag_get_fragment_by_index = <wrapped function mmfrag_get_fr...
  mmfrag_get_fragment_suffix = <wrapped function mmfrag_get_frag...
  mmfrag_get_mode_name = <wrapped function mmfrag_get_mode_name ...
  mmfrag_get_number_fragments = <wrapped function mmfrag_get_num...
  mmfrag_get_res_num_treatment = <wrapped function mmfrag_get_re...
  mmfrag_get_torsion = <wrapped function mmfrag_get_torsion at 0...
  mmfrag_get_torsion_group = <wrapped function mmfrag_get_torsio...
  mmfrag_get_type = <wrapped function mmfrag_get_type at 0x7f1a2...
  mmfrag_grow_ct = <wrapped function mmfrag_grow_ct at 0x7f1a2ac...
  mmfrag_increment_res_num = <wrapped function mmfrag_increment_...
  mmfrag_initialize = <wrapped function mmfrag_initialize at 0x7...
  mmfrag_initialize_alt = <wrapped function mmfrag_initialize_al...
  mmfrag_new = <wrapped function mmfrag_new at 0x7f1a2ac643f8>
  mmfrag_set_conformation = <wrapped function mmfrag_set_conform...
  mmfrag_set_direction = <wrapped function mmfrag_set_direction ...
  mmfrag_set_fragment = <wrapped function mmfrag_set_fragment at...
  mmfrag_set_fragment_index = <wrapped function mmfrag_set_fragm...
  mmfrag_set_fragment_name = <wrapped function mmfrag_set_fragme...
  mmfrag_set_fragment_suffix = <wrapped function mmfrag_set_frag...
  mmfrag_terminate = <wrapped function mmfrag_terminate at 0x7f1...
  mmhtreat_checkff = <wrapped function mmhtreat_checkff at 0x7f1...
  mmhtreat_get_description = <wrapped function mmhtreat_get_desc...
  mmhtreat_get_fftreatment = <wrapped function mmhtreat_get_fftr...
  mmhtreat_get_number_of_treatments = <wrapped function mmhtreat...
  mmhtreat_get_treatment_index = <wrapped function mmhtreat_get_...
  mmhtreat_get_treatment_names = <wrapped function mmhtreat_get_...
  mmhtreat_hadd = <wrapped function mmhtreat_hadd at 0x7f1a2ac8d...
  mmhtreat_hdel = <wrapped function mmhtreat_hdel at 0x7f1a2abb3...
  mmhtreat_initialize = <wrapped function mmhtreat_initialize at...
  mmhtreat_terminate = <wrapped function mmhtreat_terminate at 0...
  mmideal_get_angle = <wrapped function mmideal_get_angle at 0x7...
  mmideal_get_stretch = <wrapped function mmideal_get_stretch at...
  mmideal_get_torsion = <wrapped function mmideal_get_torsion at...
  mmideal_initialize = <wrapped function mmideal_initialize at 0...
  mmideal_terminate = <wrapped function mmideal_terminate at 0x7...
  mmim_arg_is_set = <wrapped function mmim_arg_is_set at 0x7f1a2...
  mmim_ct_m2io_get = <wrapped function mmim_ct_m2io_get at 0x7f1...
  mmim_ct_m2io_put = <wrapped function mmim_ct_m2io_put at 0x7f1...
  mmim_delete = <wrapped function mmim_delete at 0x7f1a2aba4cf8>
  mmim_delete_met_coord_cons = <wrapped function mmim_delete_met...
  mmim_dump_state = <wrapped function mmim_dump_state at 0x7f1a2...
  mmim_dump_state_default = <wrapped function mmim_dump_state_de...
  mmim_errhandler = <wrapped function mmim_errhandler at 0x7f1a2...
  mmim_free_string = <wrapped function mmim_free_string at 0x7f1...
  mmim_get_arg_bool = <wrapped function mmim_get_arg_bool at 0x7...
  mmim_get_arg_bool_default = <wrapped function mmim_get_arg_boo...
  mmim_get_arg_float = <wrapped function mmim_get_arg_float at 0...
  mmim_get_arg_float_default = <wrapped function mmim_get_arg_fl...
  mmim_get_arg_int = <wrapped function mmim_get_arg_int at 0x7f1...
  mmim_get_arg_int_default = <wrapped function mmim_get_arg_int_...
  mmim_get_arg_string = <wrapped function mmim_get_arg_string at...
  mmim_get_arg_string_default = <wrapped function mmim_get_arg_s...
  mmim_get_glide_box_bounds = <wrapped function mmim_get_glide_b...
  mmim_get_glide_grid_ct = <wrapped function mmim_get_glide_grid...
  mmim_get_glide_gridbox = <wrapped function mmim_get_glide_grid...
  mmim_get_glide_outerbox = <wrapped function mmim_get_glide_out...
  mmim_get_glide_peptide_mode = <wrapped function mmim_get_glide...
  mmim_get_index_by_name = <wrapped function mmim_get_index_by_n...
  mmim_get_indexed_arg_bool = <wrapped function mmim_get_indexed...
  mmim_get_indexed_arg_bool_count = <wrapped function mmim_get_i...
  mmim_get_indexed_arg_bool_count_default = <wrapped function mm...
  mmim_get_indexed_arg_bool_default = <wrapped function mmim_get...
  mmim_get_indexed_arg_float = <wrapped function mmim_get_indexe...
  mmim_get_indexed_arg_float_count = <wrapped function mmim_get_...
  mmim_get_indexed_arg_float_count_default = <wrapped function m...
  mmim_get_indexed_arg_float_default = <wrapped function mmim_ge...
  mmim_get_indexed_arg_int = <wrapped function mmim_get_indexed_...
  mmim_get_indexed_arg_int_count = <wrapped function mmim_get_in...
  mmim_get_indexed_arg_int_count_default = <wrapped function mmi...
  mmim_get_indexed_arg_int_default = <wrapped function mmim_get_...
  mmim_get_indexed_arg_string = <wrapped function mmim_get_index...
  mmim_get_indexed_arg_string_count = <wrapped function mmim_get...
  mmim_get_indexed_arg_string_count_default = <wrapped function ...
  mmim_get_indexed_arg_string_default = <wrapped function mmim_g...
  mmim_get_mol_id = <wrapped function mmim_get_mol_id at 0x7f1a2...
  mmim_glide_build_box_act = <wrapped function mmim_glide_build_...
  mmim_glide_extract_gridfile = <wrapped function mmim_glide_ext...
  mmim_handle_arg_is_set = <wrapped function mmim_handle_arg_is_...
  mmim_handle_ct_m2io_get = <wrapped function mmim_handle_ct_m2i...
  mmim_handle_ct_m2io_put = <wrapped function mmim_handle_ct_m2i...
  mmim_handle_dump_state = <wrapped function mmim_handle_dump_st...
  mmim_handle_get_arg_bool = <wrapped function mmim_handle_get_a...
  mmim_handle_get_arg_float = <wrapped function mmim_handle_get_...
  mmim_handle_get_arg_int = <wrapped function mmim_handle_get_ar...
  mmim_handle_get_arg_string = <wrapped function mmim_handle_get...
  mmim_handle_get_indexed_arg_bool = <wrapped function mmim_hand...
  mmim_handle_get_indexed_arg_bool_count = <wrapped function mmi...
  mmim_handle_get_indexed_arg_float = <wrapped function mmim_han...
  mmim_handle_get_indexed_arg_float_count = <wrapped function mm...
  mmim_handle_get_indexed_arg_int = <wrapped function mmim_handl...
  mmim_handle_get_indexed_arg_int_count = <wrapped function mmim...
  mmim_handle_get_indexed_arg_string = <wrapped function mmim_ha...
  mmim_handle_get_indexed_arg_string_count = <wrapped function m...
  mmim_handle_get_mol_id = <wrapped function mmim_handle_get_mol...
  mmim_handle_glide_build_box_act = <wrapped function mmim_handl...
  mmim_handle_glide_cons_add_cons_to_group = <wrapped function m...
  mmim_handle_glide_cons_delete_group = <wrapped function mmim_h...
  mmim_handle_glide_cons_delete_hbond = <wrapped function mmim_h...
  mmim_handle_glide_cons_delete_metal = <wrapped function mmim_h...
  mmim_handle_glide_cons_delete_metcoord = <wrapped function mmi...
  mmim_handle_glide_cons_delete_noe = <wrapped function mmim_han...
  mmim_handle_glide_cons_delete_pattern = <wrapped function mmim...
  mmim_handle_glide_cons_delete_posit = <wrapped function mmim_h...
  mmim_handle_glide_cons_get_grid_param = <wrapped function mmim...
  mmim_handle_glide_cons_get_hbond = <wrapped function mmim_hand...
  mmim_handle_glide_cons_get_metal = <wrapped function mmim_hand...
  mmim_handle_glide_cons_get_metcoord = <wrapped function mmim_h...
  mmim_handle_glide_cons_get_noe = <wrapped function mmim_handle...
  mmim_handle_glide_cons_get_posit = <wrapped function mmim_hand...
  mmim_handle_glide_cons_link_pattern = <wrapped function mmim_h...
  mmim_handle_glide_cons_new_group = <wrapped function mmim_hand...
  mmim_handle_glide_cons_new_hbond = <wrapped function mmim_hand...
  mmim_handle_glide_cons_new_metal = <wrapped function mmim_hand...
  mmim_handle_glide_cons_new_metcoord = <wrapped function mmim_h...
  mmim_handle_glide_cons_new_noe = <wrapped function mmim_handle...
  mmim_handle_glide_cons_new_pattern = <wrapped function mmim_ha...
  mmim_handle_glide_cons_new_posit = <wrapped function mmim_hand...
  mmim_handle_glide_cons_pattern_set_atoms = <wrapped function m...
  mmim_handle_glide_cons_pattern_set_exclude = <wrapped function...
  mmim_handle_glide_cons_pattern_set_ignore = <wrapped function ...
  mmim_handle_glide_cons_pattern_set_natom = <wrapped function m...
  mmim_handle_glide_cons_pattern_set_smarts = <wrapped function ...
  mmim_handle_glide_cons_set_group_nreq = <wrapped function mmim...
  mmim_handle_glide_cons_type_from_label = <wrapped function mmi...
  mmim_handle_glide_cons_write_featfile = <wrapped function mmim...
  mmim_handle_glide_get_torcons = <wrapped function mmim_handle_...
  mmim_handle_glide_read_consfile = <wrapped function mmim_handl...
  mmim_handle_read_ct_m2io = <wrapped function mmim_handle_read_...
  mmim_handle_read_ct_m2io_filename = <wrapped function mmim_han...
  mmim_handle_reset = <wrapped function mmim_handle_reset at 0x7...
  mmim_handle_set_arg_bool = <wrapped function mmim_handle_set_a...
  mmim_handle_set_arg_float = <wrapped function mmim_handle_set_...
  mmim_handle_set_arg_int = <wrapped function mmim_handle_set_ar...
  mmim_handle_set_arg_string = <wrapped function mmim_handle_set...
  mmim_handle_set_arg_value = <wrapped function mmim_handle_set_...
  mmim_handle_set_indexed_arg_bool = <wrapped function mmim_hand...
  mmim_handle_set_indexed_arg_bool_count = <wrapped function mmi...
  mmim_handle_set_indexed_arg_float = <wrapped function mmim_han...
  mmim_handle_set_indexed_arg_float_count = <wrapped function mm...
  mmim_handle_set_indexed_arg_int = <wrapped function mmim_handl...
  mmim_handle_set_indexed_arg_int_count = <wrapped function mmim...
  mmim_handle_set_indexed_arg_string = <wrapped function mmim_ha...
  mmim_handle_set_indexed_arg_string_count = <wrapped function m...
  mmim_handle_start = <wrapped function mmim_handle_start at 0x7...
  mmim_handle_unset_arg = <wrapped function mmim_handle_unset_ar...
  mmim_handle_write = <wrapped function mmim_handle_write at 0x7...
  mmim_handle_write_ct_m2io_filename = <wrapped function mmim_ha...
  mmim_handle_write_glide_keys_filename = <wrapped function mmim...
  mmim_handle_write_qsite_job = <wrapped function mmim_handle_wr...
  mmim_initialize = <wrapped function mmim_initialize at 0x7f1a2...
  mmim_met_coord_get_atom = <wrapped function mmim_met_coord_get...
  mmim_met_coord_get_avail_xyz = <wrapped function mmim_met_coor...
  mmim_met_coord_get_natoms = <wrapped function mmim_met_coord_g...
  mmim_met_coord_get_navail = <wrapped function mmim_met_coord_g...
  mmim_met_coord_get_ngeom = <wrapped function mmim_met_coord_ge...
  mmim_met_coord_get_nprimary = <wrapped function mmim_met_coord...
  mmim_met_coord_get_nprimatoms = <wrapped function mmim_met_coo...
  mmim_met_coord_get_nsecatoms = <wrapped function mmim_met_coor...
  mmim_met_coord_get_nsecondary = <wrapped function mmim_met_coo...
  mmim_met_coord_get_primary_atom = <wrapped function mmim_met_c...
  mmim_met_coord_get_secondary_atom = <wrapped function mmim_met...
  mmim_met_coord_get_type = <wrapped function mmim_met_coord_get...
  mmim_new = <wrapped function mmim_new at 0x7f1a2ad353f8>
  mmim_new_met_coord_cons = <wrapped function mmim_new_met_coord...
  mmim_parse_keyword_input_file = <wrapped function mmim_parse_k...
  mmim_read_ct_m2io = <wrapped function mmim_read_ct_m2io at 0x7...
  mmim_read_ct_m2io_filename = <wrapped function mmim_read_ct_m2...
  mmim_read_exvol_spheres = <wrapped function mmim_read_exvol_sp...
  mmim_read_feature_header = <wrapped function mmim_read_feature...
  mmim_read_feature_smarts = <wrapped function mmim_read_feature...
  mmim_read_glidecons_types = <wrapped function mmim_read_glidec...
  mmim_read_nconsgroups = <wrapped function mmim_read_nconsgroup...
  mmim_read_nconssmarts = <wrapped function mmim_read_nconssmart...
  mmim_refcount = <wrapped function mmim_refcount at 0x7f1a2aba9...
  mmim_remove_flexr_props = <wrapped function mmim_remove_flexr_...
  mmim_reset = <wrapped function mmim_reset at 0x7f1a2acb5758>
  mmim_set_arg_bool = <wrapped function mmim_set_arg_bool at 0x7...
  mmim_set_arg_float = <wrapped function mmim_set_arg_float at 0...
  mmim_set_arg_int = <wrapped function mmim_set_arg_int at 0x7f1...
  mmim_set_arg_string = <wrapped function mmim_set_arg_string at...
  mmim_set_indexed_arg_bool = <wrapped function mmim_set_indexed...
  mmim_set_indexed_arg_bool_count = <wrapped function mmim_set_i...
  mmim_set_indexed_arg_float = <wrapped function mmim_set_indexe...
  mmim_set_indexed_arg_float_count = <wrapped function mmim_set_...
  mmim_set_indexed_arg_int = <wrapped function mmim_set_indexed_...
  mmim_set_indexed_arg_int_count = <wrapped function mmim_set_in...
  mmim_set_indexed_arg_string = <wrapped function mmim_set_index...
  mmim_set_indexed_arg_string_count = <wrapped function mmim_set...
  mmim_start = <wrapped function mmim_start at 0x7f1a2ac6c3b0>
  mmim_terminate = <wrapped function mmim_terminate at 0x7f1a2ad...
  mmim_unset_arg = <wrapped function mmim_unset_arg at 0x7f1a2ac...
  mmim_write = <wrapped function mmim_write at 0x7f1a2ac5dd40>
  mmim_write_ct_m2io_filename = <wrapped function mmim_write_ct_...
  mmim_write_feature_header = <wrapped function mmim_write_featu...
  mmim_write_feature_header2 = <wrapped function mmim_write_feat...
  mmim_write_feature_smarts = <wrapped function mmim_write_featu...
  mmim_write_nconsgroups = <wrapped function mmim_write_nconsgro...
  mmim_write_nconssmarts = <wrapped function mmim_write_nconssma...
  mmim_write_qsite_job = <wrapped function mmim_write_qsite_job ...
  mmim_wscore_combined = <wrapped function mmim_wscore_combined ...
  mmjag_Nameval_char = <wrapped function mmjag_Nameval_char at 0...
  mmjag_Nameval_char_swigregister = <wrapped function mmjag_Name...
  mmjag_append_sections_from_link = <wrapped function mmjag_appe...
  mmjag_atomic_char_get = <wrapped function mmjag_atomic_char_ge...
  mmjag_atomic_char_set = <wrapped function mmjag_atomic_char_se...
  mmjag_atomic_int_get = <wrapped function mmjag_atomic_int_get ...
  mmjag_atomic_int_set = <wrapped function mmjag_atomic_int_set ...
  mmjag_atomic_real_get = <wrapped function mmjag_atomic_real_ge...
  mmjag_atomic_real_set = <wrapped function mmjag_atomic_real_se...
  mmjag_b3lyploc_get_num_metals = <wrapped function mmjag_b3lypl...
  mmjag_b3lyploc_get_spin_splitting_score = <wrapped function mm...
  mmjag_b3lyploc_lfd_predict_mult = <wrapped function mmjag_b3ly...
  mmjag_b3lyploc_valid = <wrapped function mmjag_b3lyploc_valid ...
  mmjag_b3lypmm_valid = <wrapped function mmjag_b3lypmm_valid at...
  mmjag_basis_default = <wrapped function mmjag_basis_default at...
  mmjag_basis_functions = <wrapped function mmjag_basis_function...
  mmjag_basis_functions_per_atom = <wrapped function mmjag_basis...
  mmjag_basis_get = <wrapped function mmjag_basis_get at 0x7f1a2...
  mmjag_basis_get_by_name = <wrapped function mmjag_basis_get_by...
  mmjag_canonical_keyword_str_get = <wrapped function mmjag_cano...
  mmjag_clone = <wrapped function mmjag_clone at 0x7f1a2ac647e8>
  mmjag_connect = <wrapped function mmjag_connect at 0x7f1a2ad26...
  mmjag_constraint_count = <wrapped function mmjag_constraint_co...
  mmjag_constraint_delete = <wrapped function mmjag_constraint_d...
  mmjag_constraint_delete_all = <wrapped function mmjag_constrai...
  mmjag_constraint_get = <wrapped function mmjag_constraint_get ...
  mmjag_constraint_set = <wrapped function mmjag_constraint_set ...
  mmjag_constraint_type_get = <wrapped function mmjag_constraint...
  mmjag_create_maefile = <wrapped function mmjag_create_maefile ...
  mmjag_ct_from_zmat = <wrapped function mmjag_ct_from_zmat at 0...
  mmjag_delete = <wrapped function mmjag_delete at 0x7f1a2abaebd8>
  mmjag_determine_invalid = <wrapped function mmjag_determine_in...
  mmjag_dft_code = <wrapped function mmjag_dft_code at 0x7f1a2ac...
  mmjag_dft_code_from_components = <wrapped function mmjag_dft_c...
  mmjag_dft_components_from_code = <wrapped function mmjag_dft_c...
  mmjag_dft_name = <wrapped function mmjag_dft_name at 0x7f1a2ad...
  mmjag_directive_get = <wrapped function mmjag_directive_get at...
  mmjag_directive_set = <wrapped function mmjag_directive_set at...
  mmjag_directives_list = <wrapped function mmjag_directives_lis...
  mmjag_errhandler = <wrapped function mmjag_errhandler at 0x7f1...
  mmjag_general_constraint_set = <wrapped function mmjag_general...
  mmjag_get_b3lyploc_all_metals = <wrapped function mmjag_get_b3...
  mmjag_get_b3lyploc_high_spin_thresh = <wrapped function mmjag_...
  mmjag_get_b3lyploc_low_spin_thresh = <wrapped function mmjag_g...
  mmjag_get_b3lyploc_parallel_spin_spin_thresh = <wrapped functi...
  mmjag_get_b3lyploc_specific_ligand_smarts = <wrapped function ...
  mmjag_get_b3lyploc_spin_splitting_score_weights = <wrapped fun...
  mmjag_get_b3lyploc_validated_bases = <wrapped function mmjag_g...
  mmjag_get_b3lypmm_all_metals = <wrapped function mmjag_get_b3l...
  mmjag_get_b3lypmm_validated_bases = <wrapped function mmjag_ge...
  mmjag_get_b3lypmm_validated_metals = <wrapped function mmjag_g...
  mmjag_get_b3lypmm_validated_neutral_atoms = <wrapped function ...
  mmjag_get_ligand_props = <wrapped function mmjag_get_ligand_pr...
  mmjag_get_n_b3lyploc_all_metals = <wrapped function mmjag_get_...
  mmjag_get_n_b3lyploc_specific_ligand_smarts = <wrapped functio...
  mmjag_get_n_b3lyploc_validated_bases = <wrapped function mmjag...
  mmjag_get_n_b3lyploc_validated_metal_bases = <wrapped function...
  mmjag_get_n_b3lypmm_all_metals = <wrapped function mmjag_get_n...
  mmjag_get_n_b3lypmm_validated_bases = <wrapped function mmjag_...
  mmjag_get_n_b3lypmm_validated_metals = <wrapped function mmjag...
  mmjag_get_n_b3lypmm_validated_neutral_atoms = <wrapped functio...
  mmjag_get_num_jag_mm_atoms = <wrapped function mmjag_get_num_j...
  mmjag_get_num_jaguar_atoms = <wrapped function mmjag_get_num_j...
  mmjag_get_num_qm_atoms = <wrapped function mmjag_get_num_qm_at...
  mmjag_get_num_qm_cuts = <wrapped function mmjag_get_num_qm_cut...
  mmjag_get_num_qm_free_ligands = <wrapped function mmjag_get_nu...
  mmjag_get_num_qm_hcaps = <wrapped function mmjag_get_num_qm_hc...
  mmjag_get_num_qm_regions = <wrapped function mmjag_get_num_qm_...
  mmjag_get_num_qmregion_atoms = <wrapped function mmjag_get_num...
  mmjag_get_num_se_atoms = <wrapped function mmjag_get_num_se_at...
  mmjag_get_num_se_free_ligands = <wrapped function mmjag_get_nu...
  mmjag_get_num_se_hcaps = <wrapped function mmjag_get_num_se_hc...
  mmjag_get_num_se_regions = <wrapped function mmjag_get_num_se_...
  mmjag_get_sect_text = <wrapped function mmjag_get_sect_text at...
  mmjag_handle_special_ligands = <wrapped function mmjag_handle_...
  mmjag_harmonic_constraint_get = <wrapped function mmjag_harmon...
  mmjag_harmonic_constraint_set = <wrapped function mmjag_harmon...
  mmjag_in_use = <wrapped function mmjag_in_use at 0x7f1a2ab9a758>
  mmjag_init_qmreg = <wrapped function mmjag_init_qmreg at 0x7f1...
  mmjag_init_qsite_atoms = <wrapped function mmjag_init_qsite_at...
  mmjag_initialize = <wrapped function mmjag_initialize at 0x7f1...
  mmjag_key_char_def = <wrapped function mmjag_key_char_def at 0...
  mmjag_key_char_get = <wrapped function mmjag_key_char_get at 0...
  mmjag_key_char_set = <wrapped function mmjag_key_char_set at 0...
  mmjag_key_clear = <wrapped function mmjag_key_clear at 0x7f1a2...
  mmjag_key_defined = <wrapped function mmjag_key_defined at 0x7...
  mmjag_key_delete = <wrapped function mmjag_key_delete at 0x7f1...
  mmjag_key_int_def = <wrapped function mmjag_key_int_def at 0x7...
  mmjag_key_int_get = <wrapped function mmjag_key_int_get at 0x7...
  mmjag_key_int_set = <wrapped function mmjag_key_int_set at 0x7...
  mmjag_key_nondef_get = <wrapped function mmjag_key_nondef_get ...
  mmjag_key_real_def = <wrapped function mmjag_key_real_def at 0...
  mmjag_key_real_get = <wrapped function mmjag_key_real_get at 0...
  mmjag_key_real_set = <wrapped function mmjag_key_real_set at 0...
  mmjag_key_type = <wrapped function mmjag_key_type at 0x7f1a2ac...
  mmjag_load_ligand_spin_splitting_score_hash = <wrapped functio...
  mmjag_lookup_char = <wrapped function mmjag_lookup_char at 0x7...
  mmjag_make_etransfer_archive = <wrapped function mmjag_make_et...
  mmjag_make_etransfer_archive2 = <wrapped function mmjag_make_e...
  mmjag_mopac_check_boolean = <wrapped function mmjag_mopac_chec...
  mmjag_mopac_check_qsite_allowable = <wrapped function mmjag_mo...
  mmjag_mopac_key_char_def = <wrapped function mmjag_mopac_key_c...
  mmjag_mopac_key_char_get = <wrapped function mmjag_mopac_key_c...
  mmjag_mopac_key_char_set = <wrapped function mmjag_mopac_key_c...
  mmjag_mopac_key_clear = <wrapped function mmjag_mopac_key_clea...
  mmjag_mopac_key_clearall = <wrapped function mmjag_mopac_key_c...
  mmjag_mopac_key_defined = <wrapped function mmjag_mopac_key_de...
  mmjag_mopac_key_delete = <wrapped function mmjag_mopac_key_del...
  mmjag_mopac_key_int_def = <wrapped function mmjag_mopac_key_in...
  mmjag_mopac_key_int_get = <wrapped function mmjag_mopac_key_in...
  mmjag_mopac_key_int_set = <wrapped function mmjag_mopac_key_in...
  mmjag_mopac_key_nondef_count = <wrapped function mmjag_mopac_k...
  mmjag_mopac_key_nondef_get = <wrapped function mmjag_mopac_key...
  mmjag_mopac_key_real_def = <wrapped function mmjag_mopac_key_r...
  mmjag_mopac_key_real_get = <wrapped function mmjag_mopac_key_r...
  mmjag_mopac_key_real_set = <wrapped function mmjag_mopac_key_r...
  mmjag_mopac_key_type = <wrapped function mmjag_mopac_key_type ...
  mmjag_mopac_keywrd = <wrapped function mmjag_mopac_keywrd at 0...
  mmjag_mopac_startup = <wrapped function mmjag_mopac_startup at...
  mmjag_name_scan_get = <wrapped function mmjag_name_scan_get at...
  mmjag_new = <wrapped function mmjag_new at 0x7f1a2ac57290>
  mmjag_notes_get = <wrapped function mmjag_notes_get at 0x7f1a2...
  mmjag_notes_set = <wrapped function mmjag_notes_set at 0x7f1a2...
  mmjag_orbitals_get = <wrapped function mmjag_orbitals_get at 0...
  mmjag_parse_qmoptions = <wrapped function mmjag_parse_qmoption...
  mmjag_parse_seoptions = <wrapped function mmjag_parse_seoption...
  mmjag_pka_find_sites = <wrapped function mmjag_pka_find_sites ...
  mmjag_preflight = <wrapped function mmjag_preflight at 0x7f1a2...
  mmjag_preflight_batch = <wrapped function mmjag_preflight_batc...
  mmjag_qs_check_all_constraints = <wrapped function mmjag_qs_ch...
  mmjag_qs_check_constraint = <wrapped function mmjag_qs_check_c...
  mmjag_qsite_connect = <wrapped function mmjag_qsite_connect at...
  mmjag_qsite_delete = <wrapped function mmjag_qsite_delete at 0...
  mmjag_read_file = <wrapped function mmjag_read_file at 0x7f1a2...
  mmjag_read_qsite_file = <wrapped function mmjag_read_qsite_fil...
  mmjag_read_structure = <wrapped function mmjag_read_structure ...
  mmjag_remove_invalid = <wrapped function mmjag_remove_invalid ...
  mmjag_reset_all = <wrapped function mmjag_reset_all at 0x7f1a2...
  mmjag_scan_count = <wrapped function mmjag_scan_count at 0x7f1...
  mmjag_scan_delete = <wrapped function mmjag_scan_delete at 0x7...
  mmjag_scan_delete_all = <wrapped function mmjag_scan_delete_al...
  mmjag_scan_get = <wrapped function mmjag_scan_get at 0x7f1a2ac...
  mmjag_scan_set = <wrapped function mmjag_scan_set at 0x7f1a2ad...
  mmjag_sect_append = <wrapped function mmjag_sect_append at 0x7...
  mmjag_sect_append_wrapper = <wrapped function mmjag_sect_appen...
  mmjag_sect_check_and_delete = <wrapped function mmjag_sect_che...
  mmjag_sect_create = <wrapped function mmjag_sect_create at 0x7...
  mmjag_sect_defined = <wrapped function mmjag_sect_defined at 0...
  mmjag_sect_delete = <wrapped function mmjag_sect_delete at 0x7...
  mmjag_stoichiometry = <wrapped function mmjag_stoichiometry at...
  mmjag_target_constraint_get = <wrapped function mmjag_target_c...
  mmjag_target_constraint_set = <wrapped function mmjag_target_c...
  mmjag_update = <wrapped function mmjag_update at 0x7f1a2ac9ea70>
  mmjag_validate = <wrapped function mmjag_validate at 0x7f1a2ac...
  mmjag_write_batch = <wrapped function mmjag_write_batch at 0x7...
  mmjag_write_file = <wrapped function mmjag_write_file at 0x7f1...
  mmjag_write_qmoptions = <wrapped function mmjag_write_qmoption...
  mmjag_write_qsite_file = <wrapped function mmjag_write_qsite_f...
  mmjag_write_seoptions = <wrapped function mmjag_write_seoption...
  mmjag_zmat_atom_count = <wrapped function mmjag_zmat_atom_coun...
  mmjag_zmat_atom_cp_get = <wrapped function mmjag_zmat_atom_cp_...
  mmjag_zmat_atom_cp_set = <wrapped function mmjag_zmat_atom_cp_...
  mmjag_zmat_atom_get = <wrapped function mmjag_zmat_atom_get at...
  mmjag_zmat_atom_get_index = <wrapped function mmjag_zmat_atom_...
  mmjag_zmat_atom_get_name = <wrapped function mmjag_zmat_atom_g...
  mmjag_zmat_ct_get = <wrapped function mmjag_zmat_ct_get at 0x7...
  mmjag_zmat_ct_set = <wrapped function mmjag_zmat_ct_set at 0x7...
  mmjag_zmat_defined = <wrapped function mmjag_zmat_defined at 0...
  mmjag_zmat_delete = <wrapped function mmjag_zmat_delete at 0x7...
  mmjag_zmat_electron_count = <wrapped function mmjag_zmat_elect...
  mmjag_zmat_from_ct = <wrapped function mmjag_zmat_from_ct at 0...
  mmjag_zmat_from_geostring = <wrapped function mmjag_zmat_from_...
  mmjag_zmat_makecart = <wrapped function mmjag_zmat_makecart at...
  mmjag_zmat_makeint = <wrapped function mmjag_zmat_makeint at 0...
  mmjag_zmat_write = <wrapped function mmjag_zmat_write at 0x7f1...
  mmjag_zvar_count = <wrapped function mmjag_zvar_count at 0x7f1...
  mmjag_zvar_get = <wrapped function mmjag_zvar_get at 0x7f1a2ab...
  mmjag_zvar_set = <wrapped function mmjag_zvar_set at 0x7f1a2ac...
  mmkv_arg_is_set = <wrapped function mmkv_arg_is_set at 0x7f1a2...
  mmkv_delete = <wrapped function mmkv_delete at 0x7f1a2ab9f908>
  mmkv_dump_state = <wrapped function mmkv_dump_state at 0x7f1a2...
  mmkv_dump_state_default = <wrapped function mmkv_dump_state_de...
  mmkv_errhandler = <wrapped function mmkv_errhandler at 0x7f1a2...
  mmkv_free_string = <wrapped function mmkv_free_string at 0x7f1...
  mmkv_get_arg_bool = <wrapped function mmkv_get_arg_bool at 0x7...
  mmkv_get_arg_bool_default = <wrapped function mmkv_get_arg_boo...
  mmkv_get_arg_flag = <wrapped function mmkv_get_arg_flag at 0x7...
  mmkv_get_arg_float = <wrapped function mmkv_get_arg_float at 0...
  mmkv_get_arg_float_default = <wrapped function mmkv_get_arg_fl...
  mmkv_get_arg_int = <wrapped function mmkv_get_arg_int at 0x7f1...
  mmkv_get_arg_int_default = <wrapped function mmkv_get_arg_int_...
  mmkv_get_arg_string = <wrapped function mmkv_get_arg_string at...
  mmkv_get_arg_string_default = <wrapped function mmkv_get_arg_s...
  mmkv_get_command = <wrapped function mmkv_get_command at 0x7f1...
  mmkv_get_command_arguments = <wrapped function mmkv_get_comman...
  mmkv_get_index_by_name = <wrapped function mmkv_get_index_by_n...
  mmkv_get_indexed_arg_bool = <wrapped function mmkv_get_indexed...
  mmkv_get_indexed_arg_bool_count = <wrapped function mmkv_get_i...
  mmkv_get_indexed_arg_bool_count_default = <wrapped function mm...
  mmkv_get_indexed_arg_bool_default = <wrapped function mmkv_get...
  mmkv_get_indexed_arg_float = <wrapped function mmkv_get_indexe...
  mmkv_get_indexed_arg_float_count = <wrapped function mmkv_get_...
  mmkv_get_indexed_arg_float_count_default = <wrapped function m...
  mmkv_get_indexed_arg_float_default = <wrapped function mmkv_ge...
  mmkv_get_indexed_arg_int = <wrapped function mmkv_get_indexed_...
  mmkv_get_indexed_arg_int_count = <wrapped function mmkv_get_in...
  mmkv_get_indexed_arg_int_count_default = <wrapped function mmk...
  mmkv_get_indexed_arg_int_default = <wrapped function mmkv_get_...
  mmkv_get_indexed_arg_string = <wrapped function mmkv_get_index...
  mmkv_get_indexed_arg_string_count = <wrapped function mmkv_get...
  mmkv_get_indexed_arg_string_count_default = <wrapped function ...
  mmkv_get_indexed_arg_string_default = <wrapped function mmkv_g...
  mmkv_handle_arg_is_set = <wrapped function mmkv_handle_arg_is_...
  mmkv_handle_dump_state = <wrapped function mmkv_handle_dump_st...
  mmkv_handle_get_arg_bool = <wrapped function mmkv_handle_get_a...
  mmkv_handle_get_arg_float = <wrapped function mmkv_handle_get_...
  mmkv_handle_get_arg_int = <wrapped function mmkv_handle_get_ar...
  mmkv_handle_get_arg_string = <wrapped function mmkv_handle_get...
  mmkv_handle_get_indexed_arg_bool = <wrapped function mmkv_hand...
  mmkv_handle_get_indexed_arg_bool_count = <wrapped function mmk...
  mmkv_handle_get_indexed_arg_float = <wrapped function mmkv_han...
  mmkv_handle_get_indexed_arg_float_count = <wrapped function mm...
  mmkv_handle_get_indexed_arg_int = <wrapped function mmkv_handl...
  mmkv_handle_get_indexed_arg_int_count = <wrapped function mmkv...
  mmkv_handle_get_indexed_arg_string = <wrapped function mmkv_ha...
  mmkv_handle_get_indexed_arg_string_count = <wrapped function m...
  mmkv_handle_reset = <wrapped function mmkv_handle_reset at 0x7...
  mmkv_handle_set_arg_bool = <wrapped function mmkv_handle_set_a...
  mmkv_handle_set_arg_float = <wrapped function mmkv_handle_set_...
  mmkv_handle_set_arg_int = <wrapped function mmkv_handle_set_ar...
  mmkv_handle_set_arg_string = <wrapped function mmkv_handle_set...
  mmkv_handle_set_arg_value = <wrapped function mmkv_handle_set_...
  mmkv_handle_set_indexed_arg_bool = <wrapped function mmkv_hand...
  mmkv_handle_set_indexed_arg_bool_count = <wrapped function mmk...
  mmkv_handle_set_indexed_arg_float = <wrapped function mmkv_han...
  mmkv_handle_set_indexed_arg_float_count = <wrapped function mm...
  mmkv_handle_set_indexed_arg_int = <wrapped function mmkv_handl...
  mmkv_handle_set_indexed_arg_int_count = <wrapped function mmkv...
  mmkv_handle_set_indexed_arg_string = <wrapped function mmkv_ha...
  mmkv_handle_set_indexed_arg_string_count = <wrapped function m...
  mmkv_handle_start = <wrapped function mmkv_handle_start at 0x7...
  mmkv_handle_unset_arg = <wrapped function mmkv_handle_unset_ar...
  mmkv_handle_write_keys_filename = <wrapped function mmkv_handl...
  mmkv_initialize = <wrapped function mmkv_initialize at 0x7f1a2...
  mmkv_new = <wrapped function mmkv_new at 0x7f1a2acaf050>
  mmkv_parse_keyword_input_file = <wrapped function mmkv_parse_k...
  mmkv_parse_keyword_input_filename = <wrapped function mmkv_par...
  mmkv_read_mmkey_from_file = <wrapped function mmkv_read_mmkey_...
  mmkv_refcount = <wrapped function mmkv_refcount at 0x7f1a2ab9f...
  mmkv_reset = <wrapped function mmkv_reset at 0x7f1a2ac7b560>
  mmkv_set_arg_bool = <wrapped function mmkv_set_arg_bool at 0x7...
  mmkv_set_arg_float = <wrapped function mmkv_set_arg_float at 0...
  mmkv_set_arg_int = <wrapped function mmkv_set_arg_int at 0x7f1...
  mmkv_set_arg_string = <wrapped function mmkv_set_arg_string at...
  mmkv_set_indexed_arg_bool = <wrapped function mmkv_set_indexed...
  mmkv_set_indexed_arg_bool_count = <wrapped function mmkv_set_i...
  mmkv_set_indexed_arg_float = <wrapped function mmkv_set_indexe...
  mmkv_set_indexed_arg_float_count = <wrapped function mmkv_set_...
  mmkv_set_indexed_arg_int = <wrapped function mmkv_set_indexed_...
  mmkv_set_indexed_arg_int_count = <wrapped function mmkv_set_in...
  mmkv_set_indexed_arg_string = <wrapped function mmkv_set_index...
  mmkv_set_indexed_arg_string_count = <wrapped function mmkv_set...
  mmkv_start = <wrapped function mmkv_start at 0x7f1a2ad1cd88>
  mmkv_terminate = <wrapped function mmkv_terminate at 0x7f1a2ad...
  mmkv_unset_arg = <wrapped function mmkv_unset_arg at 0x7f1a2ac...
  mmlewis_add_zobs = <wrapped function mmlewis_add_zobs at 0x7f1...
  mmlewis_add_zobs_to_selected = <wrapped function mmlewis_add_z...
  mmlewis_apply = <wrapped function mmlewis_apply at 0x7f1a2ad12...
  mmlewis_convert_aromatic_bonds = <wrapped function mmlewis_con...
  mmlewis_get_option = <wrapped function mmlewis_get_option at 0...
  mmlewis_initialize = <wrapped function mmlewis_initialize at 0...
  mmlewis_pre_add_zobs = <wrapped function mmlewis_pre_add_zobs ...
  mmlewis_pre_add_zobs_to_selected = <wrapped function mmlewis_p...
  mmlewis_set_error_handler = <wrapped function mmlewis_set_erro...
  mmlewis_set_option = <wrapped function mmlewis_set_option at 0...
  mmlewis_terminate = <wrapped function mmlewis_terminate at 0x7...
  mmlist_cleanup = <wrapped function mmlist_cleanup at 0x7f1a2ac...
  mmlist_copy = <wrapped function mmlist_copy at 0x7f1a2acb52d8>
  mmlist_delete = <wrapped function mmlist_delete at 0x7f1a2ad2b...
  mmlist_duplicate = <wrapped function mmlist_duplicate at 0x7f1...
  mmlist_in_list = <wrapped function mmlist_in_list at 0x7f1a2ad...
  mmlist_in_range = <wrapped function mmlist_in_range at 0x7f1a2...
  mmlist_initialize = <wrapped function mmlist_initialize at 0x7...
  mmlist_new = <wrapped function mmlist_new at 0x7f1a2acc3b48>
  mmlist_next_permutation = <wrapped function mmlist_next_permut...
  mmlist_resize = <wrapped function mmlist_resize at 0x7f1a2ac40...
  mmlist_reverse = <wrapped function mmlist_reverse at 0x7f1a2ac...
  mmlist_set = <wrapped function mmlist_set at 0x7f1a2ab95cf8>
  mmlist_swap = <wrapped function mmlist_swap at 0x7f1a2aba4d40>
  mmlist_terminate = <wrapped function mmlist_terminate at 0x7f1...
  mmmdl_cleanup_atexit = <wrapped function mmmdl_cleanup_atexit ...
  mmmdl_count_structures = <wrapped function mmmdl_count_structu...
  mmmdl_delete = <wrapped function mmmdl_delete at 0x7f1a2acafcb0>
  mmmdl_errhandler = <wrapped function mmmdl_errhandler at 0x7f1...
  mmmdl_fix_prop_types = <wrapped function mmmdl_fix_prop_types ...
  mmmdl_get_errhandler = <wrapped function mmmdl_get_errhandler ...
  mmmdl_get_props_list = <wrapped function mmmdl_get_props_list ...
  mmmdl_get_string = <wrapped function mmmdl_get_string at 0x7f1...
  mmmdl_initialize = <wrapped function mmmdl_initialize at 0x7f1...
  mmmdl_new = <wrapped function mmmdl_new at 0x7f1a2ac813f8>
  mmmdl_new_from_string = <wrapped function mmmdl_new_from_strin...
  mmmdl_new_to_string = <wrapped function mmmdl_new_to_string at...
  mmmdl_position = <wrapped function mmmdl_position at 0x7f1a2ac...
  mmmdl_prop_name = <wrapped function mmmdl_prop_name at 0x7f1a2...
  mmmdl_sdfile_fix_prop_types = <wrapped function mmmdl_sdfile_f...
  mmmdl_sdfile_get_ct = <wrapped function mmmdl_sdfile_get_ct at...
  mmmdl_sdfile_goto = <wrapped function mmmdl_sdfile_goto at 0x7...
  mmmdl_sdfile_put_ct = <wrapped function mmmdl_sdfile_put_ct at...
  mmmdl_set_file_position = <wrapped function mmmdl_set_file_pos...
  mmmdl_set_option = <wrapped function mmmdl_set_option at 0x7f1...
  mmmdl_set_use_as_title = <wrapped function mmmdl_set_use_as_ti...
  mmmdl_terminate = <wrapped function mmmdl_terminate at 0x7f1a2...
  mmmol2_count_structures = <wrapped function mmmol2_count_struc...
  mmmol2_delete = <wrapped function mmmol2_delete at 0x7f1a2aca9...
  mmmol2_get_ct = <wrapped function mmmol2_get_ct at 0x7f1a2ac57...
  mmmol2_get_errhandler = <wrapped function mmmol2_get_errhandle...
  mmmol2_goto_index_struct = <wrapped function mmmol2_goto_index...
  mmmol2_goto_next_struct = <wrapped function mmmol2_goto_next_s...
  mmmol2_initialize = <wrapped function mmmol2_initialize at 0x7...
  mmmol2_new = <wrapped function mmmol2_new at 0x7f1a2ad17518>
  mmmol2_put_ct = <wrapped function mmmol2_put_ct at 0x7f1a2ac46...
  mmmol2_terminate = <wrapped function mmmol2_terminate at 0x7f1...
  mmneut_a_ct = <wrapped function mmneut_a_ct at 0x7f1a2ac46290>
  mmneut_chk_tot_form_chg = <wrapped function mmneut_chk_tot_for...
  mmneut_desalt_a_ct = <wrapped function mmneut_desalt_a_ct at 0...
  mmneut_initialize_for_ligprep3 = <wrapped function mmneut_init...
  mmneut_initialize_lic = <wrapped function mmneut_initialize_li...
  mmneut_terminate = <wrapped function mmneut_terminate at 0x7f1...
  mmpKa_add_pKas_to_ct = <wrapped function mmpKa_add_pKas_to_ct ...
  mmpKa_add_proton = <wrapped function mmpKa_add_proton at 0x7f1...
  mmpKa_add_proton_to_best_base = <wrapped function mmpKa_add_pr...
  mmpKa_add_to_notes = <wrapped function mmpKa_add_to_notes at 0...
  mmpKa_adjust_H_positions = <wrapped function mmpKa_adjust_H_po...
  mmpKa_apply_metal_shift = <wrapped function mmpKa_apply_metal_...
  mmpKa_apply_solvent2str = <wrapped function mmpKa_apply_solven...
  mmpKa_atom_get_metal_penalty = <wrapped function mmpKa_atom_ge...
  mmpKa_check_for_problematic_atoms = <wrapped function mmpKa_ch...
  mmpKa_clean_meso_structures = <wrapped function mmpKa_clean_me...
  mmpKa_delete_solvent_model = <wrapped function mmpKa_delete_so...
  mmpKa_delete_str = <wrapped function mmpKa_delete_str at 0x7f1...
  mmpKa_errhandler = <wrapped function mmpKa_errhandler at 0x7f1...
  mmpKa_find_bad_fragments = <wrapped function mmpKa_find_bad_fr...
  mmpKa_fit_info_write_tokens = <wrapped function mmpKa_fit_info...
  mmpKa_getRotationMatrix = <wrapped function mmpKa_getRotationM...
  mmpKa_get_chemistry_notes = <wrapped function mmpKa_get_chemis...
  mmpKa_get_logging = <wrapped function mmpKa_get_logging at 0x7...
  mmpKa_get_metal_state_penalty = <wrapped function mmpKa_get_me...
  mmpKa_get_notes = <wrapped function mmpKa_get_notes at 0x7f1a2...
  mmpKa_get_solvent_param_info = <wrapped function mmpKa_get_sol...
  mmpKa_get_state_penalty = <wrapped function mmpKa_get_state_pe...
  mmpKa_give_ct_for_str_handle = <wrapped function mmpKa_give_ct...
  mmpKa_give_ct_handle_for_str_handle = <wrapped function mmpKa_...
  mmpKa_give_ionizable_group_info = <wrapped function mmpKa_give...
  mmpKa_give_ionizable_group_match = <wrapped function mmpKa_giv...
  mmpKa_give_ionizable_group_sch_id = <wrapped function mmpKa_gi...
  mmpKa_give_num_ionizable_groups = <wrapped function mmpKa_give...
  mmpKa_give_pKa_symmetry_correction = <wrapped function mmpKa_g...
  mmpKa_give_protonation_states = <wrapped function mmpKa_give_p...
  mmpKa_initial_adjust_mesomer = <wrapped function mmpKa_initial...
  mmpKa_initial_adjust_mesomer_scripts = <wrapped function mmpKa...
  mmpKa_initialize = <wrapped function mmpKa_initialize at 0x7f1...
  mmpKa_initialize_utility = <wrapped function mmpKa_initialize_...
  mmpKa_ionization_penalties = <wrapped function mmpKa_ionizatio...
  mmpKa_new_solvent_model = <wrapped function mmpKa_new_solvent_...
  mmpKa_new_str = <wrapped function mmpKa_new_str at 0x7f1a2acb5...
  mmpKa_query_solvent_model = <wrapped function mmpKa_query_solv...
  mmpKa_reduce_local_charge = <wrapped function mmpKa_reduce_loc...
  mmpKa_remove_most_acidic_proton = <wrapped function mmpKa_remo...
  mmpKa_set_def_sol_model = <wrapped function mmpKa_set_def_sol_...
  mmpKa_set_full_fit_info_file = <wrapped function mmpKa_set_ful...
  mmpKa_set_logging = <wrapped function mmpKa_set_logging at 0x7...
  mmpKa_set_option = <wrapped function mmpKa_set_option at 0x7f1...
  mmpKa_set_pKa_uncertainty = <wrapped function mmpKa_set_pKa_un...
  mmpKa_set_state_penalty = <wrapped function mmpKa_set_state_pe...
  mmpKa_structure_set_option = <wrapped function mmpKa_structure...
  mmpKa_terminate = <wrapped function mmpKa_terminate at 0x7f1a2...
  mmpKa_terminate_utility = <wrapped function mmpKa_terminate_ut...
  mmpKa_total_absolute_formal_charge = <wrapped function mmpKa_t...
  mmpKa_total_formal_charge = <wrapped function mmpKa_total_form...
  mmpatty_assign_arom_bond_count_properties = <wrapped function ...
  mmpatty_assign_arom_ring_memb_count_properties = <wrapped func...
  mmpatty_define_property = <wrapped function mmpatty_define_pro...
  mmpatty_delete = <wrapped function mmpatty_delete at 0x7f1a2ac...
  mmpatty_finished_ct = <wrapped function mmpatty_finished_ct at...
  mmpatty_get_char_property = <wrapped function mmpatty_get_char...
  mmpatty_get_ct_from_pattern = <wrapped function mmpatty_get_ct...
  mmpatty_get_double_property = <wrapped function mmpatty_get_do...
  mmpatty_get_int_property = <wrapped function mmpatty_get_int_p...
  mmpatty_get_label = <wrapped function mmpatty_get_label at 0x7...
  mmpatty_get_label_count = <wrapped function mmpatty_get_label_...
  mmpatty_get_option = <wrapped function mmpatty_get_option at 0...
  mmpatty_get_sssr = <wrapped function mmpatty_get_sssr at 0x7f1...
  mmpatty_initialize = <wrapped function mmpatty_initialize at 0...
  mmpatty_is_started_ct = <wrapped function mmpatty_is_started_c...
  mmpatty_match_comp = <wrapped function mmpatty_match_comp at 0...
  mmpatty_match_comp_constr = <wrapped function mmpatty_match_co...
  mmpatty_match_startatom_comp = <wrapped function mmpatty_match...
  mmpatty_match_string = <wrapped function mmpatty_match_string ...
  mmpatty_match_string_constr = <wrapped function mmpatty_match_...
  mmpatty_new = <wrapped function mmpatty_new at 0x7f1a2abb37a0>
  mmpatty_num_atoms = <wrapped function mmpatty_num_atoms at 0x7...
  mmpatty_option = <wrapped function mmpatty_option at 0x7f1a2ac...
  mmpatty_put_char_property = <wrapped function mmpatty_put_char...
  mmpatty_put_double_property = <wrapped function mmpatty_put_do...
  mmpatty_put_int_property = <wrapped function mmpatty_put_int_p...
  mmpatty_put_label = <wrapped function mmpatty_put_label at 0x7...
  mmpatty_set_error_handler = <wrapped function mmpatty_set_erro...
  mmpatty_start_ct = <wrapped function mmpatty_start_ct at 0x7f1...
  mmpatty_terminate = <wrapped function mmpatty_terminate at 0x7...
  mmpdb_add_bonds = <wrapped function mmpdb_add_bonds at 0x7f1a2...
  mmpdb_close = <wrapped function mmpdb_close at 0x7f1a2ad1cfc8>
  mmpdb_delete = <wrapped function mmpdb_delete at 0x7f1a2acaf3b0>
  mmpdb_errhandler = <wrapped function mmpdb_errhandler at 0x7f1...
  mmpdb_free_seqres = <wrapped function mmpdb_free_seqres at 0x7...
  mmpdb_get_cov_radius = <wrapped function mmpdb_get_cov_radius ...
  mmpdb_get_errhandler = <wrapped function mmpdb_get_errhandler ...
  mmpdb_get_id = <wrapped function mmpdb_get_id at 0x7f1a2acb5ea8>
  mmpdb_get_one_letter_residue = <wrapped function mmpdb_get_one...
  mmpdb_get_pdb_order = <wrapped function mmpdb_get_pdb_order at...
  mmpdb_get_psp_order = <wrapped function mmpdb_get_psp_order at...
  mmpdb_get_residue_order = <wrapped function mmpdb_get_residue_...
  mmpdb_get_resnum_order = <wrapped function mmpdb_get_resnum_or...
  mmpdb_get_sequence_order = <wrapped function mmpdb_get_sequenc...
  mmpdb_get_sequence_order_using_bs = <wrapped function mmpdb_ge...
  mmpdb_get_std_residue_atoms = <wrapped function mmpdb_get_std_...
  mmpdb_goto = <wrapped function mmpdb_goto at 0x7f1a2acc3dd0>
  mmpdb_handle_model_count = <wrapped function mmpdb_handle_mode...
  mmpdb_initialize = <wrapped function mmpdb_initialize at 0x7f1...
  mmpdb_model_count = <wrapped function mmpdb_model_count at 0x7...
  mmpdb_new = <wrapped function mmpdb_new at 0x7f1a2ab9f998>
  mmpdb_open = <wrapped function mmpdb_open at 0x7f1a2ad26098>
  mmpdb_read = <wrapped function mmpdb_read at 0x7f1a2aba4908>
  mmpdb_read_data = <wrapped function mmpdb_read_data at 0x7f1a2...
  mmpdb_read_seqres = <wrapped function mmpdb_read_seqres at 0x7...
  mmpdb_remediate_atom_name = <wrapped function mmpdb_remediate_...
  mmpdb_set = <wrapped function mmpdb_set at 0x7f1a2ad0dea8>
  mmpdb_set_classification = <wrapped function mmpdb_set_classif...
  mmpdb_set_deposition_date = <wrapped function mmpdb_set_deposi...
  mmpdb_set_idcode = <wrapped function mmpdb_set_idcode at 0x7f1...
  mmpdb_set_incomplete_res_bs = <wrapped function mmpdb_set_inco...
  mmpdb_set_structure_resolution = <wrapped function mmpdb_set_s...
  mmpdb_set_version = <wrapped function mmpdb_set_version at 0x7...
  mmpdb_terminate = <wrapped function mmpdb_terminate at 0x7f1a2...
  mmpdb_to_mmct = <wrapped function mmpdb_to_mmct at 0x7f1a2ac64...
  mmpdb_write = <wrapped function mmpdb_write at 0x7f1a2ac578c0>
  mmpdb_write_multiple = <wrapped function mmpdb_write_multiple ...
  mmpref_begin_group = <wrapped function mmpref_begin_group at 0...
  mmpref_begin_os_attribute = <wrapped function mmpref_begin_os_...
  mmpref_begin_os_attribute2 = <wrapped function mmpref_begin_os...
  mmpref_clear = <wrapped function mmpref_clear at 0x7f1a2aca4290>
  mmpref_contains = <wrapped function mmpref_contains at 0x7f1a2...
  mmpref_contains_key = <wrapped function mmpref_contains_key at...
  mmpref_delete = <wrapped function mmpref_delete at 0x7f1a2acb9...
  mmpref_end_group = <wrapped function mmpref_end_group at 0x7f1...
  mmpref_end_os_attribute = <wrapped function mmpref_end_os_attr...
  mmpref_get_bool = <wrapped function mmpref_get_bool at 0x7f1a2...
  mmpref_get_bool_list = <wrapped function mmpref_get_bool_list ...
  mmpref_get_bool_or_use_value = <wrapped function mmpref_get_bo...
  mmpref_get_comment_for_key = <wrapped function mmpref_get_comm...
  mmpref_get_double = <wrapped function mmpref_get_double at 0x7...
  mmpref_get_double_list = <wrapped function mmpref_get_double_l...
  mmpref_get_double_or_use_value = <wrapped function mmpref_get_...
  mmpref_get_group = <wrapped function mmpref_get_group at 0x7f1...
  mmpref_get_int = <wrapped function mmpref_get_int at 0x7f1a2ac...
  mmpref_get_int_list = <wrapped function mmpref_get_int_list at...
  mmpref_get_int_or_use_value = <wrapped function mmpref_get_int...
  mmpref_get_settings_file = <wrapped function mmpref_get_settin...
  mmpref_get_string = <wrapped function mmpref_get_string at 0x7...
  mmpref_get_string_list = <wrapped function mmpref_get_string_l...
  mmpref_get_string_or_use_value = <wrapped function mmpref_get_...
  mmpref_get_subgroups = <wrapped function mmpref_get_subgroups ...
  mmpref_get_type = <wrapped function mmpref_get_type at 0x7f1a2...
  mmpref_new = <wrapped function mmpref_new at 0x7f1a2ac93a70>
  mmpref_remove = <wrapped function mmpref_remove at 0x7f1a2ac5d...
  mmpref_remove_key = <wrapped function mmpref_remove_key at 0x7...
  mmpref_set_bool = <wrapped function mmpref_set_bool at 0x7f1a2...
  mmpref_set_comment_for_key = <wrapped function mmpref_set_comm...
  mmpref_set_double = <wrapped function mmpref_set_double at 0x7...
  mmpref_set_int = <wrapped function mmpref_set_int at 0x7f1a2ac...
  mmpref_set_string = <wrapped function mmpref_set_string at 0x7...
  mmpref_set_variant = <wrapped function mmpref_set_variant at 0...
  mmpref_sync = <wrapped function mmpref_sync at 0x7f1a2ac735f0>
  mmrotamer_find_chi = <wrapped function mmrotamer_find_chi at 0...
  mmrotamer_get_chi_def = <wrapped function mmrotamer_get_chi_de...
  mmrotamer_get_connected_atom = <wrapped function mmrotamer_get...
  mmrotamer_get_num_chi_angles = <wrapped function mmrotamer_get...
  mmrotamer_get_num_rotamers = <wrapped function mmrotamer_get_n...
  mmrotamer_get_population = <wrapped function mmrotamer_get_pop...
  mmrotamer_get_rotamer_chi = <wrapped function mmrotamer_get_ro...
  mmrotamer_initialize = <wrapped function mmrotamer_initialize ...
  mmrotamer_refcount = <wrapped function mmrotamer_refcount at 0...
  mmrotamer_terminate = <wrapped function mmrotamer_terminate at...
  mmseq_add_boolean_data = <wrapped function mmseq_add_boolean_d...
  mmseq_add_integer_data = <wrapped function mmseq_add_integer_d...
  mmseq_add_real_data = <wrapped function mmseq_add_real_data at...
  mmseq_add_string_data = <wrapped function mmseq_add_string_dat...
  mmseq_cleanup_sequence = <wrapped function mmseq_cleanup_seque...
  mmseq_compare = <wrapped function mmseq_compare at 0x7f1a2acc3...
  mmseq_delete = <wrapped function mmseq_delete at 0x7f1a2acbe440>
  mmseq_delete_code = <wrapped function mmseq_delete_code at 0x7...
  mmseq_delete_codes = <wrapped function mmseq_delete_codes at 0...
  mmseq_dump = <wrapped function mmseq_dump at 0x7f1a2aca4cb0>
  mmseq_duplicate = <wrapped function mmseq_duplicate at 0x7f1a2...
  mmseq_errhandler = <wrapped function mmseq_errhandler at 0x7f1...
  mmseq_extract_from_ct = <wrapped function mmseq_extract_from_c...
  mmseq_extract_from_ct_and_reorder = <wrapped function mmseq_ex...
  mmseq_get_additional_handle = <wrapped function mmseq_get_addi...
  mmseq_get_editable = <wrapped function mmseq_get_editable at 0...
  mmseq_get_modified = <wrapped function mmseq_get_modified at 0...
  mmseq_get_one_letter_res_name = <wrapped function mmseq_get_on...
  mmseq_get_selected = <wrapped function mmseq_get_selected at 0...
  mmseq_get_unrequested_handle = <wrapped function mmseq_get_unr...
  mmseq_get_visible = <wrapped function mmseq_get_visible at 0x7...
  mmseq_initialize = <wrapped function mmseq_initialize at 0x7f1...
  mmseq_insert_code = <wrapped function mmseq_insert_code at 0x7...
  mmseq_insert_codes = <wrapped function mmseq_insert_codes at 0...
  mmseq_new = <wrapped function mmseq_new at 0x7f1a2abb33f8>
  mmseq_open_additional_data = <wrapped function mmseq_open_addi...
  mmseq_res_get_core_region = <wrapped function mmseq_res_get_co...
  mmseq_res_get_gap_locked = <wrapped function mmseq_res_get_gap...
  mmseq_res_get_in_use = <wrapped function mmseq_res_get_in_use ...
  mmseq_res_get_is_gap = <wrapped function mmseq_res_get_is_gap ...
  mmseq_res_get_selected = <wrapped function mmseq_res_get_selec...
  mmseq_res_get_template_id = <wrapped function mmseq_res_get_te...
  mmseq_res_get_template_region = <wrapped function mmseq_res_ge...
  mmseq_res_set_core_region = <wrapped function mmseq_res_set_co...
  mmseq_res_set_gap_locked = <wrapped function mmseq_res_set_gap...
  mmseq_res_set_in_use = <wrapped function mmseq_res_set_in_use ...
  mmseq_res_set_is_gap = <wrapped function mmseq_res_set_is_gap ...
  mmseq_res_set_selected = <wrapped function mmseq_res_set_selec...
  mmseq_res_set_template_id = <wrapped function mmseq_res_set_te...
  mmseq_res_set_template_region = <wrapped function mmseq_res_se...
  mmseq_set_accession_number = <wrapped function mmseq_set_acces...
  mmseq_set_all_codes = <wrapped function mmseq_set_all_codes at...
  mmseq_set_ca_index = <wrapped function mmseq_set_ca_index at 0...
  mmseq_set_chain = <wrapped function mmseq_set_chain at 0x7f1a2...
  mmseq_set_code = <wrapped function mmseq_set_code at 0x7f1a2ac...
  mmseq_set_code_id = <wrapped function mmseq_set_code_id at 0x7...
  mmseq_set_description = <wrapped function mmseq_set_descriptio...
  mmseq_set_editable = <wrapped function mmseq_set_editable at 0...
  mmseq_set_gaps_from_sequence = <wrapped function mmseq_set_gap...
  mmseq_set_modified = <wrapped function mmseq_set_modified at 0...
  mmseq_set_name = <wrapped function mmseq_set_name at 0x7f1a2ac...
  mmseq_set_selected = <wrapped function mmseq_set_selected at 0...
  mmseq_set_type = <wrapped function mmseq_set_type at 0x7f1a2ac...
  mmseq_set_unrequested_handle = <wrapped function mmseq_set_unr...
  mmseq_set_visible = <wrapped function mmseq_set_visible at 0x7...
  mmseq_strip_gap_characters = <wrapped function mmseq_strip_gap...
  mmseq_terminate = <wrapped function mmseq_terminate at 0x7f1a2...
  mmseq_truncate = <wrapped function mmseq_truncate at 0x7f1a2ac...
  mmseq_validate = <wrapped function mmseq_validate at 0x7f1a2ac...
  mmseqio_close_file = <wrapped function mmseqio_close_file at 0...
  mmseqio_errhandler = <wrapped function mmseqio_errhandler at 0...
  mmseqio_get_num_sequences = <wrapped function mmseqio_get_num_...
  mmseqio_initialize = <wrapped function mmseqio_initialize at 0...
  mmseqio_open_file = <wrapped function mmseqio_open_file at 0x7...
  mmseqio_read_alignment = <wrapped function mmseqio_read_alignm...
  mmseqio_read_sequence = <wrapped function mmseqio_read_sequenc...
  mmseqio_refcount = <wrapped function mmseqio_refcount at 0x7f1...
  mmseqio_set_option = <wrapped function mmseqio_set_option at 0...
  mmseqio_terminate = <wrapped function mmseqio_terminate at 0x7...
  mmseqio_write_alignment = <wrapped function mmseqio_write_alig...
  mmseqio_write_sequence = <wrapped function mmseqio_write_seque...
  mmsmiles_delete = <wrapped function mmsmiles_delete at 0x7f1a2...
  mmsmiles_get_distorted_ct = <wrapped function mmsmiles_get_dis...
  mmsmiles_get_error_handler = <wrapped function mmsmiles_get_er...
  mmsmiles_get_smarts = <wrapped function mmsmiles_get_smarts at...
  mmsmiles_get_smiles = <wrapped function mmsmiles_get_smiles at...
  mmsmiles_initialize = <wrapped function mmsmiles_initialize at...
  mmsmiles_new = <wrapped function mmsmiles_new at 0x7f1a2ac8d560>
  mmsmiles_set_option = <wrapped function mmsmiles_set_option at...
  mmsmiles_terminate = <wrapped function mmsmiles_terminate at 0...
  mmsmilesmae_get_error_handler = <wrapped function mmsmilesmae_...
  mmsmilesmae_initialize_lic = <wrapped function mmsmilesmae_ini...
  mmsmilesmae_set_option = <wrapped function mmsmilesmae_set_opt...
  mmsmilesmae_terminate = <wrapped function mmsmilesmae_terminat...
  mmspg_cent_oper_get = <wrapped function mmspg_cent_oper_get at...
  mmspg_cleanup = <wrapped function mmspg_cleanup at 0x7f1a2ad03...
  mmspg_crystal_system_name_get = <wrapped function mmspg_crysta...
  mmspg_delete = <wrapped function mmspg_delete at 0x7f1a2ad03cb0>
  mmspg_display_get = <wrapped function mmspg_display_get at 0x7...
  mmspg_full_spgname_get = <wrapped function mmspg_full_spgname_...
  mmspg_get_setting = <wrapped function mmspg_get_setting at 0x7...
  mmspg_get_spgid_by_spgname = <wrapped function mmspg_get_spgid...
  mmspg_get_spgname_by_spgid = <wrapped function mmspg_get_spgna...
  mmspg_get_string_oper_by_matrix = <wrapped function mmspg_get_...
  mmspg_get_valid_for_primex = <wrapped function mmspg_get_valid...
  mmspg_get_xyzasu = <wrapped function mmspg_get_xyzasu at 0x7f1...
  mmspg_initialize = <wrapped function mmspg_initialize at 0x7f1...
  mmspg_load_spgbase = <wrapped function mmspg_load_spgbase at 0...
  mmspg_nchoices_get = <wrapped function mmspg_nchoices_get at 0...
  mmspg_new_spg_by_definition = <wrapped function mmspg_new_spg_...
  mmspg_new_spg_by_spgid = <wrapped function mmspg_new_spg_by_sp...
  mmspg_new_spg_by_spgname = <wrapped function mmspg_new_spg_by_...
  mmspg_new_spg_by_symstr = <wrapped function mmspg_new_spg_by_s...
  mmspg_num_cent_oper_get = <wrapped function mmspg_num_cent_ope...
  mmspg_num_prim_oper_get = <wrapped function mmspg_num_prim_ope...
  mmspg_num_symmetry_oper_get = <wrapped function mmspg_num_symm...
  mmspg_pgname_get = <wrapped function mmspg_pgname_get at 0x7f1...
  mmspg_prim_oper_get = <wrapped function mmspg_prim_oper_get at...
  mmspg_short_spgname_get = <wrapped function mmspg_short_spgnam...
  mmspg_spg_of_choice_get = <wrapped function mmspg_spg_of_choic...
  mmspg_spg_total_definitions = <wrapped function mmspg_spg_tota...
  mmspg_spg_total_get = <wrapped function mmspg_spg_total_get at...
  mmspg_spgid_get = <wrapped function mmspg_spgid_get at 0x7f1a2...
  mmspg_symmetry_oper_get = <wrapped function mmspg_symmetry_ope...
  mmspg_terminate = <wrapped function mmspg_terminate at 0x7f1a2...
  mmss_assign = <wrapped function mmss_assign at 0x7f1a2ac9ecb0>
  mmss_assign_quick = <wrapped function mmss_assign_quick at 0x7...
  mmss_errhandler = <wrapped function mmss_errhandler at 0x7f1a2...
  mmss_get_residue_index = <wrapped function mmss_get_residue_in...
  mmss_initialize = <wrapped function mmss_initialize at 0x7f1a2...
  mmss_refcount = <wrapped function mmss_refcount at 0x7f1a2ac8d...
  mmss_terminate = <wrapped function mmss_terminate at 0x7f1a2ab...
  mmsssr_errhandler = <wrapped function mmsssr_errhandler at 0x7...
  mmsssr_find = <wrapped function mmsssr_find at 0x7f1a2ab95ef0>
  mmsssr_get_edges = <wrapped function mmsssr_get_edges at 0x7f1...
  mmsssr_initialize = <wrapped function mmsssr_initialize at 0x7...
  mmsssr_refcount = <wrapped function mmsssr_refcount at 0x7f1a2...
  mmsssr_terminate = <wrapped function mmsssr_terminate at 0x7f1...
  mmstereo_add_stereo_information_to_ct = <wrapped function mmst...
  mmstereo_adjust_atoms = <wrapped function mmstereo_adjust_atom...
  mmstereo_atom_chirality = <wrapped function mmstereo_atom_chir...
  mmstereo_atom_invert_chirality = <wrapped function mmstereo_at...
  mmstereo_atom_stereo = <wrapped function mmstereo_atom_stereo ...
  mmstereo_chiral_atoms = <wrapped function mmstereo_chiral_atom...
  mmstereo_chirality_from_parity = <wrapped function mmstereo_ch...
  mmstereo_clear_stereo_from_ct = <wrapped function mmstereo_cle...
  mmstereo_cts_equivalent = <wrapped function mmstereo_cts_equiv...
  mmstereo_delete = <wrapped function mmstereo_delete at 0x7f1a2...
  mmstereo_double_bond_stereo = <wrapped function mmstereo_doubl...
  mmstereo_errhandler = <wrapped function mmstereo_errhandler at...
  mmstereo_extra_check_ch_combination = <wrapped function mmster...
  mmstereo_extra_find_ch_comb_atoms = <wrapped function mmstereo...
  mmstereo_extra_get_options = <wrapped function mmstereo_extra_...
  mmstereo_extra_give_index = <wrapped function mmstereo_extra_g...
  mmstereo_extra_set_options = <wrapped function mmstereo_extra_...
  mmstereo_find_ct_eq_and_map = <wrapped function mmstereo_find_...
  mmstereo_get_bonded_mmlist = <wrapped function mmstereo_get_bo...
  mmstereo_get_option = <wrapped function mmstereo_get_option at...
  mmstereo_give_num_of_stereoisomers = <wrapped function mmstere...
  mmstereo_give_stereoisomer_info = <wrapped function mmstereo_g...
  mmstereo_initialize = <wrapped function mmstereo_initialize at...
  mmstereo_new = <wrapped function mmstereo_new at 0x7f1a2ad1c170>
  mmstereo_new_anc = <wrapped function mmstereo_new_anc at 0x7f1...
  mmstereo_new_for_mol = <wrapped function mmstereo_new_for_mol ...
  mmstereo_parity_from_chirality = <wrapped function mmstereo_pa...
  mmstereo_print = <wrapped function mmstereo_print at 0x7f1a2ad...
  mmstereo_reset_input_ch_used = <wrapped function mmstereo_rese...
  mmstereo_set_option = <wrapped function mmstereo_set_option at...
  mmstereo_set_use_input_ch_next = <wrapped function mmstereo_se...
  mmstereo_stereo_atoms = <wrapped function mmstereo_stereo_atom...
  mmstereo_stereo_double_bonds = <wrapped function mmstereo_ster...
  mmstereo_terminate = <wrapped function mmstereo_terminate at 0...
  mmsubs_delete = <wrapped function mmsubs_delete at 0x7f1a2acc3...
  mmsubs_initialize = <wrapped function mmsubs_initialize at 0x7...
  mmsubs_match = <wrapped function mmsubs_match at 0x7f1a2ac873f8>
  mmsubs_match_comp = <wrapped function mmsubs_match_comp at 0x7...
  mmsubs_match_comp_constr = <wrapped function mmsubs_match_comp...
  mmsubs_match_constr = <wrapped function mmsubs_match_constr at...
  mmsubs_new = <wrapped function mmsubs_new at 0x7f1a2acb5560>
  mmsubs_num_atoms = <wrapped function mmsubs_num_atoms at 0x7f1...
  mmsubs_terminate = <wrapped function mmsubs_terminate at 0x7f1...
  mmsuper_all_diff = <wrapped function mmsuper_all_diff at 0x7f1...
  mmsuper_get_super_xform = <wrapped function mmsuper_get_super_...
  mmsuper_initialize = <wrapped function mmsuper_initialize at 0...
  mmsuper_max_diff = <wrapped function mmsuper_max_diff at 0x7f1...
  mmsuper_rms = <wrapped function mmsuper_rms at 0x7f1a2ad1c9e0>
  mmsuper_superimpose = <wrapped function mmsuper_superimpose at...
  mmsuper_terminate = <wrapped function mmsuper_terminate at 0x7...
  mmsym_debug_option = <wrapped function mmsym_debug_option at 0...
  mmsym_delete = <wrapped function mmsym_delete at 0x7f1a2ad1c4d0>
  mmsym_find_equivalent_sites = <wrapped function mmsym_find_equ...
  mmsym_find_equivalent_sites_mol = <wrapped function mmsym_find...
  mmsym_find_vdw_radii = <wrapped function mmsym_find_vdw_radii ...
  mmsym_gen_map = <wrapped function mmsym_gen_map at 0x7f1a2ac87...
  mmsym_initialize = <wrapped function mmsym_initialize at 0x7f1...
  mmsym_map = <wrapped function mmsym_map at 0x7f1a2acc30e0>
  mmsym_new = <wrapped function mmsym_new at 0x7f1a2aca9b00>
  mmsym_option = <wrapped function mmsym_option at 0x7f1a2ac3b2d8>
  mmsym_preprocess = <wrapped function mmsym_preprocess at 0x7f1...
  mmsym_terminate = <wrapped function mmsym_terminate at 0x7f1a2...
  mmsys_get_diskfree = <wrapped function mmsys_get_diskfree at 0...
  mmsys_get_memory = <wrapped function mmsys_get_memory at 0x7f1...
  mmsys_get_processors = <wrapped function mmsys_get_processors ...
  mmsys_get_product_version = <wrapped function mmsys_get_produc...
  mmsys_get_quoted_schrodinger = <wrapped function mmsys_get_quo...
  mmsys_get_short_host = <wrapped function mmsys_get_short_host ...
  mmsys_is_loopback = <wrapped function mmsys_is_loopback at 0x7...
  mmtable_add_uitable_columns = <wrapped function mmtable_add_ui...
  mmtable_calculate_select_extend = <wrapped function mmtable_ca...
  mmtable_cell_clear_data = <wrapped function mmtable_cell_clear...
  mmtable_cell_get_boolean = <wrapped function mmtable_cell_get_...
  mmtable_cell_get_integer = <wrapped function mmtable_cell_get_...
  mmtable_cell_get_real = <wrapped function mmtable_cell_get_rea...
  mmtable_cell_get_string = <wrapped function mmtable_cell_get_s...
  mmtable_cell_has_data = <wrapped function mmtable_cell_has_dat...
  mmtable_cell_set_boolean = <wrapped function mmtable_cell_set_...
  mmtable_cell_set_integer = <wrapped function mmtable_cell_set_...
  mmtable_cell_set_real = <wrapped function mmtable_cell_set_rea...
  mmtable_cell_set_string = <wrapped function mmtable_cell_set_s...
  mmtable_column_get_boolean = <wrapped function mmtable_column_...
  mmtable_column_get_data_name = <wrapped function mmtable_colum...
  mmtable_column_get_data_type = <wrapped function mmtable_colum...
  mmtable_column_get_integer = <wrapped function mmtable_column_...
  mmtable_column_get_name = <wrapped function mmtable_column_get...
  mmtable_column_get_persistent = <wrapped function mmtable_colu...
  mmtable_column_get_real = <wrapped function mmtable_column_get...
  mmtable_column_get_string = <wrapped function mmtable_column_g...
  mmtable_column_get_visible = <wrapped function mmtable_column_...
  mmtable_column_get_width = <wrapped function mmtable_column_ge...
  mmtable_column_set_boolean = <wrapped function mmtable_column_...
  mmtable_column_set_integer = <wrapped function mmtable_column_...
  mmtable_column_set_name = <wrapped function mmtable_column_set...
  mmtable_column_set_persistent = <wrapped function mmtable_colu...
  mmtable_column_set_real = <wrapped function mmtable_column_set...
  mmtable_column_set_string = <wrapped function mmtable_column_s...
  mmtable_column_set_visible = <wrapped function mmtable_column_...
  mmtable_column_set_width = <wrapped function mmtable_column_se...
  mmtable_compare_real_strings = <wrapped function mmtable_compa...
  mmtable_custom_sort_rows = <wrapped function mmtable_custom_so...
  mmtable_delete = <wrapped function mmtable_delete at 0x7f1a2ac...
  mmtable_delete_all_rows = <wrapped function mmtable_delete_all...
  mmtable_delete_column = <wrapped function mmtable_delete_colum...
  mmtable_delete_if_valid = <wrapped function mmtable_delete_if_...
  mmtable_delete_row = <wrapped function mmtable_delete_row at 0...
  mmtable_disable = <wrapped function mmtable_disable at 0x7f1a2...
  mmtable_duplicate = <wrapped function mmtable_duplicate at 0x7...
  mmtable_enable = <wrapped function mmtable_enable at 0x7f1a2ad...
  mmtable_errhandler = <wrapped function mmtable_errhandler at 0...
  mmtable_export = <wrapped function mmtable_export at 0x7f1a2ac...
  mmtable_get_boolean = <wrapped function mmtable_get_boolean at...
  mmtable_get_column_index = <wrapped function mmtable_get_colum...
  mmtable_get_column_total = <wrapped function mmtable_get_colum...
  mmtable_get_first_selected_row = <wrapped function mmtable_get...
  mmtable_get_integer = <wrapped function mmtable_get_integer at...
  mmtable_get_num_selected_rows = <wrapped function mmtable_get_...
  mmtable_get_or_add_column = <wrapped function mmtable_get_or_a...
  mmtable_get_real = <wrapped function mmtable_get_real at 0x7f1...
  mmtable_get_row_total = <wrapped function mmtable_get_row_tota...
  mmtable_get_selected_rows = <wrapped function mmtable_get_sele...
  mmtable_get_string = <wrapped function mmtable_get_string at 0...
  mmtable_get_visible_column_index = <wrapped function mmtable_g...
  mmtable_get_visible_column_total = <wrapped function mmtable_g...
  mmtable_get_visible_row_index = <wrapped function mmtable_get_...
  mmtable_get_visible_row_total = <wrapped function mmtable_get_...
  mmtable_initialize = <wrapped function mmtable_initialize at 0...
  mmtable_insert_column = <wrapped function mmtable_insert_colum...
  mmtable_insert_row = <wrapped function mmtable_insert_row at 0...
  mmtable_m2io_read = <wrapped function mmtable_m2io_read at 0x7...
  mmtable_m2io_write = <wrapped function mmtable_m2io_write at 0...
  mmtable_make_nested_row_visible = <wrapped function mmtable_ma...
  mmtable_move_column = <wrapped function mmtable_move_column at...
  mmtable_move_rows = <wrapped function mmtable_move_rows at 0x7...
  mmtable_new = <wrapped function mmtable_new at 0x7f1a2aba4680>
  mmtable_row_get_expanded = <wrapped function mmtable_row_get_e...
  mmtable_row_get_selection = <wrapped function mmtable_row_get_...
  mmtable_row_get_visible = <wrapped function mmtable_row_get_vi...
  mmtable_row_set_expanded = <wrapped function mmtable_row_set_e...
  mmtable_row_set_selection = <wrapped function mmtable_row_set_...
  mmtable_row_set_visible = <wrapped function mmtable_row_set_vi...
  mmtable_set_boolean = <wrapped function mmtable_set_boolean at...
  mmtable_set_integer = <wrapped function mmtable_set_integer at...
  mmtable_set_real = <wrapped function mmtable_set_real at 0x7f1...
  mmtable_set_string = <wrapped function mmtable_set_string at 0...
  mmtable_sort_rows = <wrapped function mmtable_sort_rows at 0x7...
  mmtable_sort_strings_alphanumerically = <wrapped function mmta...
  mmtable_table_get_size = <wrapped function mmtable_table_get_s...
  mmtaut_apply_solvent2str = <wrapped function mmtaut_apply_solv...
  mmtaut_delete_solvent_model = <wrapped function mmtaut_delete_...
  mmtaut_delete_str = <wrapped function mmtaut_delete_str at 0x7...
  mmtaut_get_num_tautomers = <wrapped function mmtaut_get_num_ta...
  mmtaut_get_tautomer = <wrapped function mmtaut_get_tautomer at...
  mmtaut_initialize_for_ligprep3 = <wrapped function mmtaut_init...
  mmtaut_initialize_lic = <wrapped function mmtaut_initialize_li...
  mmtaut_new_solvent_model = <wrapped function mmtaut_new_solven...
  mmtaut_new_str = <wrapped function mmtaut_new_str at 0x7f1a2ab...
  mmtaut_set_error_handler = <wrapped function mmtaut_set_error_...
  mmtaut_set_option = <wrapped function mmtaut_set_option at 0x7...
  mmtaut_terminate = <wrapped function mmtaut_terminate at 0x7f1...
  mmtype_get_option = <wrapped function mmtype_get_option at 0x7...
  mmtype_initialize = <wrapped function mmtype_initialize at 0x7...
  mmtype_reset_options = <wrapped function mmtype_reset_options ...
  mmtype_retype = <wrapped function mmtype_retype at 0x7f1a2ac87...
  mmtype_retype_atom = <wrapped function mmtype_retype_atom at 0...
  mmtype_set_option = <wrapped function mmtype_set_option at 0x7...
  mmtype_terminate = <wrapped function mmtype_terminate at 0x7f1...
  mmxden_calculate_correlation = <wrapped function mmxden_calcul...
  mmxden_calculate_fit = <wrapped function mmxden_calculate_fit ...
  mmxden_calculate_fits = <wrapped function mmxden_calculate_fit...
  mmxden_calculate_map_scaling = <wrapped function mmxden_calcul...
  mmxden_cleanup = <wrapped function mmxden_cleanup at 0x7f1a2ac...
  mmxden_delete = <wrapped function mmxden_delete at 0x7f1a2acd2...
  mmxden_initialize = <wrapped function mmxden_initialize at 0x7...
  mmxden_molsys_read = <wrapped function mmxden_molsys_read at 0...
  mmxden_new = <wrapped function mmxden_new at 0x7f1a2ab9acb0>
  mmxden_terminate = <wrapped function mmxden_terminate at 0x7f1...
  mmxden_xden_total_get = <wrapped function mmxden_xden_total_ge...
  mmzip_add_directory_recursively = <wrapped function mmzip_add_...
  mmzip_add_file = <wrapped function mmzip_add_file at 0x7f1a2ad...
  mmzip_add_file_from_memory = <wrapped function mmzip_add_file_...
  mmzip_close = <wrapped function mmzip_close at 0x7f1a2ac7b4d0>
  mmzip_extract_file_to_dir = <wrapped function mmzip_extract_fi...
  mmzip_extract_file_to_memory = <wrapped function mmzip_extract...
  mmzip_extract_file_to_tempdir = <wrapped function mmzip_extrac...
  mmzip_get_file = <wrapped function mmzip_get_file at 0x7f1a2ac...
  mmzip_get_last_errno = <wrapped function mmzip_get_last_errno ...
  mmzip_initialize = <wrapped function mmzip_initialize at 0x7f1...
  mmzip_is_valid = <wrapped function mmzip_is_valid at 0x7f1a2ac...
  mmzip_is_zip64 = <wrapped function mmzip_is_zip64 at 0x7f1a2ad...
  mmzip_num_files = <wrapped function mmzip_num_files at 0x7f1a2...
  mmzip_open = <wrapped function mmzip_open at 0x7f1a2ad2b8c0>
  mmzip_refcount = <wrapped function mmzip_refcount at 0x7f1a2ac...
  mmzip_remove_file = <wrapped function mmzip_remove_file at 0x7...
  mmzip_set = <wrapped function mmzip_set at 0x7f1a2ad1ce60>
  mmzip_set_zip64 = <wrapped function mmzip_set_zip64 at 0x7f1a2...
  mmzip_terminate = <wrapped function mmzip_terminate at 0x7f1a2...
  mmzip_unzip = <wrapped function mmzip_unzip at 0x7f1a2aca4c20>
  recap_cap = <wrapped function recap_cap at 0x7f1a2ad03050>
  recap_maps = <wrapped function recap_maps at 0x7f1a2ac3b0e0>
  recap_prepare = <wrapped function recap_prepare at 0x7f1a2ad21...
  recap_reset = <wrapped function recap_reset at 0x7f1a2ac8ddd0>
  recap_uncap = <wrapped function recap_uncap at 0x7f1a2ac465f0>
Variables Details [hide private]

_failure

Value:
{'MmaslLigandPref_Instance': Null, 'find_ligand_atoms': Null, 'find_li\
gand_molecules': Null, 'get_download_center_url': Null, 'get_knime_wor\
kflows_url': Null, 'get_script_center_url': Null, 'ligprep3_refcount':\
 Null, 'ligprep3_initialize': pymmlibs.LIGPREP3_FAILURE, 'm2io_refcoun\
t': Null, 'mmalign_get_aligned_sequence': Null, 'mmalign_get_end_posit\
ion': Null, 'mmalign_get_evalue': Null, 'mmalign_get_num_aligned_seque\
nces': Null, 'mmalign_get_percent_gaps': Null, 'mmalign_get_percent_id\
entity': Null, 'mmalign_get_percent_positive': Null, 'mmalign_get_quer\
...

mm_return_code_lists

Value:
[['LIGPREP3_FAILURE', 'LIGPREP3_SUCCESS'],
 ['M2IO_ERR',
  'M2IO_OK',
  'M2IO_BAD_INDEX',
  'M2IO_DATA_ERROR',
  'M2IO_EOF',
  'M2IO_NOT_WRITING',
  'M2IO_NOT_READING',
...

return_codes

Value:
mmcheck.generate_return_code_dict(pymmlibs.__dict__, mm_return_code_li\
sts)

_non_mm_functions

Value:
set(['DistanceCell_swigregister',
     'LigandParameters_swigregister',
     'LigandScoreStructure_swigregister',
     'MMPKA_PKA_NAMES_swigregister',
     'MMPREF_HANDLE_swigregister',
     'MMPREF_swigregister',
     'MMcrystal_SymOp_swigregister',
     'MMjag_orbital_swigregister',
...

M2IO_DATA_DISPLAY_ON_INCORPORATION

Value:
'b_m_display_on_incorporation'

MMCT_ENHANCED_STEREO_STATUS_PROP

Value:
'i_m_ct_enhanced_stereo_status'

MMFILE_PATH_COMBIGLIDE

Value:
'$USERDATA/combiglide:$VCS_EXEC/../../data:$COMBIGLIDE_EXEC/../../data\
'

MMFILE_PATH_DESMOND

Value:
'$USERDATA/desmond:$DESMOND_EXEC/../../data:$MMSHARE_EXEC/../../data/d\
esmond'

MMFILE_PATH_JAGUAR_DATA

Value:
'$JAGUAR_EXEC/../../data:$JAGUAR_EXEC/../../uff:'

MMFILE_PATH_MACROMODEL

Value:
'$USERDATA/macromodel:$MMOD_EXEC/../../data'

MMFILE_PATH_MAESTRO_DATA

Value:
'$USERDATA/maestro:$MAESTRO_EXEC/../../data:$MAESTRO_EXEC/../../data/r\
es'

MMFILE_PATH_MMSHARE_DATA

Value:
'$USERDATA/mmshare:$MMSHARE_EXEC/../../data:$MMSHARE_EXEC/../../data/r\
es:$MMSHARE_EXEC/../../data/xres'

MMFILE_PATH_QIKPROP

Value:
'$USERDATA/qikprop:$QIKPROP_EXEC:$QIKPROP_EXEC/../../data'

MMFfldOption_StrPrep_REQUIRE_SUCCESSFULL_STRUCTURE_CHECK_ON_FINAL_STRUCTURE

Value:
70

MMPKA_NOTES_MOLECULE_TOO_BIG

Value:
'Molecule size exceeds maximum supported for generating protonation st\
ates'

MMPKA_NOTES_MOLECULE_TOO_BIG_PKA

Value:
'Molecule size exceeds maximum supported for calculating pKa values'

MMPKA_NOTES_MOLECULE_TOO_BIG_SCAN

Value:
'Molecule size exceeds maximum supported for scanning protonation stat\
es'

MMPKA_NOTES_NEGATIVE_PENALTY_FOR_METAL

Value:
'Reset negative state penalty to 0 from Metal Processing'

MMPKA_NOTES_TIME_LIMIT

Value:
'Molecule processing time exceeds limit.  Results may not be accurate.\
'

MMPKA_PKA_NAMES

Value:
<wrapped function MMPKA_PKA_NAMES at 0x7f1a2ab9fd88>

MM_PREFER_CUSTOM_FORCEFIELD_PATH_KEY

Value:
'CUSTOM_OPLS_FORCEFIELD_PATH'

MM_PREFER_DEFAULT_CUSTOM_FORCEFIELD_PATH_KEY

Value:
'DEFAULT_CUSTOM_OPLS_FORCEFIELD_PATH'

MM_PREFER_FORCEFIELD_PATH_TYPE_KEY

Value:
'CUSTOM_OPLS_FORCEFIELD_PATH_TYPE'

MM_PREFER_USE_CUSTOM_FORCEFIELD_KEY

Value:
'USE_CUSTOM_OPLS_FORCEFIELD'

MMcrystal_SymOp

Value:
<wrapped function MMcrystal_SymOp at 0x7f1a2ac5d830>

MMjag_orbital

Value:
<wrapped function MMjag_orbital at 0x7f1a2acd7b90>

MMmdl_SDprop_swigregister

Value:
<wrapped function MMmdl_SDprop_swigregister at 0x7f1a2aba44d0>

MMtable_uitable_def

Value:
<wrapped function MMtable_uitable_def at 0x7f1a2aca9e18>

canon_from_ct

Value:
<wrapped function canon_from_ct at 0x7f1a2ad0d3f8>

cerr

Value:
<pymmlibs.ostream; proxy of <Swig Object of type 'std::ostream *' at 0\
x7f1a2abf2750> >

cout

Value:
<pymmlibs.ostream; proxy of <Swig Object of type 'std::ostream *' at 0\
x7f1a3498be70> >

ligprep3_initialize

Value:
<wrapped function ligprep3_initialize at 0x7f1a2ac81bd8>

ligprep3_terminate

Value:
<wrapped function ligprep3_terminate at 0x7f1a2ad26d88>

m2io_adopt_fd

Value:
<wrapped function m2io_adopt_fd at 0x7f1a2ac464d0>

m2io_clone_additional_data_handle

Value:
<wrapped function m2io_clone_additional_data_handle at 0x7f1a2ad1c878>

m2io_clone_unrequested_handle

Value:
<wrapped function m2io_clone_unrequested_handle at 0x7f1a2ad26fc8>

m2io_close_block

Value:
<wrapped function m2io_close_block at 0x7f1a2ad03098>

m2io_close_file

Value:
<wrapped function m2io_close_file at 0x7f1a2ad12a28>

m2io_delete_additional_data_handle

Value:
<wrapped function m2io_delete_additional_data_handle at 0x7f1a2abae050\
>

m2io_delete_named_block

Value:
<wrapped function m2io_delete_named_block at 0x7f1a2abae9e0>

m2io_delete_named_data

Value:
<wrapped function m2io_delete_named_data at 0x7f1a2ac467e8>

m2io_delete_unrequested_handle

Value:
<wrapped function m2io_delete_unrequested_handle at 0x7f1a2ac57488>

m2io_errhandler

Value:
<wrapped function m2io_errhandler at 0x7f1a2abae5a8>

m2io_flush_file

Value:
<wrapped function m2io_flush_file at 0x7f1a2abaee60>

m2io_free_list

Value:
<wrapped function m2io_free_list at 0x7f1a2ad30710>

m2io_get_block_names

Value:
<wrapped function m2io_get_block_names at 0x7f1a2acd2bd8>

m2io_get_boolean

Value:
<wrapped function m2io_get_boolean at 0x7f1a2ab9aef0>

m2io_get_boolean_indexed

Value:
<wrapped function m2io_get_boolean_indexed at 0x7f1a2abb3a70>

m2io_get_current_block_name

Value:
<wrapped function m2io_get_current_block_name at 0x7f1a2acbed88>

m2io_get_data_names

Value:
<wrapped function m2io_get_data_names at 0x7f1a2ad35320>

m2io_get_display_precision

Value:
<wrapped function m2io_get_display_precision at 0x7f1a2ad306c8>

m2io_get_errhandler

Value:
<wrapped function m2io_get_errhandler at 0x7f1a2accddd0>

m2io_get_file_format_string

Value:
<wrapped function m2io_get_file_format_string at 0x7f1a2ac57908>

m2io_get_file_pos

Value:
<wrapped function m2io_get_file_pos at 0x7f1a2abaef80>

m2io_get_file_type

Value:
<wrapped function m2io_get_file_type at 0x7f1a2ac93710>

m2io_get_index_dimension

Value:
<wrapped function m2io_get_index_dimension at 0x7f1a2ad35bd8>

m2io_get_indexed

Value:
<wrapped function m2io_get_indexed at 0x7f1a2abae680>

m2io_get_int_indexed

Value:
<wrapped function m2io_get_int_indexed at 0x7f1a2ac5d440>

m2io_get_number_blocks

Value:
<wrapped function m2io_get_number_blocks at 0x7f1a2aca4fc8>

m2io_get_real

Value:
<wrapped function m2io_get_real at 0x7f1a2ac6cea8>

m2io_get_real_indexed

Value:
<wrapped function m2io_get_real_indexed at 0x7f1a2acb5f80>

m2io_get_string

Value:
<wrapped function m2io_get_string at 0x7f1a2ac6c3f8>

m2io_get_string_indexed

Value:
<wrapped function m2io_get_string_indexed at 0x7f1a2ac73e18>

m2io_get_type_by_name

Value:
<wrapped function m2io_get_type_by_name at 0x7f1a2ad12320>

m2io_get_units

Value:
<wrapped function m2io_get_units at 0x7f1a2ad2b9e0>

m2io_get_write_buffer

Value:
<wrapped function m2io_get_write_buffer at 0x7f1a2ac9e3b0>

m2io_goto_block

Value:
<wrapped function m2io_goto_block at 0x7f1a2acb97a0>

m2io_goto_block_as_text

Value:
<wrapped function m2io_goto_block_as_text at 0x7f1a2ac511b8>

m2io_goto_next_block

Value:
<wrapped function m2io_goto_next_block at 0x7f1a2ad21dd0>

m2io_goto_next_block_as_text

Value:
<wrapped function m2io_goto_next_block_as_text at 0x7f1a2ac4c950>

m2io_initialize

Value:
<wrapped function m2io_initialize at 0x7f1a2ad21950>

m2io_inquire_block_name

Value:
<wrapped function m2io_inquire_block_name at 0x7f1a2ac5dd88>

m2io_inquire_data_name

Value:
<wrapped function m2io_inquire_data_name at 0x7f1a2ac467a0>

m2io_inquire_data_names

Value:
<wrapped function m2io_inquire_data_names at 0x7f1a2ab9f098>

m2io_integer_format

Value:
<wrapped function m2io_integer_format at 0x7f1a2aca4b48>

m2io_is_dataname_valid

Value:
<wrapped function m2io_is_dataname_valid at 0x7f1a2acaf680>

m2io_is_enabled

Value:
<wrapped function m2io_is_enabled at 0x7f1a2aba91b8>

m2io_leave_block

Value:
<wrapped function m2io_leave_block at 0x7f1a2ac64440>

m2io_merge_handles

Value:
<wrapped function m2io_merge_handles at 0x7f1a2aca4cf8>

m2io_new_unrequested_handle

Value:
<wrapped function m2io_new_unrequested_handle at 0x7f1a2acc8560>

m2io_open_block

Value:
<wrapped function m2io_open_block at 0x7f1a2ad2b7e8>

m2io_open_file

Value:
<wrapped function m2io_open_file at 0x7f1a2acbeea8>

m2io_open_read_from_buffer

Value:
<wrapped function m2io_open_read_from_buffer at 0x7f1a2ab9a5a8>

m2io_open_read_from_memory

Value:
<wrapped function m2io_open_read_from_memory at 0x7f1a2ac5df38>

m2io_put_boolean

Value:
<wrapped function m2io_put_boolean at 0x7f1a2ac81cb0>

m2io_put_boolean_indexed

Value:
<wrapped function m2io_put_boolean_indexed at 0x7f1a2acb55f0>

m2io_put_indexed

Value:
<wrapped function m2io_put_indexed at 0x7f1a2ac40488>

m2io_put_int_indexed

Value:
<wrapped function m2io_put_int_indexed at 0x7f1a2acbe128>

m2io_put_real

Value:
<wrapped function m2io_put_real at 0x7f1a2ac87050>

m2io_put_real_indexed

Value:
<wrapped function m2io_put_real_indexed at 0x7f1a2ac64cb0>

m2io_put_string

Value:
<wrapped function m2io_put_string at 0x7f1a2acd7b48>

m2io_put_string_indexed

Value:
<wrapped function m2io_put_string_indexed at 0x7f1a2acd7e60>

m2io_put_text_block

Value:
<wrapped function m2io_put_text_block at 0x7f1a2aca9950>

m2io_real_format

Value:
<wrapped function m2io_real_format at 0x7f1a2ad2b1b8>

m2io_reopen_block

Value:
<wrapped function m2io_reopen_block at 0x7f1a2ad30758>

m2io_set_block_names_requested

Value:
<wrapped function m2io_set_block_names_requested at 0x7f1a2ac93368>

m2io_set_cipher

Value:
<wrapped function m2io_set_cipher at 0x7f1a2ac87290>

m2io_set_data_comment

Value:
<wrapped function m2io_set_data_comment at 0x7f1a2abae368>

m2io_set_data_names_requested

Value:
<wrapped function m2io_set_data_names_requested at 0x7f1a2ac9e0e0>

m2io_set_file_pos

Value:
<wrapped function m2io_set_file_pos at 0x7f1a2ac64248>

m2io_set_format

Value:
<wrapped function m2io_set_format at 0x7f1a2accd3b0>

m2io_set_header_comment

Value:
<wrapped function m2io_set_header_comment at 0x7f1a2accd6c8>

m2io_set_index_dimension

Value:
<wrapped function m2io_set_index_dimension at 0x7f1a2aba9878>

m2io_set_initialize_missing_names

Value:
<wrapped function m2io_set_initialize_missing_names at 0x7f1a2acc3878>

m2io_set_no_value

Value:
<wrapped function m2io_set_no_value at 0x7f1a2ac8de60>

m2io_string_format

Value:
<wrapped function m2io_string_format at 0x7f1a2abb3518>

m2io_strip_whitespace_from_text_block

Value:
<wrapped function m2io_strip_whitespace_from_text_block at 0x7f1a2ac9e\
170>

m2io_terminate

Value:
<wrapped function m2io_terminate at 0x7f1a2ad0d320>

m2io_unrequested_block_names

Value:
<wrapped function m2io_unrequested_block_names at 0x7f1a2ac7b440>

m2io_unrequested_data_names

Value:
<wrapped function m2io_unrequested_data_names at 0x7f1a2acd7ef0>

mmalign_add_aligned_sequence

Value:
<wrapped function mmalign_add_aligned_sequence at 0x7f1a2ac93bd8>

mmalign_add_boolean_data

Value:
<wrapped function mmalign_add_boolean_data at 0x7f1a2ab9f680>

mmalign_add_integer_data

Value:
<wrapped function mmalign_add_integer_data at 0x7f1a2ac579e0>

mmalign_add_real_data

Value:
<wrapped function mmalign_add_real_data at 0x7f1a2ab9fcb0>

mmalign_add_string_data

Value:
<wrapped function mmalign_add_string_data at 0x7f1a2ac4c0e0>

mmalign_codes_have_identity

Value:
<wrapped function mmalign_codes_have_identity at 0x7f1a2ad12b90>

mmalign_delete

Value:
<wrapped function mmalign_delete at 0x7f1a2ac3bd40>

mmalign_delete_aligned_gap

Value:
<wrapped function mmalign_delete_aligned_gap at 0x7f1a2ac64f38>

mmalign_delete_aligned_gaps

Value:
<wrapped function mmalign_delete_aligned_gaps at 0x7f1a2ad03ef0>

mmalign_delete_query_gap

Value:
<wrapped function mmalign_delete_query_gap at 0x7f1a2ac81ab8>

mmalign_delete_query_gaps

Value:
<wrapped function mmalign_delete_query_gaps at 0x7f1a2ac5d518>

mmalign_dp_align_sequences

Value:
<wrapped function mmalign_dp_align_sequences at 0x7f1a2ad0d8c0>

mmalign_dp_score_align_sequences

Value:
<wrapped function mmalign_dp_score_align_sequences at 0x7f1a2acc3e18>

mmalign_duplicate

Value:
<wrapped function mmalign_duplicate at 0x7f1a2ac7b248>

mmalign_errhandler

Value:
<wrapped function mmalign_errhandler at 0x7f1a2aca4ea8>

mmalign_get_additional_handle

Value:
<wrapped function mmalign_get_additional_handle at 0x7f1a2ad0d248>

mmalign_get_score

Value:
<wrapped function mmalign_get_score at 0x7f1a2ac4c6c8>

mmalign_get_unrequested_handle

Value:
<wrapped function mmalign_get_unrequested_handle at 0x7f1a2acd29e0>

mmalign_initialize

Value:
<wrapped function mmalign_initialize at 0x7f1a2acd2368>

mmalign_insert_aligned_gap

Value:
<wrapped function mmalign_insert_aligned_gap at 0x7f1a2ac5def0>

mmalign_insert_aligned_gaps

Value:
<wrapped function mmalign_insert_aligned_gaps at 0x7f1a2ac73368>

mmalign_insert_query_gap

Value:
<wrapped function mmalign_insert_query_gap at 0x7f1a2ad26ab8>

mmalign_insert_query_gaps

Value:
<wrapped function mmalign_insert_query_gaps at 0x7f1a2acb9290>

mmalign_merge

Value:
<wrapped function mmalign_merge at 0x7f1a2aba4710>

mmalign_open_additional_data

Value:
<wrapped function mmalign_open_additional_data at 0x7f1a2ad1cb48>

mmalign_remove_gaps

Value:
<wrapped function mmalign_remove_gaps at 0x7f1a2ab9f5a8>

mmalign_set_end_position

Value:
<wrapped function mmalign_set_end_position at 0x7f1a2abae0e0>

mmalign_set_evalue

Value:
<wrapped function mmalign_set_evalue at 0x7f1a2aba47a0>

mmalign_set_gaps_from_sequence

Value:
<wrapped function mmalign_set_gaps_from_sequence at 0x7f1a2accd170>

mmalign_set_num_aligned_sequences

Value:
<wrapped function mmalign_set_num_aligned_sequences at 0x7f1a2aba4830>

mmalign_set_percent_gaps

Value:
<wrapped function mmalign_set_percent_gaps at 0x7f1a2ab9fb90>

mmalign_set_percent_identity

Value:
<wrapped function mmalign_set_percent_identity at 0x7f1a2acd77e8>

mmalign_set_percent_positive

Value:
<wrapped function mmalign_set_percent_positive at 0x7f1a2ac9ee18>

mmalign_set_query_sequence

Value:
<wrapped function mmalign_set_query_sequence at 0x7f1a2ac57098>

mmalign_set_score

Value:
<wrapped function mmalign_set_score at 0x7f1a2ad1cb00>

mmalign_set_start_position

Value:
<wrapped function mmalign_set_start_position at 0x7f1a2ac57ab8>

mmalign_set_unrequested_handle

Value:
<wrapped function mmalign_set_unrequested_handle at 0x7f1a2acc8710>

mmalign_terminate

Value:
<wrapped function mmalign_terminate at 0x7f1a2ab95a70>

mmalign_update_percentages

Value:
<wrapped function mmalign_update_percentages at 0x7f1a2ac5d170>

mmalign_validate

Value:
<wrapped function mmalign_validate at 0x7f1a2acb5440>

mmasl_errhandler

Value:
<wrapped function mmasl_errhandler at 0x7f1a2acd2440>

mmasl_generate_asl

Value:
<wrapped function mmasl_generate_asl at 0x7f1a2acafd88>

mmasl_get_ligand_def

Value:
<wrapped function mmasl_get_ligand_def at 0x7f1a2ac40908>

mmasl_initialize

Value:
<wrapped function mmasl_initialize at 0x7f1a2ab951b8>

mmasl_is_dynamic_expression

Value:
<wrapped function mmasl_is_dynamic_expression at 0x7f1a2accda28>

mmasl_is_entry_expression

Value:
<wrapped function mmasl_is_entry_expression at 0x7f1a2aba4d88>

mmasl_parse_input

Value:
<wrapped function mmasl_parse_input at 0x7f1a2abae998>

mmasl_parse_input_with_callbacks

Value:
<wrapped function mmasl_parse_input_with_callbacks at 0x7f1a2ac8d200>

mmasl_terminate

Value:
<wrapped function mmasl_terminate at 0x7f1a2ac7bd40>

mmbs_duplicate

Value:
<wrapped function mmbs_duplicate at 0x7f1a2ac515f0>

mmbs_errhandler

Value:
<wrapped function mmbs_errhandler at 0x7f1a2ad0d6c8>

mmbs_get_count

Value:
<wrapped function mmbs_get_count at 0x7f1a2ac46758>

mmbs_get_size

Value:
<wrapped function mmbs_get_size at 0x7f1a2ad12ab8>

mmbs_initialize

Value:
<wrapped function mmbs_initialize at 0x7f1a2ac51638>

mmbs_refcount

Value:
<wrapped function mmbs_refcount at 0x7f1a2acbe560>

mmbs_report_range_errors

Value:
<wrapped function mmbs_report_range_errors at 0x7f1a2ac408c0>

mmbs_terminate

Value:
<wrapped function mmbs_terminate at 0x7f1a2ac3b7e8>

mmbuild_attach

Value:
<wrapped function mmbuild_attach at 0x7f1a2ac930e0>

mmbuild_connect

Value:
<wrapped function mmbuild_connect at 0x7f1a2ac400e0>

mmbuild_ct_attach

Value:
<wrapped function mmbuild_ct_attach at 0x7f1a2acb9ef0>

mmbuild_ct_attach_using_grow_names

Value:
<wrapped function mmbuild_ct_attach_using_grow_names at 0x7f1a2ac4c3b0\
>

mmbuild_errhandler

Value:
<wrapped function mmbuild_errhandler at 0x7f1a2aba96c8>

mmbuild_get_bad_connect_pair

Value:
<wrapped function mmbuild_get_bad_connect_pair at 0x7f1a2ad0de60>

mmbuild_grow_mult

Value:
<wrapped function mmbuild_grow_mult at 0x7f1a2ad35a28>

mmbuild_initialize

Value:
<wrapped function mmbuild_initialize at 0x7f1a2ac4c1b8>

mmbuild_mutate

Value:
<wrapped function mmbuild_mutate at 0x7f1a2acd7998>

mmbuild_refcount

Value:
<wrapped function mmbuild_refcount at 0x7f1a2aba95f0>

mmbuild_set_central_geometry

Value:
<wrapped function mmbuild_set_central_geometry at 0x7f1a2ac9e560>

mmbuild_terminate

Value:
<wrapped function mmbuild_terminate at 0x7f1a2abae1b8>

mmcanon_get_error_handler

Value:
<wrapped function mmcanon_get_error_handler at 0x7f1a2acbe0e0>

mmcanon_initialize

Value:
<wrapped function mmcanon_initialize at 0x7f1a2ac51518>

mmcanon_terminate

Value:
<wrapped function mmcanon_terminate at 0x7f1a2ad0d2d8>

mmcell_cell_get

Value:
<wrapped function mmcell_cell_get at 0x7f1a2ac40128>

mmcell_cell_total_get

Value:
<wrapped function mmcell_cell_total_get at 0x7f1a2ac649e0>

mmcell_cleanup

Value:
<wrapped function mmcell_cleanup at 0x7f1a2ab9f8c0>

mmcell_delete

Value:
<wrapped function mmcell_delete at 0x7f1a2ac46998>

mmcell_initialize

Value:
<wrapped function mmcell_initialize at 0x7f1a2ac87710>

mmcell_new_cell_default

Value:
<wrapped function mmcell_new_cell_default at 0x7f1a2ac731b8>

mmcell_terminate

Value:
<wrapped function mmcell_terminate at 0x7f1a2ab9f758>

mmcolor_delete

Value:
<wrapped function mmcolor_delete at 0x7f1a2ad35488>

mmcolor_get_name

Value:
<wrapped function mmcolor_get_name at 0x7f1a2ad174d0>

mmcolor_get_rgb

Value:
<wrapped function mmcolor_get_rgb at 0x7f1a2ac7b5f0>

mmcolor_get_size

Value:
<wrapped function mmcolor_get_size at 0x7f1a2aca4680>

mmcolor_get_slot_from_name

Value:
<wrapped function mmcolor_get_slot_from_name at 0x7f1a2ab9a7a0>

mmcolor_in_use

Value:
<wrapped function mmcolor_in_use at 0x7f1a2abaed40>

mmcolor_index_to_name

Value:
<wrapped function mmcolor_index_to_name at 0x7f1a2ac46c68>

mmcolor_index_to_vector

Value:
<wrapped function mmcolor_index_to_vector at 0x7f1a2abae440>

mmcolor_initialize

Value:
<wrapped function mmcolor_initialize at 0x7f1a2acbe9e0>

mmcolor_name_to_index

Value:
<wrapped function mmcolor_name_to_index at 0x7f1a2ab9af80>

mmcolor_name_to_vector

Value:
<wrapped function mmcolor_name_to_vector at 0x7f1a2ad21cb0>

mmcolor_refcount

Value:
<wrapped function mmcolor_refcount at 0x7f1a2accd518>

mmcolor_set_rgb

Value:
<wrapped function mmcolor_set_rgb at 0x7f1a2aba9518>

mmcolor_string_to_vector

Value:
<wrapped function mmcolor_string_to_vector at 0x7f1a2ad21d88>

mmcolor_terminate

Value:
<wrapped function mmcolor_terminate at 0x7f1a2ad1cab8>

mmcolor_write_file

Value:
<wrapped function mmcolor_write_file at 0x7f1a2accd8c0>

mmcomb_ct_by_index

Value:
<wrapped function mmcomb_ct_by_index at 0x7f1a2abb39e0>

mmcomb_ct_by_vector

Value:
<wrapped function mmcomb_ct_by_vector at 0x7f1a2acb9128>

mmcomb_ct_first

Value:
<wrapped function mmcomb_ct_first at 0x7f1a2acaf488>

mmcomb_ct_next

Value:
<wrapped function mmcomb_ct_next at 0x7f1a2ac51200>

mmcomb_current_index

Value:
<wrapped function mmcomb_current_index at 0x7f1a2ac51fc8>

mmcomb_current_string

Value:
<wrapped function mmcomb_current_string at 0x7f1a2ac9e050>

mmcomb_current_vector

Value:
<wrapped function mmcomb_current_vector at 0x7f1a2acc87a0>

mmcomb_delete

Value:
<wrapped function mmcomb_delete at 0x7f1a2ad26758>

mmcomb_growth_new

Value:
<wrapped function mmcomb_growth_new at 0x7f1a2aba4098>

mmcomb_index_to_vector

Value:
<wrapped function mmcomb_index_to_vector at 0x7f1a2aba46c8>

mmcomb_initialize

Value:
<wrapped function mmcomb_initialize at 0x7f1a2ab9f7a0>

mmcomb_node_new

Value:
<wrapped function mmcomb_node_new at 0x7f1a2ad17248>

mmcomb_status_string

Value:
<wrapped function mmcomb_status_string at 0x7f1a2ac7bf38>

mmcomb_terminate

Value:
<wrapped function mmcomb_terminate at 0x7f1a2ab9aa70>

mmcomb_vector_length

Value:
<wrapped function mmcomb_vector_length at 0x7f1a2ac4cea8>

mmcomb_vector_map_node_to_slot

Value:
<wrapped function mmcomb_vector_map_node_to_slot at 0x7f1a2ad30248>

mmcomb_vector_map_slot_to_node

Value:
<wrapped function mmcomb_vector_map_slot_to_node at 0x7f1a2ad12950>

mmcomb_vector_to_index

Value:
<wrapped function mmcomb_vector_to_index at 0x7f1a2ad03518>

mmcommon_check_installation

Value:
<wrapped function mmcommon_check_installation at 0x7f1a2acc3950>

mmcommon_display_fep_academic

Value:
<wrapped function mmcommon_display_fep_academic at 0x7f1a2ac6c878>

mmcommon_display_fep_commercial

Value:
<wrapped function mmcommon_display_fep_commercial at 0x7f1a2ad30518>

mmcommon_get_default_ffld_version

Value:
<wrapped function mmcommon_get_default_ffld_version at 0x7f1a2ac46ef0>

mmcommon_get_ffld_name

Value:
<wrapped function mmcommon_get_ffld_name at 0x7f1a2acb9488>

mmcommon_get_forcefield

Value:
<wrapped function mmcommon_get_forcefield at 0x7f1a2ad21ea8>

mmcommon_get_forcefield_path

Value:
<wrapped function mmcommon_get_forcefield_path at 0x7f1a2ac6c1b8>

mmcommon_get_forcefield_path_default

Value:
<wrapped function mmcommon_get_forcefield_path_default at 0x7f1a2ad21c\
68>

mmcommon_get_int_ffld_version

Value:
<wrapped function mmcommon_get_int_ffld_version at 0x7f1a2acc82d8>

mmcommon_get_valid_forcefields

Value:
<wrapped function mmcommon_get_valid_forcefields at 0x7f1a2ac81200>

mmcommon_get_valid_forcefields_intstring

Value:
<wrapped function mmcommon_get_valid_forcefields_intstring at 0x7f1a2a\
ba9ea8>

mmcommon_get_valid_forcefields_names

Value:
<wrapped function mmcommon_get_valid_forcefields_names at 0x7f1a2ad263\
b0>

mmcommon_get_valid_forcefields_namestring

Value:
<wrapped function mmcommon_get_valid_forcefields_namestring at 0x7f1a2\
ac3b830>

mmcommon_license_checkout

Value:
<wrapped function mmcommon_license_checkout at 0x7f1a2ac6c710>

mmcommon_prepare_str_for_shell

Value:
<wrapped function mmcommon_prepare_str_for_shell at 0x7f1a2ac40c68>

mmcommon_preserve_globs

Value:
<wrapped function mmcommon_preserve_globs at 0x7f1a2ad35170>

mmcommon_regularize_ffld_name

Value:
<wrapped function mmcommon_regularize_ffld_name at 0x7f1a2aca9b48>

mmcommon_set_forcefield

Value:
<wrapped function mmcommon_set_forcefield at 0x7f1a2aba95a8>

mmcommon_set_forcefield_path

Value:
<wrapped function mmcommon_set_forcefield_path at 0x7f1a2acbe488>

mmconf_delete

Value:
<wrapped function mmconf_delete at 0x7f1a2ac9e488>

mmconf_enable_method

Value:
<wrapped function mmconf_enable_method at 0x7f1a2ac3b758>

mmconf_initialize_lic

Value:
<wrapped function mmconf_initialize_lic at 0x7f1a2ad17f38>

mmconf_rc_get_template_locations

Value:
<wrapped function mmconf_rc_get_template_locations at 0x7f1a2ac64488>

mmconf_rc_give_conf

Value:
<wrapped function mmconf_rc_give_conf at 0x7f1a2ad125a8>

mmconf_rc_is_flexible

Value:
<wrapped function mmconf_rc_is_flexible at 0x7f1a2acd2e60>

mmconf_set_option

Value:
<wrapped function mmconf_set_option at 0x7f1a2ac817e8>

mmconf_set_option_for_handle

Value:
<wrapped function mmconf_set_option_for_handle at 0x7f1a2ac46368>

mmconf_terminate

Value:
<wrapped function mmconf_terminate at 0x7f1a2acc3560>

mmcrystal_delete

Value:
<wrapped function mmcrystal_delete at 0x7f1a2ad215f0>

mmcrystal_errhandler

Value:
<wrapped function mmcrystal_errhandler at 0x7f1a2ad26b00>

mmcrystal_generate_cell_ct

Value:
<wrapped function mmcrystal_generate_cell_ct at 0x7f1a2ab9fc68>

mmcrystal_generate_mates

Value:
<wrapped function mmcrystal_generate_mates at 0x7f1a2aba42d8>

mmcrystal_generate_unique_cell_ct

Value:
<wrapped function mmcrystal_generate_unique_cell_ct at 0x7f1a2acc3d40>

mmcrystal_initialize

Value:
<wrapped function mmcrystal_initialize at 0x7f1a2ad17950>

mmcrystal_new

Value:
<wrapped function mmcrystal_new at 0x7f1a2acaf830>

mmcrystal_refcount

Value:
<wrapped function mmcrystal_refcount at 0x7f1a2ac4c320>

mmcrystal_set_group_radius

Value:
<wrapped function mmcrystal_set_group_radius at 0x7f1a2ad0d050>

mmcrystal_set_symmetry

Value:
<wrapped function mmcrystal_set_symmetry at 0x7f1a2ad03488>

mmcrystal_terminate

Value:
<wrapped function mmcrystal_terminate at 0x7f1a2ac7bfc8>

mmct_applyRotation

Value:
<wrapped function mmct_applyRotation at 0x7f1a2ac8d680>

mmct_atom_cis_trans_peptide

Value:
<wrapped function mmct_atom_cis_trans_peptide at 0x7f1a2ac46170>

mmct_atom_clear_display_radius

Value:
<wrapped function mmct_atom_clear_display_radius at 0x7f1a2ac402d8>

mmct_atom_copy_properties

Value:
<wrapped function mmct_atom_copy_properties at 0x7f1a2ac51f80>

mmct_atom_delete_bond

Value:
<wrapped function mmct_atom_delete_bond at 0x7f1a2abae638>

mmct_atom_get_alt_xyz

Value:
<wrapped function mmct_atom_get_alt_xyz at 0x7f1a2ac93998>

mmct_atom_get_atom_entry_index

Value:
<wrapped function mmct_atom_get_atom_entry_index at 0x7f1a2aca45f0>

mmct_atom_get_atom_entry_name

Value:
<wrapped function mmct_atom_get_atom_entry_name at 0x7f1a2abaecf8>

mmct_atom_get_atom_name

Value:
<wrapped function mmct_atom_get_atom_name at 0x7f1a2acbe830>

mmct_atom_get_atom_number_by_name

Value:
<wrapped function mmct_atom_get_atom_number_by_name at 0x7f1a2ac64200>

mmct_atom_get_atomic_number

Value:
<wrapped function mmct_atom_get_atomic_number at 0x7f1a2ac7b758>

mmct_atom_get_atomic_weight

Value:
<wrapped function mmct_atom_get_atomic_weight at 0x7f1a2ac73638>

mmct_atom_get_attached_hydrogens

Value:
<wrapped function mmct_atom_get_attached_hydrogens at 0x7f1a2ac8d440>

mmct_atom_get_bond_angle_pbc_s

Value:
<wrapped function mmct_atom_get_bond_angle_pbc_s at 0x7f1a2acb5050>

mmct_atom_get_bond_angle_s

Value:
<wrapped function mmct_atom_get_bond_angle_s at 0x7f1a2acb9cb0>

mmct_atom_get_bond_array_size

Value:
<wrapped function mmct_atom_get_bond_array_size at 0x7f1a2ad1c3b0>

mmct_atom_get_bond_atom

Value:
<wrapped function mmct_atom_get_bond_atom at 0x7f1a2ad03560>

mmct_atom_get_bond_order

Value:
<wrapped function mmct_atom_get_bond_order at 0x7f1a2ad0dfc8>

mmct_atom_get_bond_total

Value:
<wrapped function mmct_atom_get_bond_total at 0x7f1a2ad35368>

mmct_atom_get_chain

Value:
<wrapped function mmct_atom_get_chain at 0x7f1a2ac8d3f8>

mmct_atom_get_chain_atoms

Value:
<wrapped function mmct_atom_get_chain_atoms at 0x7f1a2ab9a518>

mmct_atom_get_coarse_grain_mass

Value:
<wrapped function mmct_atom_get_coarse_grain_mass at 0x7f1a2acb5290>

mmct_atom_get_color_vector

Value:
<wrapped function mmct_atom_get_color_vector at 0x7f1a2ad30950>

mmct_atom_get_dihedral_angle_jaguar

Value:
<wrapped function mmct_atom_get_dihedral_angle_jaguar at 0x7f1a2ac3bab\
8>

mmct_atom_get_dihedral_angle_pbc_s

Value:
<wrapped function mmct_atom_get_dihedral_angle_pbc_s at 0x7f1a2ac87b90\
>

mmct_atom_get_dihedral_angle_s

Value:
<wrapped function mmct_atom_get_dihedral_angle_s at 0x7f1a2ad267a0>

mmct_atom_get_display_radius

Value:
<wrapped function mmct_atom_get_display_radius at 0x7f1a2ac4c998>

mmct_atom_get_distance_pbc_s

Value:
<wrapped function mmct_atom_get_distance_pbc_s at 0x7f1a2ad35ab8>

mmct_atom_get_distance_s

Value:
<wrapped function mmct_atom_get_distance_s at 0x7f1a2ab95518>

mmct_atom_get_entry_atoms

Value:
<wrapped function mmct_atom_get_entry_atoms at 0x7f1a2ac5ddd0>

mmct_atom_get_growname

Value:
<wrapped function mmct_atom_get_growname at 0x7f1a2acafd40>

mmct_atom_get_isotope

Value:
<wrapped function mmct_atom_get_isotope at 0x7f1a2ad1cf38>

mmct_atom_get_jcoupling

Value:
<wrapped function mmct_atom_get_jcoupling at 0x7f1a2ab95248>

mmct_atom_get_mol_atoms

Value:
<wrapped function mmct_atom_get_mol_atoms at 0x7f1a2ab9f830>

mmct_atom_get_moving

Value:
<wrapped function mmct_atom_get_moving at 0x7f1a2ac6c9e0>

mmct_atom_get_pdbname

Value:
<wrapped function mmct_atom_get_pdbname at 0x7f1a2acd2830>

mmct_atom_get_pdbres

Value:
<wrapped function mmct_atom_get_pdbres at 0x7f1a2ac4c878>

mmct_atom_get_peptide_plane_atoms

Value:
<wrapped function mmct_atom_get_peptide_plane_atoms at 0x7f1a2ad21710>

mmct_atom_get_property_names

Value:
<wrapped function mmct_atom_get_property_names at 0x7f1a2ac815f0>

mmct_atom_get_res

Value:
<wrapped function mmct_atom_get_res at 0x7f1a2ac64dd0>

mmct_atom_get_res_atoms

Value:
<wrapped function mmct_atom_get_res_atoms at 0x7f1a2ac7bbd8>

mmct_atom_get_resnum

Value:
<wrapped function mmct_atom_get_resnum at 0x7f1a2ac3be18>

mmct_atom_get_type

Value:
<wrapped function mmct_atom_get_type at 0x7f1a2ac4c9e0>

mmct_atom_get_xyz

Value:
<wrapped function mmct_atom_get_xyz at 0x7f1a2ad30128>

mmct_atom_in_range

Value:
<wrapped function mmct_atom_in_range at 0x7f1a2acd2098>

mmct_atom_is_coarse_grain_particle

Value:
<wrapped function mmct_atom_is_coarse_grain_particle at 0x7f1a2acc8998\
>

mmct_atom_is_standard_residue

Value:
<wrapped function mmct_atom_is_standard_residue at 0x7f1a2ac40fc8>

mmct_atom_new_bond

Value:
<wrapped function mmct_atom_new_bond at 0x7f1a2ad03710>

mmct_atom_property_delete

Value:
<wrapped function mmct_atom_property_delete at 0x7f1a2ac406c8>

mmct_atom_property_get

Value:
<wrapped function mmct_atom_property_get at 0x7f1a2ac64a70>

mmct_atom_property_get_bool

Value:
<wrapped function mmct_atom_property_get_bool at 0x7f1a2ac5d560>

mmct_atom_property_get_int

Value:
<wrapped function mmct_atom_property_get_int at 0x7f1a2aba41b8>

mmct_atom_property_get_real

Value:
<wrapped function mmct_atom_property_get_real at 0x7f1a2acc8128>

mmct_atom_property_get_string

Value:
<wrapped function mmct_atom_property_get_string at 0x7f1a2aba9c20>

mmct_atom_property_remove

Value:
<wrapped function mmct_atom_property_remove at 0x7f1a2ac46710>

mmct_atom_property_set

Value:
<wrapped function mmct_atom_property_set at 0x7f1a2aca9c20>

mmct_atom_property_set_bool

Value:
<wrapped function mmct_atom_property_set_bool at 0x7f1a2ab9fb48>

mmct_atom_property_set_int

Value:
<wrapped function mmct_atom_property_set_int at 0x7f1a2abae248>

mmct_atom_property_set_real

Value:
<wrapped function mmct_atom_property_set_real at 0x7f1a2aca4dd0>

mmct_atom_property_set_string

Value:
<wrapped function mmct_atom_property_set_string at 0x7f1a2ad2b908>

mmct_atom_rotate_peptide_plane

Value:
<wrapped function mmct_atom_rotate_peptide_plane at 0x7f1a2ad17560>

mmct_atom_set_alt_xyz

Value:
<wrapped function mmct_atom_set_alt_xyz at 0x7f1a2ad26dd0>

mmct_atom_set_atom_name

Value:
<wrapped function mmct_atom_set_atom_name at 0x7f1a2ac3bea8>

mmct_atom_set_atomic_number

Value:
<wrapped function mmct_atom_set_atomic_number at 0x7f1a2ad2bcf8>

mmct_atom_set_bit

Value:
<wrapped function mmct_atom_set_bit at 0x7f1a2acafa70>

mmct_atom_set_bond

Value:
<wrapped function mmct_atom_set_bond at 0x7f1a2ac40830>

mmct_atom_set_bond_angle

Value:
<wrapped function mmct_atom_set_bond_angle at 0x7f1a2ad30830>

mmct_atom_set_bond_angle2

Value:
<wrapped function mmct_atom_set_bond_angle2 at 0x7f1a2abb3950>

mmct_atom_set_bond_angle_jaguar

Value:
<wrapped function mmct_atom_set_bond_angle_jaguar at 0x7f1a2ac51680>

mmct_atom_set_bond_order

Value:
<wrapped function mmct_atom_set_bond_order at 0x7f1a2ad0d518>

mmct_atom_set_chain

Value:
<wrapped function mmct_atom_set_chain at 0x7f1a2aba4c68>

mmct_atom_set_charge1

Value:
<wrapped function mmct_atom_set_charge1 at 0x7f1a2aba9440>

mmct_atom_set_charge2

Value:
<wrapped function mmct_atom_set_charge2 at 0x7f1a2aba9488>

mmct_atom_set_chargef

Value:
<wrapped function mmct_atom_set_chargef at 0x7f1a2aba9320>

mmct_atom_set_coarse_grain_mass

Value:
<wrapped function mmct_atom_set_coarse_grain_mass at 0x7f1a2ad2b3f8>

mmct_atom_set_coarse_grain_particle

Value:
<wrapped function mmct_atom_set_coarse_grain_particle at 0x7f1a2ab9575\
8>

mmct_atom_set_color

Value:
<wrapped function mmct_atom_set_color at 0x7f1a2ab95638>

mmct_atom_set_color_vector

Value:
<wrapped function mmct_atom_set_color_vector at 0x7f1a2ac40f80>

mmct_atom_set_dihedral_angle

Value:
<wrapped function mmct_atom_set_dihedral_angle at 0x7f1a2ac57830>

mmct_atom_set_dihedral_angle_fast

Value:
<wrapped function mmct_atom_set_dihedral_angle_fast at 0x7f1a2ac4ce60>

mmct_atom_set_display_radius

Value:
<wrapped function mmct_atom_set_display_radius at 0x7f1a2aca9320>

mmct_atom_set_distance

Value:
<wrapped function mmct_atom_set_distance at 0x7f1a2ad12b48>

mmct_atom_set_growname

Value:
<wrapped function mmct_atom_set_growname at 0x7f1a2aba4998>

mmct_atom_set_isotope

Value:
<wrapped function mmct_atom_set_isotope at 0x7f1a2ad1c368>

mmct_atom_set_pdbname

Value:
<wrapped function mmct_atom_set_pdbname at 0x7f1a2acaf998>

mmct_atom_set_pdbres

Value:
<wrapped function mmct_atom_set_pdbres at 0x7f1a2ac735a8>

mmct_atom_set_res

Value:
<wrapped function mmct_atom_set_res at 0x7f1a2ad12368>

mmct_atom_set_resnum

Value:
<wrapped function mmct_atom_set_resnum at 0x7f1a2ac57320>

mmct_atom_set_secondary_struct

Value:
<wrapped function mmct_atom_set_secondary_struct at 0x7f1a2ac93ef0>

mmct_atom_set_type

Value:
<wrapped function mmct_atom_set_type at 0x7f1a2ac8d7a0>

mmct_atom_set_x

Value:
<wrapped function mmct_atom_set_x at 0x7f1a2acd7098>

mmct_atom_set_xyz

Value:
<wrapped function mmct_atom_set_xyz at 0x7f1a2ac4c680>

mmct_atom_set_y

Value:
<wrapped function mmct_atom_set_y at 0x7f1a2ad030e0>

mmct_atom_set_z

Value:
<wrapped function mmct_atom_set_z at 0x7f1a2acd7050>

mmct_atom_unset_bit

Value:
<wrapped function mmct_atom_unset_bit at 0x7f1a2ad21560>

mmct_bond_crosses_pbc

Value:
<wrapped function mmct_bond_crosses_pbc at 0x7f1a2ac40320>

mmct_bond_get_property_names

Value:
<wrapped function mmct_bond_get_property_names at 0x7f1a2ad1ce18>

mmct_bond_get_type

Value:
<wrapped function mmct_bond_get_type at 0x7f1a2ac87c20>

mmct_bond_property_delete

Value:
<wrapped function mmct_bond_property_delete at 0x7f1a2ac4c050>

mmct_bond_property_get

Value:
<wrapped function mmct_bond_property_get at 0x7f1a2ab9a170>

mmct_bond_property_get_bool

Value:
<wrapped function mmct_bond_property_get_bool at 0x7f1a2ac87950>

mmct_bond_property_get_int

Value:
<wrapped function mmct_bond_property_get_int at 0x7f1a2ac6c6c8>

mmct_bond_property_get_real

Value:
<wrapped function mmct_bond_property_get_real at 0x7f1a2ad1c830>

mmct_bond_property_get_string

Value:
<wrapped function mmct_bond_property_get_string at 0x7f1a2ad17fc8>

mmct_bond_property_set

Value:
<wrapped function mmct_bond_property_set at 0x7f1a2ac732d8>

mmct_bond_property_set_bool

Value:
<wrapped function mmct_bond_property_set_bool at 0x7f1a2aca9a70>

mmct_bond_property_set_int

Value:
<wrapped function mmct_bond_property_set_int at 0x7f1a2ac51128>

mmct_bond_property_set_real

Value:
<wrapped function mmct_bond_property_set_real at 0x7f1a2ad17758>

mmct_bond_property_set_string

Value:
<wrapped function mmct_bond_property_set_string at 0x7f1a2ad03950>

mmct_bond_set_type

Value:
<wrapped function mmct_bond_set_type at 0x7f1a2ac81440>

mmct_create_distance_cell

Value:
<wrapped function mmct_create_distance_cell at 0x7f1a2acbe7a0>

mmct_create_distance_cell_xyz

Value:
<wrapped function mmct_create_distance_cell_xyz at 0x7f1a2accd098>

mmct_create_distance_cell_xyz2

Value:
<wrapped function mmct_create_distance_cell_xyz2 at 0x7f1a2ac9e440>

mmct_ct_add_boolean_data

Value:
<wrapped function mmct_ct_add_boolean_data at 0x7f1a2acaf248>

mmct_ct_add_integer_data

Value:
<wrapped function mmct_ct_add_integer_data at 0x7f1a2ac4cc68>

mmct_ct_add_property_dependency

Value:
<wrapped function mmct_ct_add_property_dependency at 0x7f1a2accd5a8>

mmct_ct_add_real_data

Value:
<wrapped function mmct_ct_add_real_data at 0x7f1a2ac93830>

mmct_ct_add_string_data

Value:
<wrapped function mmct_ct_add_string_data at 0x7f1a2abb3f38>

mmct_ct_append

Value:
<wrapped function mmct_ct_append at 0x7f1a2abb32d8>

mmct_ct_atom_name_canonical

Value:
<wrapped function mmct_ct_atom_name_canonical at 0x7f1a2ad0d1b8>

mmct_ct_atom_name_jaguar_unique

Value:
<wrapped function mmct_ct_atom_name_jaguar_unique at 0x7f1a2ad21d40>

mmct_ct_atom_name_unique

Value:
<wrapped function mmct_ct_atom_name_unique at 0x7f1a2acc8d88>

mmct_ct_begin_atom_renumbering

Value:
<wrapped function mmct_ct_begin_atom_renumbering at 0x7f1a2ad033b0>

mmct_ct_clear_additional_data

Value:
<wrapped function mmct_ct_clear_additional_data at 0x7f1a2abae3f8>

mmct_ct_clear_data_handles

Value:
<wrapped function mmct_ct_clear_data_handles at 0x7f1a2ab95c68>

mmct_ct_clear_dependent_properties

Value:
<wrapped function mmct_ct_clear_dependent_properties at 0x7f1a2acc3680\
>

mmct_ct_clear_property_dependencies

Value:
<wrapped function mmct_ct_clear_property_dependencies at 0x7f1a2aca490\
8>

mmct_ct_clear_stereo

Value:
<wrapped function mmct_ct_clear_stereo at 0x7f1a2acc3908>

mmct_ct_clone_property_dependencies

Value:
<wrapped function mmct_ct_clone_property_dependencies at 0x7f1a2acd295\
0>

mmct_ct_compare

Value:
<wrapped function mmct_ct_compare at 0x7f1a2ad21ab8>

mmct_ct_compare_connect

Value:
<wrapped function mmct_ct_compare_connect at 0x7f1a2ad2bd40>

mmct_ct_compare_connect_unordered_bonds

Value:
<wrapped function mmct_ct_compare_connect_unordered_bonds at 0x7f1a2ad\
177a0>

mmct_ct_copy_structure

Value:
<wrapped function mmct_ct_copy_structure at 0x7f1a2ac46c20>

mmct_ct_delete

Value:
<wrapped function mmct_ct_delete at 0x7f1a2acc8518>

mmct_ct_delete_atom

Value:
<wrapped function mmct_ct_delete_atom at 0x7f1a2ad0d680>

mmct_ct_delete_pbc

Value:
<wrapped function mmct_ct_delete_pbc at 0x7f1a2ac9eea8>

mmct_ct_duplicate

Value:
<wrapped function mmct_ct_duplicate at 0x7f1a2acbee18>

mmct_ct_end_atom_renumbering

Value:
<wrapped function mmct_ct_end_atom_renumbering at 0x7f1a2abae710>

mmct_ct_extract_atoms

Value:
<wrapped function mmct_ct_extract_atoms at 0x7f1a2abae560>

mmct_ct_extract_entry

Value:
<wrapped function mmct_ct_extract_entry at 0x7f1a2ad213b0>

mmct_ct_from_compressed_string

Value:
<wrapped function mmct_ct_from_compressed_string at 0x7f1a2ac3bd88>

mmct_ct_from_string

Value:
<wrapped function mmct_ct_from_string at 0x7f1a2ab9f7e8>

mmct_ct_get_all_xyz

Value:
<wrapped function mmct_ct_get_all_xyz at 0x7f1a2accd680>

mmct_ct_get_atom_property_names

Value:
<wrapped function mmct_ct_get_atom_property_names at 0x7f1a2acc8680>

mmct_ct_get_atom_renumbering

Value:
<wrapped function mmct_ct_get_atom_renumbering at 0x7f1a2aba48c0>

mmct_ct_get_atom_total

Value:
<wrapped function mmct_ct_get_atom_total at 0x7f1a2abb3680>

mmct_ct_get_enhanced_stereo_status

Value:
<wrapped function mmct_ct_get_enhanced_stereo_status at 0x7f1a2ac7bb48\
>

mmct_ct_get_entry_atoms

Value:
<wrapped function mmct_ct_get_entry_atoms at 0x7f1a2ab9fe18>

mmct_ct_get_entry_name

Value:
<wrapped function mmct_ct_get_entry_name at 0x7f1a2acbe950>

mmct_ct_get_entry_total

Value:
<wrapped function mmct_ct_get_entry_total at 0x7f1a2ad12488>

mmct_ct_get_first_entry_atom

Value:
<wrapped function mmct_ct_get_first_entry_atom at 0x7f1a2ac81908>

mmct_ct_get_included_entry_name

Value:
<wrapped function mmct_ct_get_included_entry_name at 0x7f1a2acafa28>

mmct_ct_get_mol_total

Value:
<wrapped function mmct_ct_get_mol_total at 0x7f1a2ad2b248>

mmct_ct_get_num_property_dependencies

Value:
<wrapped function mmct_ct_get_num_property_dependencies at 0x7f1a2ab9f\
f80>

mmct_ct_get_or_open_additional_data

Value:
<wrapped function mmct_ct_get_or_open_additional_data at 0x7f1a2ad2112\
8>

mmct_ct_get_property_names

Value:
<wrapped function mmct_ct_get_property_names at 0x7f1a2acb5488>

mmct_ct_get_size

Value:
<wrapped function mmct_ct_get_size at 0x7f1a2acb5950>

mmct_ct_get_stereo_status

Value:
<wrapped function mmct_ct_get_stereo_status at 0x7f1a2ad0da28>

mmct_ct_get_title

Value:
<wrapped function mmct_ct_get_title at 0x7f1a2ac8dc68>

mmct_ct_get_total_chain

Value:
<wrapped function mmct_ct_get_total_chain at 0x7f1a2ad2b488>

mmct_ct_get_total_formal_charge

Value:
<wrapped function mmct_ct_get_total_formal_charge at 0x7f1a2aca95a8>

mmct_ct_get_total_residue

Value:
<wrapped function mmct_ct_get_total_residue at 0x7f1a2ac57710>

mmct_ct_get_xform_xmax

Value:
<wrapped function mmct_ct_get_xform_xmax at 0x7f1a2abb3bd8>

mmct_ct_get_xform_xmin

Value:
<wrapped function mmct_ct_get_xform_xmin at 0x7f1a2ad2b950>

mmct_ct_get_xform_ymax

Value:
<wrapped function mmct_ct_get_xform_ymax at 0x7f1a2ac7b518>

mmct_ct_get_xform_ymin

Value:
<wrapped function mmct_ct_get_xform_ymin at 0x7f1a2ad1c518>

mmct_ct_get_xform_zmax

Value:
<wrapped function mmct_ct_get_xform_zmax at 0x7f1a2ad21170>

mmct_ct_get_xform_zmin

Value:
<wrapped function mmct_ct_get_xform_zmin at 0x7f1a2ac4ca28>

mmct_ct_has_entry_atoms

Value:
<wrapped function mmct_ct_has_entry_atoms at 0x7f1a2acbe1b8>

mmct_ct_has_pbc

Value:
<wrapped function mmct_ct_has_pbc at 0x7f1a2ac8d5f0>

mmct_ct_m2io_close_atom_block

Value:
<wrapped function mmct_ct_m2io_close_atom_block at 0x7f1a2acbe7e8>

mmct_ct_m2io_close_bond_block

Value:
<wrapped function mmct_ct_m2io_close_bond_block at 0x7f1a2acc8098>

mmct_ct_m2io_close_ct

Value:
<wrapped function mmct_ct_m2io_close_ct at 0x7f1a2ad1c950>

mmct_ct_m2io_get

Value:
<wrapped function mmct_ct_m2io_get at 0x7f1a2ac573b0>

mmct_ct_m2io_get_additional_data_handle

Value:
<wrapped function mmct_ct_m2io_get_additional_data_handle at 0x7f1a2ac\
81488>

mmct_ct_m2io_get_atom

Value:
<wrapped function mmct_ct_m2io_get_atom at 0x7f1a2ac9eab8>

mmct_ct_m2io_get_bonds

Value:
<wrapped function mmct_ct_m2io_get_bonds at 0x7f1a2ad30290>

mmct_ct_m2io_get_unrequested_handle

Value:
<wrapped function mmct_ct_m2io_get_unrequested_handle at 0x7f1a2ac73ab\
8>

mmct_ct_m2io_goto_atom_block

Value:
<wrapped function mmct_ct_m2io_goto_atom_block at 0x7f1a2ad26ef0>

mmct_ct_m2io_goto_bond_block

Value:
<wrapped function mmct_ct_m2io_goto_bond_block at 0x7f1a2ac573f8>

mmct_ct_m2io_leave_atom_block

Value:
<wrapped function mmct_ct_m2io_leave_atom_block at 0x7f1a2ac81c20>

mmct_ct_m2io_leave_bond_block

Value:
<wrapped function mmct_ct_m2io_leave_bond_block at 0x7f1a2acbe5f0>

mmct_ct_m2io_leave_ct

Value:
<wrapped function mmct_ct_m2io_leave_ct at 0x7f1a2ac645f0>

mmct_ct_m2io_open_atom_block

Value:
<wrapped function mmct_ct_m2io_open_atom_block at 0x7f1a2ac40c20>

mmct_ct_m2io_open_bond_block

Value:
<wrapped function mmct_ct_m2io_open_bond_block at 0x7f1a2ad0dd40>

mmct_ct_m2io_open_ct

Value:
<wrapped function mmct_ct_m2io_open_ct at 0x7f1a2aba9ef0>

mmct_ct_m2io_put

Value:
<wrapped function mmct_ct_m2io_put at 0x7f1a2ac64560>

mmct_ct_m2io_put_atom_comp

Value:
<wrapped function mmct_ct_m2io_put_atom_comp at 0x7f1a2ad12200>

mmct_ct_m2io_put_atom_full

Value:
<wrapped function mmct_ct_m2io_put_atom_full at 0x7f1a2ad211b8>

mmct_ct_m2io_put_bonds

Value:
<wrapped function mmct_ct_m2io_put_bonds at 0x7f1a2ac87998>

mmct_ct_m2io_read_dependencies

Value:
<wrapped function mmct_ct_m2io_read_dependencies at 0x7f1a2ad35830>

mmct_ct_m2io_set_additional_data_handle

Value:
<wrapped function mmct_ct_m2io_set_additional_data_handle at 0x7f1a2ab\
a94d0>

mmct_ct_m2io_set_unrequested_handle

Value:
<wrapped function mmct_ct_m2io_set_unrequested_handle at 0x7f1a2ad0ddd\
0>

mmct_ct_m2io_write_dependencies

Value:
<wrapped function mmct_ct_m2io_write_dependencies at 0x7f1a2aca9b90>

mmct_ct_mmio_get

Value:
<wrapped function mmct_ct_mmio_get at 0x7f1a2ac46200>

mmct_ct_mmio_put

Value:
<wrapped function mmct_ct_mmio_put at 0x7f1a2ac64638>

mmct_ct_mol_new

Value:
<wrapped function mmct_ct_mol_new at 0x7f1a2acaf5a8>

mmct_ct_new_atom

Value:
<wrapped function mmct_ct_new_atom at 0x7f1a2ac51a28>

mmct_ct_new_atoms

Value:
<wrapped function mmct_ct_new_atoms at 0x7f1a2accd4d0>

mmct_ct_open_additional_data

Value:
<wrapped function mmct_ct_open_additional_data at 0x7f1a2abb35f0>

mmct_ct_property_delete

Value:
<wrapped function mmct_ct_property_delete at 0x7f1a2ad17830>

mmct_ct_property_get

Value:
<wrapped function mmct_ct_property_get at 0x7f1a2abb3440>

mmct_ct_property_get_bool

Value:
<wrapped function mmct_ct_property_get_bool at 0x7f1a2ac87f38>

mmct_ct_property_get_int

Value:
<wrapped function mmct_ct_property_get_int at 0x7f1a2ab950e0>

mmct_ct_property_get_int_range

Value:
<wrapped function mmct_ct_property_get_int_range at 0x7f1a2abaef38>

mmct_ct_property_get_real

Value:
<wrapped function mmct_ct_property_get_real at 0x7f1a2ad357a0>

mmct_ct_property_get_real_range

Value:
<wrapped function mmct_ct_property_get_real_range at 0x7f1a2acaf440>

mmct_ct_property_get_string

Value:
<wrapped function mmct_ct_property_get_string at 0x7f1a2ac93ab8>

mmct_ct_property_set_bool

Value:
<wrapped function mmct_ct_property_set_bool at 0x7f1a2ac9ef38>

mmct_ct_property_set_int

Value:
<wrapped function mmct_ct_property_set_int at 0x7f1a2ac87518>

mmct_ct_property_set_real

Value:
<wrapped function mmct_ct_property_set_real at 0x7f1a2ac3bb00>

mmct_ct_property_set_string

Value:
<wrapped function mmct_ct_property_set_string at 0x7f1a2ad215a8>

mmct_ct_remove_property_dependency

Value:
<wrapped function mmct_ct_remove_property_dependency at 0x7f1a2abb3368\
>

mmct_ct_reorder

Value:
<wrapped function mmct_ct_reorder at 0x7f1a2ad17c68>

mmct_ct_reset_atoms

Value:
<wrapped function mmct_ct_reset_atoms at 0x7f1a2ad26680>

mmct_ct_set_all_xyz

Value:
<wrapped function mmct_ct_set_all_xyz at 0x7f1a2ac9e7e8>

mmct_ct_set_default_atomname

Value:
<wrapped function mmct_ct_set_default_atomname at 0x7f1a2ad03e60>

mmct_ct_set_enhanced_stereo_status

Value:
<wrapped function mmct_ct_set_enhanced_stereo_status at 0x7f1a2ac7b830\
>

mmct_ct_set_entry_name

Value:
<wrapped function mmct_ct_set_entry_name at 0x7f1a2acc3488>

mmct_ct_set_entry_name_order

Value:
<wrapped function mmct_ct_set_entry_name_order at 0x7f1a2ad26c20>

mmct_ct_set_mol_updated

Value:
<wrapped function mmct_ct_set_mol_updated at 0x7f1a2ac73098>

mmct_ct_set_stereo_status

Value:
<wrapped function mmct_ct_set_stereo_status at 0x7f1a2ad2b128>

mmct_ct_set_title

Value:
<wrapped function mmct_ct_set_title at 0x7f1a2ac5d950>

mmct_ct_set_update_atom_callback

Value:
<wrapped function mmct_ct_set_update_atom_callback at 0x7f1a2accd290>

mmct_ct_set_xyz_range

Value:
<wrapped function mmct_ct_set_xyz_range at 0x7f1a2ad1c710>

mmct_ct_to_compressed_string

Value:
<wrapped function mmct_ct_to_compressed_string at 0x7f1a2ac81680>

mmct_ct_to_string

Value:
<wrapped function mmct_ct_to_string at 0x7f1a2ac4c440>

mmct_ct_transform

Value:
<wrapped function mmct_ct_transform at 0x7f1a2ab9ae60>

mmct_ct_translate

Value:
<wrapped function mmct_ct_translate at 0x7f1a2ad12cb0>

mmct_ct_update

Value:
<wrapped function mmct_ct_update at 0x7f1a2ac73e60>

mmct_current_errhandler

Value:
<wrapped function mmct_current_errhandler at 0x7f1a2ac93488>

mmct_delete_distance_cell

Value:
<wrapped function mmct_delete_distance_cell at 0x7f1a2acbe170>

mmct_errhandler

Value:
<wrapped function mmct_errhandler at 0x7f1a2acc8ab8>

mmct_getRotationAxis

Value:
<wrapped function mmct_getRotationAxis at 0x7f1a2acb9170>

mmct_getRotationMatrix

Value:
<wrapped function mmct_getRotationMatrix at 0x7f1a2ac6c320>

mmct_get_ct_total

Value:
<wrapped function mmct_get_ct_total at 0x7f1a2ab9f440>

mmct_get_molecular_weight

Value:
<wrapped function mmct_get_molecular_weight at 0x7f1a2ad268c0>

mmct_get_weight_by_element

Value:
<wrapped function mmct_get_weight_by_element at 0x7f1a2ac46cf8>

mmct_hbond_count_inter

Value:
<wrapped function mmct_hbond_count_inter at 0x7f1a2ab9a830>

mmct_hbond_count_intra

Value:
<wrapped function mmct_hbond_count_intra at 0x7f1a2ad35290>

mmct_hbond_count_user_spec_inter

Value:
<wrapped function mmct_hbond_count_user_spec_inter at 0x7f1a2ab957a0>

mmct_hbond_count_user_spec_intra

Value:
<wrapped function mmct_hbond_count_user_spec_intra at 0x7f1a2acc8b48>

mmct_hbond_get_inter

Value:
<wrapped function mmct_hbond_get_inter at 0x7f1a2acd2710>

mmct_hbond_get_intra

Value:
<wrapped function mmct_hbond_get_intra at 0x7f1a2ac5d908>

mmct_hbond_get_participants

Value:
<wrapped function mmct_hbond_get_participants at 0x7f1a2acc81b8>

mmct_hbond_get_pbc_inter

Value:
<wrapped function mmct_hbond_get_pbc_inter at 0x7f1a2acc35a8>

mmct_hbond_get_user_spec_inter

Value:
<wrapped function mmct_hbond_get_user_spec_inter at 0x7f1a2acaf0e0>

mmct_hbond_get_user_spec_intra

Value:
<wrapped function mmct_hbond_get_user_spec_intra at 0x7f1a2ad30b90>

mmct_hbond_get_user_spec_pbc_inter

Value:
<wrapped function mmct_hbond_get_user_spec_pbc_inter at 0x7f1a2ab9f248\
>

mmct_hbond_is_acceptor

Value:
<wrapped function mmct_hbond_is_acceptor at 0x7f1a2ac7bcb0>

mmct_hbond_is_donor

Value:
<wrapped function mmct_hbond_is_donor at 0x7f1a2ab9f128>

mmct_id_map_delete

Value:
<wrapped function mmct_id_map_delete at 0x7f1a2ac64bd8>

mmct_id_map_duplicate

Value:
<wrapped function mmct_id_map_duplicate at 0x7f1a2aca4f80>

mmct_id_map_m2io_get

Value:
<wrapped function mmct_id_map_m2io_get at 0x7f1a2acb57a0>

mmct_id_map_m2io_put

Value:
<wrapped function mmct_id_map_m2io_put at 0x7f1a2ac877a0>

mmct_id_map_new

Value:
<wrapped function mmct_id_map_new at 0x7f1a2acb53b0>

mmct_id_map_set

Value:
<wrapped function mmct_id_map_set at 0x7f1a2ac6c830>

mmct_initialize

Value:
<wrapped function mmct_initialize at 0x7f1a2ad0dd88>

mmct_is_atom_bonded

Value:
<wrapped function mmct_is_atom_bonded at 0x7f1a2ac93560>

mmct_query_distance_cell

Value:
<wrapped function mmct_query_distance_cell at 0x7f1a2ab95b48>

mmct_query_distance_cell_closest

Value:
<wrapped function mmct_query_distance_cell_closest at 0x7f1a2acd2e18>

mmct_query_distance_cell_count

Value:
<wrapped function mmct_query_distance_cell_count at 0x7f1a2ac73b00>

mmct_query_distance_cell_vector

Value:
<wrapped function mmct_query_distance_cell_vector at 0x7f1a2ab9ab48>

mmct_set_ct_delete_callback

Value:
<wrapped function mmct_set_ct_delete_callback at 0x7f1a2ad17bd8>

mmct_set_entry_name_callback

Value:
<wrapped function mmct_set_entry_name_callback at 0x7f1a2ad1cc20>

mmct_set_entry_removed_callback

Value:
<wrapped function mmct_set_entry_removed_callback at 0x7f1a2ab9a3b0>

mmct_terminate

Value:
<wrapped function mmct_terminate at 0x7f1a2abb3d88>

mmct_transfer_residue_info

Value:
<wrapped function mmct_transfer_residue_info at 0x7f1a2acc83b0>

mmct_update_mol

Value:
<wrapped function mmct_update_mol at 0x7f1a2aba9dd0>

mmctg_atom_get_bond_color

Value:
<wrapped function mmctg_atom_get_bond_color at 0x7f1a2ad17ab8>

mmctg_atom_get_bond_style

Value:
<wrapped function mmctg_atom_get_bond_style at 0x7f1a2ac57e60>

mmctg_atom_get_bond_thin_tube

Value:
<wrapped function mmctg_atom_get_bond_thin_tube at 0x7f1a2ad03d88>

mmctg_atom_get_bond_visible

Value:
<wrapped function mmctg_atom_get_bond_visible at 0x7f1a2ac3b368>

mmctg_atom_get_label_color

Value:
<wrapped function mmctg_atom_get_label_color at 0x7f1a2ab956c8>

mmctg_atom_get_label_format

Value:
<wrapped function mmctg_atom_get_label_format at 0x7f1a2ab959e0>

mmctg_atom_get_label_user_text

Value:
<wrapped function mmctg_atom_get_label_user_text at 0x7f1a2abae908>

mmctg_atom_get_ribbon_color

Value:
<wrapped function mmctg_atom_get_ribbon_color at 0x7f1a2ac51a70>

mmctg_atom_get_ribbon_style

Value:
<wrapped function mmctg_atom_get_ribbon_style at 0x7f1a2aca9878>

mmctg_atom_get_style

Value:
<wrapped function mmctg_atom_get_style at 0x7f1a2ac739e0>

mmctg_atom_get_visible

Value:
<wrapped function mmctg_atom_get_visible at 0x7f1a2ac9ed40>

mmctg_atom_set_bond_style

Value:
<wrapped function mmctg_atom_set_bond_style at 0x7f1a2ad2b6c8>

mmctg_atom_set_bond_thin_tube

Value:
<wrapped function mmctg_atom_set_bond_thin_tube at 0x7f1a2ac8def0>

mmctg_atom_set_bond_visible

Value:
<wrapped function mmctg_atom_set_bond_visible at 0x7f1a2acd2050>

mmctg_atom_set_color

Value:
<wrapped function mmctg_atom_set_color at 0x7f1a2acc3050>

mmctg_atom_set_label_color

Value:
<wrapped function mmctg_atom_set_label_color at 0x7f1a2aba90e0>

mmctg_atom_set_label_format

Value:
<wrapped function mmctg_atom_set_label_format at 0x7f1a2ac6ccb0>

mmctg_atom_set_label_user_text

Value:
<wrapped function mmctg_atom_set_label_user_text at 0x7f1a2ac93d88>

mmctg_atom_set_ribbon_color

Value:
<wrapped function mmctg_atom_set_ribbon_color at 0x7f1a2aca9488>

mmctg_atom_set_ribbon_style

Value:
<wrapped function mmctg_atom_set_ribbon_style at 0x7f1a2ab9ae18>

mmctg_atom_set_style

Value:
<wrapped function mmctg_atom_set_style at 0x7f1a2ac81e18>

mmctg_atom_set_visible

Value:
<wrapped function mmctg_atom_set_visible at 0x7f1a2ad1c2d8>

mmctg_bond_get_color

Value:
<wrapped function mmctg_bond_get_color at 0x7f1a2acd7248>

mmctg_bond_get_style

Value:
<wrapped function mmctg_bond_get_style at 0x7f1a2ad21998>

mmctg_bond_get_thin_tube

Value:
<wrapped function mmctg_bond_get_thin_tube at 0x7f1a2abae488>

mmctg_bond_get_visible

Value:
<wrapped function mmctg_bond_get_visible at 0x7f1a2ac73c20>

mmctg_bond_reset_color

Value:
<wrapped function mmctg_bond_reset_color at 0x7f1a2ac73758>

mmctg_bond_set_color

Value:
<wrapped function mmctg_bond_set_color at 0x7f1a2ab9a680>

mmctg_bond_set_style

Value:
<wrapped function mmctg_bond_set_style at 0x7f1a2ac4c518>

mmctg_bond_set_thin_tube

Value:
<wrapped function mmctg_bond_set_thin_tube at 0x7f1a2ad35200>

mmctg_bond_set_visible

Value:
<wrapped function mmctg_bond_set_visible at 0x7f1a2acaf518>

mmctg_ct_m2io_close_atom_block

Value:
<wrapped function mmctg_ct_m2io_close_atom_block at 0x7f1a2aca4830>

mmctg_ct_m2io_close_bond_block

Value:
<wrapped function mmctg_ct_m2io_close_bond_block at 0x7f1a2acc8cb0>

mmctg_ct_m2io_close_ct

Value:
<wrapped function mmctg_ct_m2io_close_ct at 0x7f1a2acc8368>

mmctg_ct_m2io_get

Value:
<wrapped function mmctg_ct_m2io_get at 0x7f1a2acd2248>

mmctg_ct_m2io_open_atom_block

Value:
<wrapped function mmctg_ct_m2io_open_atom_block at 0x7f1a2accd878>

mmctg_ct_m2io_open_bond_block

Value:
<wrapped function mmctg_ct_m2io_open_bond_block at 0x7f1a2ad17170>

mmctg_ct_m2io_open_ct

Value:
<wrapped function mmctg_ct_m2io_open_ct at 0x7f1a2ac3bef0>

mmctg_ct_m2io_put

Value:
<wrapped function mmctg_ct_m2io_put at 0x7f1a2ad30cb0>

mmctg_ct_m2io_put_atom_comp

Value:
<wrapped function mmctg_ct_m2io_put_atom_comp at 0x7f1a2ac7b710>

mmctg_ct_m2io_put_atom_full

Value:
<wrapped function mmctg_ct_m2io_put_atom_full at 0x7f1a2accd7e8>

mmctg_ct_m2io_put_bonds

Value:
<wrapped function mmctg_ct_m2io_put_bonds at 0x7f1a2aca9758>

mmerr_check_license

Value:
<wrapped function mmerr_check_license at 0x7f1a2acbec68>

mmerr_errclear

Value:
<wrapped function mmerr_errclear at 0x7f1a2ad03ea8>

mmerr_get_level

Value:
<wrapped function mmerr_get_level at 0x7f1a2aba9170>

mmerr_get_queue_on

Value:
<wrapped function mmerr_get_queue_on at 0x7f1a2ac3ba70>

mmerr_initialize

Value:
<wrapped function mmerr_initialize at 0x7f1a2ab95908>

mmerr_maxlevel

Value:
<wrapped function mmerr_maxlevel at 0x7f1a2ac4c8c0>

mmerr_print_state

Value:
<wrapped function mmerr_print_state at 0x7f1a2ad30a28>

mmerr_queue_get

Value:
<wrapped function mmerr_queue_get at 0x7f1a2ac812d8>

mmerr_queue_on

Value:
<wrapped function mmerr_queue_on at 0x7f1a2aba43f8>

mmerr_refcount

Value:
<wrapped function mmerr_refcount at 0x7f1a2ac46878>

mmerr_restore_print

Value:
<wrapped function mmerr_restore_print at 0x7f1a2ad356c8>

mmerr_set_mmlibs

Value:
<wrapped function mmerr_set_mmlibs at 0x7f1a2ac9ef80>

mmerr_suppress_print

Value:
<wrapped function mmerr_suppress_print at 0x7f1a2aba9050>

mmerr_terminate

Value:
<wrapped function mmerr_terminate at 0x7f1a2ac57d40>

mmfepio_add_anglemaps

Value:
<wrapped function mmfepio_add_anglemaps at 0x7f1a2aba4f80>

mmfepio_add_atommaps

Value:
<wrapped function mmfepio_add_atommaps at 0x7f1a2acb5d88>

mmfepio_add_bondmaps

Value:
<wrapped function mmfepio_add_bondmaps at 0x7f1a2abae5f0>

mmfepio_add_dihedmaps

Value:
<wrapped function mmfepio_add_dihedmaps at 0x7f1a2ac73d88>

mmfepio_add_exclmaps

Value:
<wrapped function mmfepio_add_exclmaps at 0x7f1a2acbeb00>

mmfepio_add_map

Value:
<wrapped function mmfepio_add_map at 0x7f1a2ac81b90>

mmfepio_add_new_map

Value:
<wrapped function mmfepio_add_new_map at 0x7f1a2abae4d0>

mmfepio_add_other_blocks

Value:
<wrapped function mmfepio_add_other_blocks at 0x7f1a2ad1ccb0>

mmfepio_add_pairmaps

Value:
<wrapped function mmfepio_add_pairmaps at 0x7f1a2acbecf8>

mmfepio_anglemap_get_ai

Value:
<wrapped function mmfepio_anglemap_get_ai at 0x7f1a2abb37e8>

mmfepio_anglemap_get_aj

Value:
<wrapped function mmfepio_anglemap_get_aj at 0x7f1a2abb3878>

mmfepio_anglemap_get_ak

Value:
<wrapped function mmfepio_anglemap_get_ak at 0x7f1a2abb3830>

mmfepio_anglemap_get_data_names

Value:
<wrapped function mmfepio_anglemap_get_data_names at 0x7f1a2aca4248>

mmfepio_anglemap_get_ti

Value:
<wrapped function mmfepio_anglemap_get_ti at 0x7f1a2ad266c8>

mmfepio_anglemap_get_tj

Value:
<wrapped function mmfepio_anglemap_get_tj at 0x7f1a2acbe908>

mmfepio_anglemap_prop_get_boolean

Value:
<wrapped function mmfepio_anglemap_prop_get_boolean at 0x7f1a2ad21cf8>

mmfepio_anglemap_prop_get_int

Value:
<wrapped function mmfepio_anglemap_prop_get_int at 0x7f1a2accdef0>

mmfepio_anglemap_prop_get_real

Value:
<wrapped function mmfepio_anglemap_prop_get_real at 0x7f1a2acd7fc8>

mmfepio_anglemap_prop_get_string

Value:
<wrapped function mmfepio_anglemap_prop_get_string at 0x7f1a2ac641b8>

mmfepio_anglemap_prop_set_boolean

Value:
<wrapped function mmfepio_anglemap_prop_set_boolean at 0x7f1a2ac46fc8>

mmfepio_anglemap_prop_set_int

Value:
<wrapped function mmfepio_anglemap_prop_set_int at 0x7f1a2ac9e320>

mmfepio_anglemap_prop_set_real

Value:
<wrapped function mmfepio_anglemap_prop_set_real at 0x7f1a2acb9f80>

mmfepio_anglemap_prop_set_string

Value:
<wrapped function mmfepio_anglemap_prop_set_string at 0x7f1a2ac5d0e0>

mmfepio_anglemap_set_ai

Value:
<wrapped function mmfepio_anglemap_set_ai at 0x7f1a2ad1c5f0>

mmfepio_anglemap_set_aj

Value:
<wrapped function mmfepio_anglemap_set_aj at 0x7f1a2ad1c680>

mmfepio_anglemap_set_ak

Value:
<wrapped function mmfepio_anglemap_set_ak at 0x7f1a2ad1c638>

mmfepio_anglemap_set_ti

Value:
<wrapped function mmfepio_anglemap_set_ti at 0x7f1a2abaeef0>

mmfepio_anglemap_set_tj

Value:
<wrapped function mmfepio_anglemap_set_tj at 0x7f1a2abaee18>

mmfepio_atommap_get_ai

Value:
<wrapped function mmfepio_atommap_get_ai at 0x7f1a2ac51368>

mmfepio_atommap_get_aj

Value:
<wrapped function mmfepio_atommap_get_aj at 0x7f1a2ac51320>

mmfepio_atommap_get_data_names

Value:
<wrapped function mmfepio_atommap_get_data_names at 0x7f1a2acd73b0>

mmfepio_atommap_prop_get_boolean

Value:
<wrapped function mmfepio_atommap_prop_get_boolean at 0x7f1a2ac462d8>

mmfepio_atommap_prop_get_int

Value:
<wrapped function mmfepio_atommap_prop_get_int at 0x7f1a2abb3998>

mmfepio_atommap_prop_get_real

Value:
<wrapped function mmfepio_atommap_prop_get_real at 0x7f1a2ac873b0>

mmfepio_atommap_prop_get_string

Value:
<wrapped function mmfepio_atommap_prop_get_string at 0x7f1a2ac7b680>

mmfepio_atommap_prop_set_boolean

Value:
<wrapped function mmfepio_atommap_prop_set_boolean at 0x7f1a2ab95998>

mmfepio_atommap_prop_set_int

Value:
<wrapped function mmfepio_atommap_prop_set_int at 0x7f1a2ab9a248>

mmfepio_atommap_prop_set_real

Value:
<wrapped function mmfepio_atommap_prop_set_real at 0x7f1a2aca4440>

mmfepio_atommap_prop_set_string

Value:
<wrapped function mmfepio_atommap_prop_set_string at 0x7f1a2abae3b0>

mmfepio_atommap_set_ai

Value:
<wrapped function mmfepio_atommap_set_ai at 0x7f1a2ac6cf80>

mmfepio_atommap_set_aj

Value:
<wrapped function mmfepio_atommap_set_aj at 0x7f1a2ac6cf38>

mmfepio_bondmap_get_ai

Value:
<wrapped function mmfepio_bondmap_get_ai at 0x7f1a2ac93b48>

mmfepio_bondmap_get_aj

Value:
<wrapped function mmfepio_bondmap_get_aj at 0x7f1a2acd7320>

mmfepio_bondmap_get_data_names

Value:
<wrapped function mmfepio_bondmap_get_data_names at 0x7f1a2acc3440>

mmfepio_bondmap_get_ti

Value:
<wrapped function mmfepio_bondmap_get_ti at 0x7f1a2ac73128>

mmfepio_bondmap_get_tj

Value:
<wrapped function mmfepio_bondmap_get_tj at 0x7f1a2ac73170>

mmfepio_bondmap_prop_get_boolean

Value:
<wrapped function mmfepio_bondmap_prop_get_boolean at 0x7f1a2ac4cab8>

mmfepio_bondmap_prop_get_int

Value:
<wrapped function mmfepio_bondmap_prop_get_int at 0x7f1a2acc3c20>

mmfepio_bondmap_prop_get_real

Value:
<wrapped function mmfepio_bondmap_prop_get_real at 0x7f1a2ac81248>

mmfepio_bondmap_prop_get_string

Value:
<wrapped function mmfepio_bondmap_prop_get_string at 0x7f1a2ad1c5a8>

mmfepio_bondmap_prop_set_boolean

Value:
<wrapped function mmfepio_bondmap_prop_set_boolean at 0x7f1a2ac5d290>

mmfepio_bondmap_prop_set_int

Value:
<wrapped function mmfepio_bondmap_prop_set_int at 0x7f1a2ab95e60>

mmfepio_bondmap_prop_set_real

Value:
<wrapped function mmfepio_bondmap_prop_set_real at 0x7f1a2ab95ea8>

mmfepio_bondmap_prop_set_string

Value:
<wrapped function mmfepio_bondmap_prop_set_string at 0x7f1a2ac6cbd8>

mmfepio_bondmap_set_ai

Value:
<wrapped function mmfepio_bondmap_set_ai at 0x7f1a2ac9eb90>

mmfepio_bondmap_set_aj

Value:
<wrapped function mmfepio_bondmap_set_aj at 0x7f1a2ac9eb00>

mmfepio_bondmap_set_ti

Value:
<wrapped function mmfepio_bondmap_set_ti at 0x7f1a2ac4c488>

mmfepio_bondmap_set_tj

Value:
<wrapped function mmfepio_bondmap_set_tj at 0x7f1a2ac4c4d0>

mmfepio_compare_fepio

Value:
<wrapped function mmfepio_compare_fepio at 0x7f1a2aba9998>

mmfepio_create_add_map

Value:
<wrapped function mmfepio_create_add_map at 0x7f1a2acb9a28>

mmfepio_delete_other_block

Value:
<wrapped function mmfepio_delete_other_block at 0x7f1a2acbe638>

mmfepio_dihedmap_get_ai

Value:
<wrapped function mmfepio_dihedmap_get_ai at 0x7f1a2acaf710>

mmfepio_dihedmap_get_aj

Value:
<wrapped function mmfepio_dihedmap_get_aj at 0x7f1a2acaf758>

mmfepio_dihedmap_get_ak

Value:
<wrapped function mmfepio_dihedmap_get_ak at 0x7f1a2acaf7a0>

mmfepio_dihedmap_get_al

Value:
<wrapped function mmfepio_dihedmap_get_al at 0x7f1a2acaf7e8>

mmfepio_dihedmap_get_data_names

Value:
<wrapped function mmfepio_dihedmap_get_data_names at 0x7f1a2ac73d40>

mmfepio_dihedmap_get_ti

Value:
<wrapped function mmfepio_dihedmap_get_ti at 0x7f1a2ad1ca70>

mmfepio_dihedmap_get_tj

Value:
<wrapped function mmfepio_dihedmap_get_tj at 0x7f1a2ad1ca28>

mmfepio_dihedmap_prop_get_boolean

Value:
<wrapped function mmfepio_dihedmap_prop_get_boolean at 0x7f1a2ad0d4d0>

mmfepio_dihedmap_prop_get_int

Value:
<wrapped function mmfepio_dihedmap_prop_get_int at 0x7f1a2ad12f80>

mmfepio_dihedmap_prop_get_real

Value:
<wrapped function mmfepio_dihedmap_prop_get_real at 0x7f1a2ad35dd0>

mmfepio_dihedmap_prop_get_string

Value:
<wrapped function mmfepio_dihedmap_prop_get_string at 0x7f1a2ac6c638>

mmfepio_dihedmap_prop_set_boolean

Value:
<wrapped function mmfepio_dihedmap_prop_set_boolean at 0x7f1a2ad261b8>

mmfepio_dihedmap_prop_set_int

Value:
<wrapped function mmfepio_dihedmap_prop_set_int at 0x7f1a2aba4c20>

mmfepio_dihedmap_prop_set_real

Value:
<wrapped function mmfepio_dihedmap_prop_set_real at 0x7f1a2aba9ab8>

mmfepio_dihedmap_prop_set_string

Value:
<wrapped function mmfepio_dihedmap_prop_set_string at 0x7f1a2ac7be18>

mmfepio_dihedmap_set_ai

Value:
<wrapped function mmfepio_dihedmap_set_ai at 0x7f1a2ad26290>

mmfepio_dihedmap_set_aj

Value:
<wrapped function mmfepio_dihedmap_set_aj at 0x7f1a2ad262d8>

mmfepio_dihedmap_set_ak

Value:
<wrapped function mmfepio_dihedmap_set_ak at 0x7f1a2ad26320>

mmfepio_dihedmap_set_al

Value:
<wrapped function mmfepio_dihedmap_set_al at 0x7f1a2ad26248>

mmfepio_dihedmap_set_ti

Value:
<wrapped function mmfepio_dihedmap_set_ti at 0x7f1a2acaf6c8>

mmfepio_dihedmap_set_tj

Value:
<wrapped function mmfepio_dihedmap_set_tj at 0x7f1a2ac87b48>

mmfepio_element_get_data_names

Value:
mm.mmfepio_element_get_data_names

mmfepio_element_prop_get_boolean

Value:
mm.mmfepio_element_prop_get_boolean

mmfepio_element_prop_get_string

Value:
mm.mmfepio_element_prop_get_string

mmfepio_element_prop_set_boolean

Value:
mm.mmfepio_element_prop_set_boolean

mmfepio_element_prop_set_string

Value:
mm.mmfepio_element_prop_set_string

mmfepio_errhandler

Value:
<wrapped function mmfepio_errhandler at 0x7f1a2ad26c68>

mmfepio_exclmap_get_ai

Value:
<wrapped function mmfepio_exclmap_get_ai at 0x7f1a2ad30638>

mmfepio_exclmap_get_aj

Value:
<wrapped function mmfepio_exclmap_get_aj at 0x7f1a2ad305f0>

mmfepio_exclmap_get_data_names

Value:
<wrapped function mmfepio_exclmap_get_data_names at 0x7f1a2ac9e248>

mmfepio_exclmap_get_ti

Value:
<wrapped function mmfepio_exclmap_get_ti at 0x7f1a2ac934d0>

mmfepio_exclmap_get_tj

Value:
<wrapped function mmfepio_exclmap_get_tj at 0x7f1a2ac93518>

mmfepio_exclmap_prop_get_boolean

Value:
<wrapped function mmfepio_exclmap_prop_get_boolean at 0x7f1a2ad0d998>

mmfepio_exclmap_prop_get_int

Value:
<wrapped function mmfepio_exclmap_prop_get_int at 0x7f1a2acdc0e0>

mmfepio_exclmap_prop_get_real

Value:
<wrapped function mmfepio_exclmap_prop_get_real at 0x7f1a2ac46488>

mmfepio_exclmap_prop_get_string

Value:
<wrapped function mmfepio_exclmap_prop_get_string at 0x7f1a2aba4b90>

mmfepio_exclmap_prop_set_boolean

Value:
<wrapped function mmfepio_exclmap_prop_set_boolean at 0x7f1a2ad12dd0>

mmfepio_exclmap_prop_set_int

Value:
<wrapped function mmfepio_exclmap_prop_set_int at 0x7f1a2ad30098>

mmfepio_exclmap_prop_set_real

Value:
<wrapped function mmfepio_exclmap_prop_set_real at 0x7f1a2ac46d40>

mmfepio_exclmap_prop_set_string

Value:
<wrapped function mmfepio_exclmap_prop_set_string at 0x7f1a2ad352d8>

mmfepio_exclmap_set_ai

Value:
<wrapped function mmfepio_exclmap_set_ai at 0x7f1a2ad2be60>

mmfepio_exclmap_set_aj

Value:
<wrapped function mmfepio_exclmap_set_aj at 0x7f1a2acc37a0>

mmfepio_exclmap_set_ti

Value:
<wrapped function mmfepio_exclmap_set_ti at 0x7f1a2ad035f0>

mmfepio_exclmap_set_tj

Value:
<wrapped function mmfepio_exclmap_set_tj at 0x7f1a2ad03638>

mmfepio_fep_add_boolean_data

Value:
<wrapped function mmfepio_fep_add_boolean_data at 0x7f1a2ac81e60>

mmfepio_fep_add_int_data

Value:
<wrapped function mmfepio_fep_add_int_data at 0x7f1a2aca98c0>

mmfepio_fep_add_real_data

Value:
<wrapped function mmfepio_fep_add_real_data at 0x7f1a2ac7bb90>

mmfepio_fep_add_string_data

Value:
<wrapped function mmfepio_fep_add_string_data at 0x7f1a2ac6cd40>

mmfepio_fep_delete

Value:
<wrapped function mmfepio_fep_delete at 0x7f1a2ac3ba28>

mmfepio_fep_duplicate

Value:
<wrapped function mmfepio_fep_duplicate at 0x7f1a2ad217a0>

mmfepio_fep_get_boolean_data

Value:
<wrapped function mmfepio_fep_get_boolean_data at 0x7f1a2ad035a8>

mmfepio_fep_get_data_names

Value:
<wrapped function mmfepio_fep_get_data_names at 0x7f1a2acd2b90>

mmfepio_fep_get_int_data

Value:
<wrapped function mmfepio_fep_get_int_data at 0x7f1a2abae2d8>

mmfepio_fep_get_name

Value:
<wrapped function mmfepio_fep_get_name at 0x7f1a2ac57c20>

mmfepio_fep_get_real_data

Value:
<wrapped function mmfepio_fep_get_real_data at 0x7f1a2ad17680>

mmfepio_fep_get_stage

Value:
<wrapped function mmfepio_fep_get_stage at 0x7f1a2ad30ab8>

mmfepio_fep_get_string_data

Value:
<wrapped function mmfepio_fep_get_string_data at 0x7f1a2ab9f4d0>

mmfepio_fep_in_use

Value:
<wrapped function mmfepio_fep_in_use at 0x7f1a2abaedd0>

mmfepio_fep_m2io_get

Value:
<wrapped function mmfepio_fep_m2io_get at 0x7f1a2ac7b7a0>

mmfepio_fep_mmct_get

Value:
<wrapped function mmfepio_fep_mmct_get at 0x7f1a2accdab8>

mmfepio_fep_mmct_put

Value:
<wrapped function mmfepio_fep_mmct_put at 0x7f1a2ac87cb0>

mmfepio_fep_new

Value:
<wrapped function mmfepio_fep_new at 0x7f1a2ad21fc8>

mmfepio_fep_set_name

Value:
<wrapped function mmfepio_fep_set_name at 0x7f1a2ac57e18>

mmfepio_fep_set_stage

Value:
<wrapped function mmfepio_fep_set_stage at 0x7f1a2aca4950>

mmfepio_initialize

Value:
<wrapped function mmfepio_initialize at 0x7f1a2ac7bc68>

mmfepio_pairmap_get_ai

Value:
<wrapped function mmfepio_pairmap_get_ai at 0x7f1a2ad26ea8>

mmfepio_pairmap_get_aj

Value:
<wrapped function mmfepio_pairmap_get_aj at 0x7f1a2acc33f8>

mmfepio_pairmap_get_data_names

Value:
<wrapped function mmfepio_pairmap_get_data_names at 0x7f1a2acc8b90>

mmfepio_pairmap_get_ti

Value:
<wrapped function mmfepio_pairmap_get_ti at 0x7f1a2ab95e18>

mmfepio_pairmap_get_tj

Value:
<wrapped function mmfepio_pairmap_get_tj at 0x7f1a2ab95dd0>

mmfepio_pairmap_prop_get_boolean

Value:
<wrapped function mmfepio_pairmap_prop_get_boolean at 0x7f1a2acd2c68>

mmfepio_pairmap_prop_get_int

Value:
<wrapped function mmfepio_pairmap_prop_get_int at 0x7f1a2aba9950>

mmfepio_pairmap_prop_get_real

Value:
<wrapped function mmfepio_pairmap_prop_get_real at 0x7f1a2aca4098>

mmfepio_pairmap_prop_get_string

Value:
<wrapped function mmfepio_pairmap_prop_get_string at 0x7f1a2ac813b0>

mmfepio_pairmap_prop_set_boolean

Value:
<wrapped function mmfepio_pairmap_prop_set_boolean at 0x7f1a2ac8d830>

mmfepio_pairmap_prop_set_int

Value:
<wrapped function mmfepio_pairmap_prop_set_int at 0x7f1a2accd488>

mmfepio_pairmap_prop_set_real

Value:
<wrapped function mmfepio_pairmap_prop_set_real at 0x7f1a2ad30488>

mmfepio_pairmap_prop_set_string

Value:
<wrapped function mmfepio_pairmap_prop_set_string at 0x7f1a2ab9f1b8>

mmfepio_pairmap_set_ai

Value:
<wrapped function mmfepio_pairmap_set_ai at 0x7f1a2ad12ef0>

mmfepio_pairmap_set_aj

Value:
<wrapped function mmfepio_pairmap_set_aj at 0x7f1a2ad35050>

mmfepio_pairmap_set_ti

Value:
<wrapped function mmfepio_pairmap_set_ti at 0x7f1a2acb9dd0>

mmfepio_pairmap_set_tj

Value:
<wrapped function mmfepio_pairmap_set_tj at 0x7f1a2acb9d40>

mmfepio_print_fep

Value:
<wrapped function mmfepio_print_fep at 0x7f1a2ad122d8>

mmfepio_print_fep_anglemap

Value:
<wrapped function mmfepio_print_fep_anglemap at 0x7f1a2aba4320>

mmfepio_print_fep_atommap

Value:
<wrapped function mmfepio_print_fep_atommap at 0x7f1a2abeaf80>

mmfepio_print_fep_bondmap

Value:
<wrapped function mmfepio_print_fep_bondmap at 0x7f1a2ac51950>

mmfepio_print_fep_dihedmap

Value:
<wrapped function mmfepio_print_fep_dihedmap at 0x7f1a2abeaef0>

mmfepio_print_fep_exclmap

Value:
<wrapped function mmfepio_print_fep_exclmap at 0x7f1a2ad21440>

mmfepio_print_fep_other_block

Value:
<wrapped function mmfepio_print_fep_other_block at 0x7f1a2ac938c0>

mmfepio_print_fep_pairmap

Value:
<wrapped function mmfepio_print_fep_pairmap at 0x7f1a2ab95cb0>

mmfepio_refcount

Value:
<wrapped function mmfepio_refcount at 0x7f1a2ac87908>

mmfepio_set_option

Value:
<wrapped function mmfepio_set_option at 0x7f1a2ac8d9e0>

mmfepio_terminate

Value:
<wrapped function mmfepio_terminate at 0x7f1a2ab9f9e0>

mmffio_add_anglefbhws

Value:
<wrapped function mmffio_add_anglefbhws at 0x7f1a2ad1cdd0>

mmffio_add_angles

Value:
<wrapped function mmffio_add_angles at 0x7f1a2ac6ca28>

mmffio_add_any_blocks

Value:
<wrapped function mmffio_add_any_blocks at 0x7f1a2abb3dd0>

mmffio_add_bonds

Value:
<wrapped function mmffio_add_bonds at 0x7f1a2ad0d5f0>

mmffio_add_constraints

Value:
<wrapped function mmffio_add_constraints at 0x7f1a2acb94d0>

mmffio_add_diheds

Value:
<wrapped function mmffio_add_diheds at 0x7f1a2ac93b90>

mmffio_add_excls

Value:
<wrapped function mmffio_add_excls at 0x7f1a2ac73f38>

mmffio_add_improperfbhws

Value:
<wrapped function mmffio_add_improperfbhws at 0x7f1a2ad17c20>

mmffio_add_other_blocks

Value:
<wrapped function mmffio_add_other_blocks at 0x7f1a2ac6cc68>

mmffio_add_pairs

Value:
<wrapped function mmffio_add_pairs at 0x7f1a2ad35560>

mmffio_add_posfbhws

Value:
<wrapped function mmffio_add_posfbhws at 0x7f1a2acc3ef0>

mmffio_add_pseudos

Value:
<wrapped function mmffio_add_pseudos at 0x7f1a2ac510e0>

mmffio_add_restraints

Value:
<wrapped function mmffio_add_restraints at 0x7f1a2acb96c8>

mmffio_add_sites

Value:
<wrapped function mmffio_add_sites at 0x7f1a2acaf950>

mmffio_add_stretchfbhws

Value:
<wrapped function mmffio_add_stretchfbhws at 0x7f1a2ad0d638>

mmffio_add_vdwtypes

Value:
<wrapped function mmffio_add_vdwtypes at 0x7f1a2abae518>

mmffio_add_vdwtypescombineds

Value:
<wrapped function mmffio_add_vdwtypescombineds at 0x7f1a2ad21b90>

mmffio_add_virtuals

Value:
<wrapped function mmffio_add_virtuals at 0x7f1a2ac46a70>

mmffio_angle_get_ai

Value:
<wrapped function mmffio_angle_get_ai at 0x7f1a2acd2560>

mmffio_angle_get_aj

Value:
<wrapped function mmffio_angle_get_aj at 0x7f1a2acd24d0>

mmffio_angle_get_ak

Value:
<wrapped function mmffio_angle_get_ak at 0x7f1a2acd2518>

mmffio_angle_get_c1

Value:
<wrapped function mmffio_angle_get_c1 at 0x7f1a2accd0e0>

mmffio_angle_get_c2

Value:
<wrapped function mmffio_angle_get_c2 at 0x7f1a2accd128>

mmffio_angle_get_data_names

Value:
<wrapped function mmffio_angle_get_data_names at 0x7f1a2ac64b90>

mmffio_angle_get_funct

Value:
<wrapped function mmffio_angle_get_funct at 0x7f1a2ad0db90>

mmffio_angle_prop_get_boolean

Value:
<wrapped function mmffio_angle_prop_get_boolean at 0x7f1a2accd638>

mmffio_angle_prop_get_int

Value:
<wrapped function mmffio_angle_prop_get_int at 0x7f1a2ac93128>

mmffio_angle_prop_get_real

Value:
<wrapped function mmffio_angle_prop_get_real at 0x7f1a2ad35c20>

mmffio_angle_prop_get_string

Value:
<wrapped function mmffio_angle_prop_get_string at 0x7f1a2ac57ef0>

mmffio_angle_prop_set_boolean

Value:
<wrapped function mmffio_angle_prop_set_boolean at 0x7f1a2acb97e8>

mmffio_angle_prop_set_int

Value:
<wrapped function mmffio_angle_prop_set_int at 0x7f1a2ad12440>

mmffio_angle_prop_set_real

Value:
<wrapped function mmffio_angle_prop_set_real at 0x7f1a2ac403b0>

mmffio_angle_prop_set_string

Value:
<wrapped function mmffio_angle_prop_set_string at 0x7f1a2ad17b00>

mmffio_angle_set_ai

Value:
<wrapped function mmffio_angle_set_ai at 0x7f1a2abaeab8>

mmffio_angle_set_aj

Value:
<wrapped function mmffio_angle_set_aj at 0x7f1a2abaea28>

mmffio_angle_set_ak

Value:
<wrapped function mmffio_angle_set_ak at 0x7f1a2ac6cb00>

mmffio_angle_set_c1

Value:
<wrapped function mmffio_angle_set_c1 at 0x7f1a2aba9200>

mmffio_angle_set_c2

Value:
<wrapped function mmffio_angle_set_c2 at 0x7f1a2aba9248>

mmffio_angle_set_funct

Value:
<wrapped function mmffio_angle_set_funct at 0x7f1a2acaf638>

mmffio_anglefbhw_get_ai

Value:
<wrapped function mmffio_anglefbhw_get_ai at 0x7f1a2ad2bc68>

mmffio_anglefbhw_get_aj

Value:
<wrapped function mmffio_anglefbhw_get_aj at 0x7f1a2ab9f878>

mmffio_anglefbhw_get_ak

Value:
<wrapped function mmffio_anglefbhw_get_ak at 0x7f1a2ad2bc20>

mmffio_anglefbhw_get_data_names

Value:
<wrapped function mmffio_anglefbhw_get_data_names at 0x7f1a2acd25f0>

mmffio_anglefbhw_get_fc

Value:
<wrapped function mmffio_anglefbhw_get_fc at 0x7f1a2acd28c0>

mmffio_anglefbhw_get_sigma

Value:
<wrapped function mmffio_anglefbhw_get_sigma at 0x7f1a2ad127e8>

mmffio_anglefbhw_get_theta0

Value:
<wrapped function mmffio_anglefbhw_get_theta0 at 0x7f1a2ab9afc8>

mmffio_anglefbhw_prop_get_boolean

Value:
<wrapped function mmffio_anglefbhw_prop_get_boolean at 0x7f1a2ad2b200>

mmffio_anglefbhw_prop_get_int

Value:
<wrapped function mmffio_anglefbhw_prop_get_int at 0x7f1a2ad35680>

mmffio_anglefbhw_prop_get_real

Value:
<wrapped function mmffio_anglefbhw_prop_get_real at 0x7f1a2acb56c8>

mmffio_anglefbhw_prop_get_string

Value:
<wrapped function mmffio_anglefbhw_prop_get_string at 0x7f1a2ad26bd8>

mmffio_anglefbhw_prop_set_boolean

Value:
<wrapped function mmffio_anglefbhw_prop_set_boolean at 0x7f1a2ad17dd0>

mmffio_anglefbhw_prop_set_int

Value:
<wrapped function mmffio_anglefbhw_prop_set_int at 0x7f1a2acb9c20>

mmffio_anglefbhw_prop_set_real

Value:
<wrapped function mmffio_anglefbhw_prop_set_real at 0x7f1a2ac9e908>

mmffio_anglefbhw_prop_set_string

Value:
<wrapped function mmffio_anglefbhw_prop_set_string at 0x7f1a2aca93f8>

mmffio_anglefbhw_set_ai

Value:
<wrapped function mmffio_anglefbhw_set_ai at 0x7f1a2ac5d9e0>

mmffio_anglefbhw_set_aj

Value:
<wrapped function mmffio_anglefbhw_set_aj at 0x7f1a2ac5d998>

mmffio_anglefbhw_set_ak

Value:
<wrapped function mmffio_anglefbhw_set_ak at 0x7f1a2aca4638>

mmffio_anglefbhw_set_fc

Value:
<wrapped function mmffio_anglefbhw_set_fc at 0x7f1a2ad17368>

mmffio_anglefbhw_set_sigma

Value:
<wrapped function mmffio_anglefbhw_set_sigma at 0x7f1a2acbe5a8>

mmffio_anglefbhw_set_theta0

Value:
<wrapped function mmffio_anglefbhw_set_theta0 at 0x7f1a2ad12c68>

mmffio_any_block_get_name

Value:
<wrapped function mmffio_any_block_get_name at 0x7f1a2ac46320>

mmffio_any_block_set_name

Value:
<wrapped function mmffio_any_block_set_name at 0x7f1a2ad17b48>

mmffio_any_get_block_names

Value:
<wrapped function mmffio_any_get_block_names at 0x7f1a2ac3bc68>

mmffio_bond_get_ai

Value:
<wrapped function mmffio_bond_get_ai at 0x7f1a2ac409e0>

mmffio_bond_get_aj

Value:
<wrapped function mmffio_bond_get_aj at 0x7f1a2ac40998>

mmffio_bond_get_c1

Value:
<wrapped function mmffio_bond_get_c1 at 0x7f1a2acb5ef0>

mmffio_bond_get_c2

Value:
<wrapped function mmffio_bond_get_c2 at 0x7f1a2acb5f38>

mmffio_bond_get_data_names

Value:
<wrapped function mmffio_bond_get_data_names at 0x7f1a2ac4c368>

mmffio_bond_get_funct

Value:
<wrapped function mmffio_bond_get_funct at 0x7f1a2accde60>

mmffio_bond_prop_get_boolean

Value:
<wrapped function mmffio_bond_prop_get_boolean at 0x7f1a2ac46f80>

mmffio_bond_prop_get_int

Value:
<wrapped function mmffio_bond_prop_get_int at 0x7f1a2accd050>

mmffio_bond_prop_get_real

Value:
<wrapped function mmffio_bond_prop_get_real at 0x7f1a2acb9758>

mmffio_bond_prop_get_string

Value:
<wrapped function mmffio_bond_prop_get_string at 0x7f1a2ac9e098>

mmffio_bond_prop_set_boolean

Value:
<wrapped function mmffio_bond_prop_set_boolean at 0x7f1a2ac8d8c0>

mmffio_bond_prop_set_int

Value:
<wrapped function mmffio_bond_prop_set_int at 0x7f1a2ad303f8>

mmffio_bond_prop_set_real

Value:
<wrapped function mmffio_bond_prop_set_real at 0x7f1a2acc8488>

mmffio_bond_prop_set_string

Value:
<wrapped function mmffio_bond_prop_set_string at 0x7f1a2ac73fc8>

mmffio_bond_set_ai

Value:
<wrapped function mmffio_bond_set_ai at 0x7f1a2acc39e0>

mmffio_bond_set_aj

Value:
<wrapped function mmffio_bond_set_aj at 0x7f1a2acc3998>

mmffio_bond_set_c1

Value:
<wrapped function mmffio_bond_set_c1 at 0x7f1a2acbe200>

mmffio_bond_set_c2

Value:
<wrapped function mmffio_bond_set_c2 at 0x7f1a2acbe248>

mmffio_bond_set_funct

Value:
<wrapped function mmffio_bond_set_funct at 0x7f1a2acc3758>

mmffio_compare

Value:
<wrapped function mmffio_compare at 0x7f1a2ac5df80>

mmffio_compare_angle

Value:
<wrapped function mmffio_compare_angle at 0x7f1a2aba4518>

mmffio_compare_bond

Value:
<wrapped function mmffio_compare_bond at 0x7f1a2aba97a0>

mmffio_compare_dihed

Value:
<wrapped function mmffio_compare_dihed at 0x7f1a2acc3cb0>

mmffio_constraint_get_ai

Value:
<wrapped function mmffio_constraint_get_ai at 0x7f1a2ac4cc20>

mmffio_constraint_get_aj

Value:
<wrapped function mmffio_constraint_get_aj at 0x7f1a2ac4cbd8>

mmffio_constraint_get_ak

Value:
<wrapped function mmffio_constraint_get_ak at 0x7f1a2ac4cb90>

mmffio_constraint_get_al

Value:
<wrapped function mmffio_constraint_get_al at 0x7f1a2ac4cb48>

mmffio_constraint_get_am

Value:
<wrapped function mmffio_constraint_get_am at 0x7f1a2ac4cb00>

mmffio_constraint_get_c1

Value:
<wrapped function mmffio_constraint_get_c1 at 0x7f1a2ac575a8>

mmffio_constraint_get_c2

Value:
<wrapped function mmffio_constraint_get_c2 at 0x7f1a2ac57638>

mmffio_constraint_get_c3

Value:
<wrapped function mmffio_constraint_get_c3 at 0x7f1a2ac575f0>

mmffio_constraint_get_c4

Value:
<wrapped function mmffio_constraint_get_c4 at 0x7f1a2ac57518>

mmffio_constraint_get_c5

Value:
<wrapped function mmffio_constraint_get_c5 at 0x7f1a2ac574d0>

mmffio_constraint_get_c6

Value:
<wrapped function mmffio_constraint_get_c6 at 0x7f1a2ac57560>

mmffio_constraint_get_data_names

Value:
<wrapped function mmffio_constraint_get_data_names at 0x7f1a2aca94d0>

mmffio_constraint_get_funct

Value:
<wrapped function mmffio_constraint_get_funct at 0x7f1a2aba4e18>

mmffio_constraint_prop_get_boolean

Value:
<wrapped function mmffio_constraint_prop_get_boolean at 0x7f1a2acd7830\
>

mmffio_constraint_prop_get_int

Value:
<wrapped function mmffio_constraint_prop_get_int at 0x7f1a2ac6c758>

mmffio_constraint_prop_get_real

Value:
<wrapped function mmffio_constraint_prop_get_real at 0x7f1a2ac9e7a0>

mmffio_constraint_prop_get_string

Value:
<wrapped function mmffio_constraint_prop_get_string at 0x7f1a2acbe878>

mmffio_constraint_prop_set_boolean

Value:
<wrapped function mmffio_constraint_prop_set_boolean at 0x7f1a2ac939e0\
>

mmffio_constraint_prop_set_int

Value:
<wrapped function mmffio_constraint_prop_set_int at 0x7f1a2accdcf8>

mmffio_constraint_prop_set_real

Value:
<wrapped function mmffio_constraint_prop_set_real at 0x7f1a2ac40638>

mmffio_constraint_prop_set_string

Value:
<wrapped function mmffio_constraint_prop_set_string at 0x7f1a2ad03128>

mmffio_constraint_set_ai

Value:
<wrapped function mmffio_constraint_set_ai at 0x7f1a2ac51ea8>

mmffio_constraint_set_aj

Value:
<wrapped function mmffio_constraint_set_aj at 0x7f1a2ac51e60>

mmffio_constraint_set_ak

Value:
<wrapped function mmffio_constraint_set_ak at 0x7f1a2ac51e18>

mmffio_constraint_set_al

Value:
<wrapped function mmffio_constraint_set_al at 0x7f1a2ac51f38>

mmffio_constraint_set_am

Value:
<wrapped function mmffio_constraint_set_am at 0x7f1a2ac51ef0>

mmffio_constraint_set_c1

Value:
<wrapped function mmffio_constraint_set_c1 at 0x7f1a2ac5d680>

mmffio_constraint_set_c2

Value:
<wrapped function mmffio_constraint_set_c2 at 0x7f1a2ac93ea8>

mmffio_constraint_set_c3

Value:
<wrapped function mmffio_constraint_set_c3 at 0x7f1a2ac5d6c8>

mmffio_constraint_set_c4

Value:
<wrapped function mmffio_constraint_set_c4 at 0x7f1a2ac5d7a0>

mmffio_constraint_set_c5

Value:
<wrapped function mmffio_constraint_set_c5 at 0x7f1a2ac5d758>

mmffio_constraint_set_c6

Value:
<wrapped function mmffio_constraint_set_c6 at 0x7f1a2ac5d7e8>

mmffio_constraint_set_funct

Value:
<wrapped function mmffio_constraint_set_funct at 0x7f1a2aca46c8>

mmffio_delete_other_block

Value:
<wrapped function mmffio_delete_other_block at 0x7f1a2aba9290>

mmffio_delete_vdwtypescombined

Value:
mm.mmffio_delete_vdwtypescombined

mmffio_dihed_get_ai

Value:
<wrapped function mmffio_dihed_get_ai at 0x7f1a2ac40e18>

mmffio_dihed_get_aj

Value:
<wrapped function mmffio_dihed_get_aj at 0x7f1a2ac40ea8>

mmffio_dihed_get_ak

Value:
<wrapped function mmffio_dihed_get_ak at 0x7f1a2ac40e60>

mmffio_dihed_get_al

Value:
<wrapped function mmffio_dihed_get_al at 0x7f1a2ac40dd0>

mmffio_dihed_get_c0

Value:
<wrapped function mmffio_dihed_get_c0 at 0x7f1a2ac51bd8>

mmffio_dihed_get_c1

Value:
<wrapped function mmffio_dihed_get_c1 at 0x7f1a2ac3b440>

mmffio_dihed_get_c2

Value:
<wrapped function mmffio_dihed_get_c2 at 0x7f1a2ac3b3f8>

mmffio_dihed_get_c3

Value:
<wrapped function mmffio_dihed_get_c3 at 0x7f1a2ac3b3b0>

mmffio_dihed_get_c4

Value:
<wrapped function mmffio_dihed_get_c4 at 0x7f1a2ac3b560>

mmffio_dihed_get_c5

Value:
<wrapped function mmffio_dihed_get_c5 at 0x7f1a2ac3b518>

mmffio_dihed_get_c6

Value:
<wrapped function mmffio_dihed_get_c6 at 0x7f1a2ac3b4d0>

mmffio_dihed_get_c7

Value:
<wrapped function mmffio_dihed_get_c7 at 0x7f1a2ac3b488>

mmffio_dihed_get_data_names

Value:
<wrapped function mmffio_dihed_get_data_names at 0x7f1a2ab9fdd0>

mmffio_dihed_get_funct

Value:
<wrapped function mmffio_dihed_get_funct at 0x7f1a2ac87638>

mmffio_dihed_get_i1

Value:
<wrapped function mmffio_dihed_get_i1 at 0x7f1a2ac6c368>

mmffio_dihed_get_t1

Value:
<wrapped function mmffio_dihed_get_t1 at 0x7f1a2acd23f8>

mmffio_dihed_prop_get_boolean

Value:
<wrapped function mmffio_dihed_prop_get_boolean at 0x7f1a2aca9290>

mmffio_dihed_prop_get_int

Value:
<wrapped function mmffio_dihed_prop_get_int at 0x7f1a2ac81998>

mmffio_dihed_prop_get_real

Value:
<wrapped function mmffio_dihed_prop_get_real at 0x7f1a2ad2bfc8>

mmffio_dihed_prop_get_string

Value:
<wrapped function mmffio_dihed_prop_get_string at 0x7f1a2ad0d170>

mmffio_dihed_prop_set_boolean

Value:
<wrapped function mmffio_dihed_prop_set_boolean at 0x7f1a2ac4c248>

mmffio_dihed_prop_set_int

Value:
<wrapped function mmffio_dihed_prop_set_int at 0x7f1a2ab9abd8>

mmffio_dihed_prop_set_real

Value:
<wrapped function mmffio_dihed_prop_set_real at 0x7f1a2ac9eb48>

mmffio_dihed_prop_set_string

Value:
<wrapped function mmffio_dihed_prop_set_string at 0x7f1a2ac73c68>

mmffio_dihed_set_ai

Value:
<wrapped function mmffio_dihed_set_ai at 0x7f1a2ad03b90>

mmffio_dihed_set_aj

Value:
<wrapped function mmffio_dihed_set_aj at 0x7f1a2ad03c20>

mmffio_dihed_set_ak

Value:
<wrapped function mmffio_dihed_set_ak at 0x7f1a2ad03bd8>

mmffio_dihed_set_al

Value:
<wrapped function mmffio_dihed_set_al at 0x7f1a2ab9f200>

mmffio_dihed_set_c0

Value:
<wrapped function mmffio_dihed_set_c0 at 0x7f1a2abb3290>

mmffio_dihed_set_c1

Value:
<wrapped function mmffio_dihed_set_c1 at 0x7f1a2abb3248>

mmffio_dihed_set_c2

Value:
<wrapped function mmffio_dihed_set_c2 at 0x7f1a2abb3200>

mmffio_dihed_set_c3

Value:
<wrapped function mmffio_dihed_set_c3 at 0x7f1a2abb31b8>

mmffio_dihed_set_c4

Value:
<wrapped function mmffio_dihed_set_c4 at 0x7f1a2abb3170>

mmffio_dihed_set_c5

Value:
<wrapped function mmffio_dihed_set_c5 at 0x7f1a2abb3128>

mmffio_dihed_set_c6

Value:
<wrapped function mmffio_dihed_set_c6 at 0x7f1a2abb30e0>

mmffio_dihed_set_c7

Value:
<wrapped function mmffio_dihed_set_c7 at 0x7f1a2abb3098>

mmffio_dihed_set_funct

Value:
<wrapped function mmffio_dihed_set_funct at 0x7f1a2ac871b8>

mmffio_dihed_set_i1

Value:
<wrapped function mmffio_dihed_set_i1 at 0x7f1a2ad26878>

mmffio_dihed_set_t1

Value:
<wrapped function mmffio_dihed_set_t1 at 0x7f1a2acc3ea8>

mmffio_element_prop_get_boolean

Value:
mm.mmffio_element_prop_get_boolean

mmffio_element_prop_get_string

Value:
mm.mmffio_element_prop_get_string

mmffio_element_prop_set_boolean

Value:
mm.mmffio_element_prop_set_boolean

mmffio_element_prop_set_string

Value:
mm.mmffio_element_prop_set_string

mmffio_errhandler

Value:
<wrapped function mmffio_errhandler at 0x7f1a2ac93908>

mmffio_excl_get_ai

Value:
<wrapped function mmffio_excl_get_ai at 0x7f1a2ac81ea8>

mmffio_excl_get_aj

Value:
<wrapped function mmffio_excl_get_aj at 0x7f1a2ac81ef0>

mmffio_excl_get_data_names

Value:
<wrapped function mmffio_excl_get_data_names at 0x7f1a2acb5878>

mmffio_excl_prop_get_boolean

Value:
<wrapped function mmffio_excl_prop_get_boolean at 0x7f1a2ac87bd8>

mmffio_excl_prop_get_int

Value:
<wrapped function mmffio_excl_prop_get_int at 0x7f1a2ab9a4d0>

mmffio_excl_prop_get_real

Value:
<wrapped function mmffio_excl_prop_get_real at 0x7f1a2aca4200>

mmffio_excl_prop_get_string

Value:
<wrapped function mmffio_excl_prop_get_string at 0x7f1a2acc3b90>

mmffio_excl_prop_set_boolean

Value:
<wrapped function mmffio_excl_prop_set_boolean at 0x7f1a2accd320>

mmffio_excl_prop_set_int

Value:
<wrapped function mmffio_excl_prop_set_int at 0x7f1a2ac81cf8>

mmffio_excl_prop_set_real

Value:
<wrapped function mmffio_excl_prop_set_real at 0x7f1a2aca9098>

mmffio_excl_prop_set_string

Value:
<wrapped function mmffio_excl_prop_set_string at 0x7f1a2acd7908>

mmffio_excl_set_ai

Value:
<wrapped function mmffio_excl_set_ai at 0x7f1a2ad12998>

mmffio_excl_set_aj

Value:
<wrapped function mmffio_excl_set_aj at 0x7f1a2ad129e0>

mmffio_ff_add_boolean_data

Value:
<wrapped function mmffio_ff_add_boolean_data at 0x7f1a2abae290>

mmffio_ff_add_int_data

Value:
<wrapped function mmffio_ff_add_int_data at 0x7f1a2aba4b00>

mmffio_ff_add_real_data

Value:
<wrapped function mmffio_ff_add_real_data at 0x7f1a2ac8d170>

mmffio_ff_add_string_data

Value:
<wrapped function mmffio_ff_add_string_data at 0x7f1a2ad12830>

mmffio_ff_delete

Value:
<wrapped function mmffio_ff_delete at 0x7f1a2abaea70>

mmffio_ff_duplicate

Value:
<wrapped function mmffio_ff_duplicate at 0x7f1a2ad2bd88>

mmffio_ff_get_boolean_data

Value:
<wrapped function mmffio_ff_get_boolean_data at 0x7f1a2acc3b00>

mmffio_ff_get_comb_rule

Value:
<wrapped function mmffio_ff_get_comb_rule at 0x7f1a2acbe998>

mmffio_ff_get_data_names

Value:
<wrapped function mmffio_ff_get_data_names at 0x7f1a2ac9e6c8>

mmffio_ff_get_int_data

Value:
<wrapped function mmffio_ff_get_int_data at 0x7f1a2aba9638>

mmffio_ff_get_name

Value:
<wrapped function mmffio_ff_get_name at 0x7f1a2ad12170>

mmffio_ff_get_num_improperfbhws

Value:
mm.mmffio_ff_get_num_improperfbhws

mmffio_ff_get_num_stretchfbhws

Value:
mm.mmffio_ff_get_num_stretchfbhws

mmffio_ff_get_num_vdwtypescombineds

Value:
mm.mmffio_ff_get_num_vdwtypescombineds

mmffio_ff_get_real_data

Value:
<wrapped function mmffio_ff_get_real_data at 0x7f1a2acb5680>

mmffio_ff_get_string_data

Value:
<wrapped function mmffio_ff_get_string_data at 0x7f1a2ac87cf8>

mmffio_ff_get_version

Value:
<wrapped function mmffio_ff_get_version at 0x7f1a2ad1ccf8>

mmffio_ff_in_use

Value:
<wrapped function mmffio_ff_in_use at 0x7f1a2abeaea8>

mmffio_ff_m2io_get

Value:
<wrapped function mmffio_ff_m2io_get at 0x7f1a2ad30c20>

mmffio_ff_mmct_get

Value:
<wrapped function mmffio_ff_mmct_get at 0x7f1a2ad30170>

mmffio_ff_mmct_put

Value:
<wrapped function mmffio_ff_mmct_put at 0x7f1a2abb3cb0>

mmffio_ff_new

Value:
<wrapped function mmffio_ff_new at 0x7f1a2ac935f0>

mmffio_ff_set_comb_rule

Value:
<wrapped function mmffio_ff_set_comb_rule at 0x7f1a2acbeab8>

mmffio_ff_set_combining_rule

Value:
<wrapped function mmffio_ff_set_combining_rule at 0x7f1a2ad0d290>

mmffio_ff_set_name

Value:
<wrapped function mmffio_ff_set_name at 0x7f1a2acb5170>

mmffio_ff_set_version

Value:
<wrapped function mmffio_ff_set_version at 0x7f1a2ac5d3f8>

mmffio_improperfbhw_get_ai

Value:
<wrapped function mmffio_improperfbhw_get_ai at 0x7f1a2acb9908>

mmffio_improperfbhw_get_aj

Value:
<wrapped function mmffio_improperfbhw_get_aj at 0x7f1a2acb98c0>

mmffio_improperfbhw_get_ak

Value:
<wrapped function mmffio_improperfbhw_get_ak at 0x7f1a2acb9878>

mmffio_improperfbhw_get_al

Value:
<wrapped function mmffio_improperfbhw_get_al at 0x7f1a2acb9950>

mmffio_improperfbhw_get_data_names

Value:
<wrapped function mmffio_improperfbhw_get_data_names at 0x7f1a2ac73b48\
>

mmffio_improperfbhw_get_fc

Value:
<wrapped function mmffio_improperfbhw_get_fc at 0x7f1a2ad30908>

mmffio_improperfbhw_get_phi0

Value:
<wrapped function mmffio_improperfbhw_get_phi0 at 0x7f1a2aca43f8>

mmffio_improperfbhw_get_sigma

Value:
<wrapped function mmffio_improperfbhw_get_sigma at 0x7f1a2ad177e8>

mmffio_improperfbhw_prop_get_boolean

Value:
<wrapped function mmffio_improperfbhw_prop_get_boolean at 0x7f1a2ac9e6\
38>

mmffio_improperfbhw_prop_get_int

Value:
<wrapped function mmffio_improperfbhw_prop_get_int at 0x7f1a2acb9b90>

mmffio_improperfbhw_prop_get_real

Value:
<wrapped function mmffio_improperfbhw_prop_get_real at 0x7f1a2ad03a28>

mmffio_improperfbhw_prop_get_string

Value:
<wrapped function mmffio_improperfbhw_prop_get_string at 0x7f1a2acbed4\
0>

mmffio_improperfbhw_prop_set_boolean

Value:
<wrapped function mmffio_improperfbhw_prop_set_boolean at 0x7f1a2ac510\
50>

mmffio_improperfbhw_prop_set_int

Value:
<wrapped function mmffio_improperfbhw_prop_set_int at 0x7f1a2ac93d40>

mmffio_improperfbhw_prop_set_real

Value:
<wrapped function mmffio_improperfbhw_prop_set_real at 0x7f1a2ad031b8>

mmffio_improperfbhw_prop_set_string

Value:
<wrapped function mmffio_improperfbhw_prop_set_string at 0x7f1a2acaffc\
8>

mmffio_improperfbhw_set_ai

Value:
<wrapped function mmffio_improperfbhw_set_ai at 0x7f1a2acc8950>

mmffio_improperfbhw_set_aj

Value:
<wrapped function mmffio_improperfbhw_set_aj at 0x7f1a2ac93e60>

mmffio_improperfbhw_set_ak

Value:
<wrapped function mmffio_improperfbhw_set_ak at 0x7f1a2acc8908>

mmffio_improperfbhw_set_al

Value:
<wrapped function mmffio_improperfbhw_set_al at 0x7f1a2acc88c0>

mmffio_improperfbhw_set_fc

Value:
<wrapped function mmffio_improperfbhw_set_fc at 0x7f1a2ad216c8>

mmffio_improperfbhw_set_phi0

Value:
<wrapped function mmffio_improperfbhw_set_phi0 at 0x7f1a2aba4ab8>

mmffio_improperfbhw_set_sigma

Value:
<wrapped function mmffio_improperfbhw_set_sigma at 0x7f1a2ad30b48>

mmffio_initialize

Value:
<wrapped function mmffio_initialize at 0x7f1a2accd2d8>

mmffio_pair_get_ai

Value:
<wrapped function mmffio_pair_get_ai at 0x7f1a2ab9fcf8>

mmffio_pair_get_aj

Value:
<wrapped function mmffio_pair_get_aj at 0x7f1a2ac4c170>

mmffio_pair_get_c1

Value:
<wrapped function mmffio_pair_get_c1 at 0x7f1a2ac51cb0>

mmffio_pair_get_c2

Value:
<wrapped function mmffio_pair_get_c2 at 0x7f1a2ad21248>

mmffio_pair_get_data_names

Value:
<wrapped function mmffio_pair_get_data_names at 0x7f1a2ac81c68>

mmffio_pair_get_funct

Value:
<wrapped function mmffio_pair_get_funct at 0x7f1a2acc86c8>

mmffio_pair_prop_get_boolean

Value:
<wrapped function mmffio_pair_prop_get_boolean at 0x7f1a2acd2488>

mmffio_pair_prop_get_int

Value:
<wrapped function mmffio_pair_prop_get_int at 0x7f1a2acd7560>

mmffio_pair_prop_get_real

Value:
<wrapped function mmffio_pair_prop_get_real at 0x7f1a2acaf9e0>

mmffio_pair_prop_get_string

Value:
<wrapped function mmffio_pair_prop_get_string at 0x7f1a2ad0d3b0>

mmffio_pair_prop_set_boolean

Value:
<wrapped function mmffio_pair_prop_set_boolean at 0x7f1a2aca9248>

mmffio_pair_prop_set_int

Value:
<wrapped function mmffio_pair_prop_set_int at 0x7f1a2acc3200>

mmffio_pair_prop_set_real

Value:
<wrapped function mmffio_pair_prop_set_real at 0x7f1a2ab953f8>

mmffio_pair_prop_set_string

Value:
<wrapped function mmffio_pair_prop_set_string at 0x7f1a2acaf128>

mmffio_pair_set_ai

Value:
<wrapped function mmffio_pair_set_ai at 0x7f1a2ad26d40>

mmffio_pair_set_aj

Value:
<wrapped function mmffio_pair_set_aj at 0x7f1a2ad26cf8>

mmffio_pair_set_c1

Value:
<wrapped function mmffio_pair_set_c1 at 0x7f1a2ad30560>

mmffio_pair_set_c2

Value:
<wrapped function mmffio_pair_set_c2 at 0x7f1a2ad305a8>

mmffio_pair_set_funct

Value:
<wrapped function mmffio_pair_set_funct at 0x7f1a2acd2fc8>

mmffio_posfbhw_get_ai

Value:
<wrapped function mmffio_posfbhw_get_ai at 0x7f1a2acc8dd0>

mmffio_posfbhw_get_data_names

Value:
<wrapped function mmffio_posfbhw_get_data_names at 0x7f1a2ac87680>

mmffio_posfbhw_get_fc

Value:
<wrapped function mmffio_posfbhw_get_fc at 0x7f1a2ac876c8>

mmffio_posfbhw_get_sigma

Value:
<wrapped function mmffio_posfbhw_get_sigma at 0x7f1a2aca43b0>

mmffio_posfbhw_get_x0

Value:
<wrapped function mmffio_posfbhw_get_x0 at 0x7f1a2acd7488>

mmffio_posfbhw_get_y0

Value:
<wrapped function mmffio_posfbhw_get_y0 at 0x7f1a2ac93e18>

mmffio_posfbhw_get_z0

Value:
<wrapped function mmffio_posfbhw_get_z0 at 0x7f1a2accde18>

mmffio_posfbhw_prop_get_boolean

Value:
<wrapped function mmffio_posfbhw_prop_get_boolean at 0x7f1a2abb33b0>

mmffio_posfbhw_prop_get_int

Value:
<wrapped function mmffio_posfbhw_prop_get_int at 0x7f1a2ac64878>

mmffio_posfbhw_prop_get_real

Value:
<wrapped function mmffio_posfbhw_prop_get_real at 0x7f1a2ad17f80>

mmffio_posfbhw_prop_get_string

Value:
<wrapped function mmffio_posfbhw_prop_get_string at 0x7f1a2acb9ab8>

mmffio_posfbhw_prop_set_boolean

Value:
<wrapped function mmffio_posfbhw_prop_set_boolean at 0x7f1a2ad12ea8>

mmffio_posfbhw_prop_set_int

Value:
<wrapped function mmffio_posfbhw_prop_set_int at 0x7f1a2aba93b0>

mmffio_posfbhw_prop_set_real

Value:
<wrapped function mmffio_posfbhw_prop_set_real at 0x7f1a2acd7710>

mmffio_posfbhw_prop_set_string

Value:
<wrapped function mmffio_posfbhw_prop_set_string at 0x7f1a2acc36c8>

mmffio_posfbhw_set_ai

Value:
<wrapped function mmffio_posfbhw_set_ai at 0x7f1a2ad35a70>

mmffio_posfbhw_set_fc

Value:
<wrapped function mmffio_posfbhw_set_fc at 0x7f1a2ac5de60>

mmffio_posfbhw_set_sigma

Value:
<wrapped function mmffio_posfbhw_set_sigma at 0x7f1a2ac3b638>

mmffio_posfbhw_set_x0

Value:
<wrapped function mmffio_posfbhw_set_x0 at 0x7f1a2ac57368>

mmffio_posfbhw_set_y0

Value:
<wrapped function mmffio_posfbhw_set_y0 at 0x7f1a2ad17320>

mmffio_posfbhw_set_z0

Value:
<wrapped function mmffio_posfbhw_set_z0 at 0x7f1a2ac4ca70>

mmffio_print_ff

Value:
<wrapped function mmffio_print_ff at 0x7f1a2ac7b3f8>

mmffio_print_ff_angle

Value:
<wrapped function mmffio_print_ff_angle at 0x7f1a2ac8dab8>

mmffio_print_ff_anglefbhw

Value:
<wrapped function mmffio_print_ff_anglefbhw at 0x7f1a2ad12128>

mmffio_print_ff_any_block

Value:
<wrapped function mmffio_print_ff_any_block at 0x7f1a2ad1c8c0>

mmffio_print_ff_bond

Value:
<wrapped function mmffio_print_ff_bond at 0x7f1a2accdc68>

mmffio_print_ff_constraint

Value:
<wrapped function mmffio_print_ff_constraint at 0x7f1a2ad2b2d8>

mmffio_print_ff_dihed

Value:
<wrapped function mmffio_print_ff_dihed at 0x7f1a2ac87a28>

mmffio_print_ff_excl

Value:
<wrapped function mmffio_print_ff_excl at 0x7f1a2acd7f38>

mmffio_print_ff_improperfbhw

Value:
<wrapped function mmffio_print_ff_improperfbhw at 0x7f1a2acd7ea8>

mmffio_print_ff_other_block

Value:
<wrapped function mmffio_print_ff_other_block at 0x7f1a2ac4c290>

mmffio_print_ff_pair

Value:
<wrapped function mmffio_print_ff_pair at 0x7f1a2acc3170>

mmffio_print_ff_posfbhw

Value:
<wrapped function mmffio_print_ff_posfbhw at 0x7f1a2ad0df80>

mmffio_print_ff_pseudo

Value:
<wrapped function mmffio_print_ff_pseudo at 0x7f1a2ab9a908>

mmffio_print_ff_restraint

Value:
<wrapped function mmffio_print_ff_restraint at 0x7f1a2abae7a0>

mmffio_print_ff_site

Value:
<wrapped function mmffio_print_ff_site at 0x7f1a2ac40a28>

mmffio_print_ff_stretchfbhw

Value:
<wrapped function mmffio_print_ff_stretchfbhw at 0x7f1a2abaec68>

mmffio_print_ff_vdwtype

Value:
<wrapped function mmffio_print_ff_vdwtype at 0x7f1a2abae950>

mmffio_print_ff_vdwtypescombined

Value:
<wrapped function mmffio_print_ff_vdwtypescombined at 0x7f1a2ad124d0>

mmffio_print_ff_virtual

Value:
<wrapped function mmffio_print_ff_virtual at 0x7f1a2ac40290>

mmffio_pseudo_get_data_names

Value:
<wrapped function mmffio_pseudo_get_data_names at 0x7f1a2aca4d40>

mmffio_pseudo_get_x_coord

Value:
<wrapped function mmffio_pseudo_get_x_coord at 0x7f1a2ad17d40>

mmffio_pseudo_get_x_vel

Value:
<wrapped function mmffio_pseudo_get_x_vel at 0x7f1a2acd75f0>

mmffio_pseudo_get_y_coord

Value:
<wrapped function mmffio_pseudo_get_y_coord at 0x7f1a2ac87d40>

mmffio_pseudo_get_y_vel

Value:
<wrapped function mmffio_pseudo_get_y_vel at 0x7f1a2ad35440>

mmffio_pseudo_get_z_coord

Value:
<wrapped function mmffio_pseudo_get_z_coord at 0x7f1a2ac3bf80>

mmffio_pseudo_get_z_vel

Value:
<wrapped function mmffio_pseudo_get_z_vel at 0x7f1a2acb9b00>

mmffio_pseudo_prop_get_boolean

Value:
<wrapped function mmffio_pseudo_prop_get_boolean at 0x7f1a2ac818c0>

mmffio_pseudo_prop_get_int

Value:
<wrapped function mmffio_pseudo_prop_get_int at 0x7f1a2ac51b90>

mmffio_pseudo_prop_get_real

Value:
<wrapped function mmffio_pseudo_prop_get_real at 0x7f1a2acb9fc8>

mmffio_pseudo_prop_get_string

Value:
<wrapped function mmffio_pseudo_prop_get_string at 0x7f1a2ac40b00>

mmffio_pseudo_prop_set_boolean

Value:
<wrapped function mmffio_pseudo_prop_set_boolean at 0x7f1a2abaed88>

mmffio_pseudo_prop_set_int

Value:
<wrapped function mmffio_pseudo_prop_set_int at 0x7f1a2accdb48>

mmffio_pseudo_prop_set_real

Value:
<wrapped function mmffio_pseudo_prop_set_real at 0x7f1a2ad1c440>

mmffio_pseudo_prop_set_string

Value:
<wrapped function mmffio_pseudo_prop_set_string at 0x7f1a2ac7b878>

mmffio_pseudo_set_x_coord

Value:
<wrapped function mmffio_pseudo_set_x_coord at 0x7f1a2ad35ef0>

mmffio_pseudo_set_x_vel

Value:
<wrapped function mmffio_pseudo_set_x_vel at 0x7f1a2ad17b90>

mmffio_pseudo_set_y_coord

Value:
<wrapped function mmffio_pseudo_set_y_coord at 0x7f1a2acd26c8>

mmffio_pseudo_set_y_vel

Value:
<wrapped function mmffio_pseudo_set_y_vel at 0x7f1a2ac5da28>

mmffio_pseudo_set_z_coord

Value:
<wrapped function mmffio_pseudo_set_z_coord at 0x7f1a2ac81f38>

mmffio_pseudo_set_z_vel

Value:
<wrapped function mmffio_pseudo_set_z_vel at 0x7f1a2ac46680>

mmffio_refcount

Value:
<wrapped function mmffio_refcount at 0x7f1a2ad358c0>

mmffio_restraint_get_ai

Value:
<wrapped function mmffio_restraint_get_ai at 0x7f1a2ac4c710>

mmffio_restraint_get_c1

Value:
<wrapped function mmffio_restraint_get_c1 at 0x7f1a2acafb00>

mmffio_restraint_get_c2

Value:
<wrapped function mmffio_restraint_get_c2 at 0x7f1a2acafab8>

mmffio_restraint_get_c3

Value:
<wrapped function mmffio_restraint_get_c3 at 0x7f1a2ac93440>

mmffio_restraint_get_data_names

Value:
<wrapped function mmffio_restraint_get_data_names at 0x7f1a2abb3e18>

mmffio_restraint_get_funct

Value:
<wrapped function mmffio_restraint_get_funct at 0x7f1a2ad303b0>

mmffio_restraint_get_t1

Value:
<wrapped function mmffio_restraint_get_t1 at 0x7f1a2acc8ef0>

mmffio_restraint_get_t2

Value:
<wrapped function mmffio_restraint_get_t2 at 0x7f1a2acc8e60>

mmffio_restraint_get_t3

Value:
<wrapped function mmffio_restraint_get_t3 at 0x7f1a2acc8ea8>

mmffio_restraint_prop_get_boolean

Value:
<wrapped function mmffio_restraint_prop_get_boolean at 0x7f1a2ac51830>

mmffio_restraint_prop_get_int

Value:
<wrapped function mmffio_restraint_prop_get_int at 0x7f1a2ab9a878>

mmffio_restraint_prop_get_real

Value:
<wrapped function mmffio_restraint_prop_get_real at 0x7f1a2ac87878>

mmffio_restraint_prop_get_string

Value:
<wrapped function mmffio_restraint_prop_get_string at 0x7f1a2aba4a28>

mmffio_restraint_prop_set_boolean

Value:
<wrapped function mmffio_restraint_prop_set_boolean at 0x7f1a2ad2b3b0>

mmffio_restraint_prop_set_int

Value:
<wrapped function mmffio_restraint_prop_set_int at 0x7f1a2acc3368>

mmffio_restraint_prop_set_real

Value:
<wrapped function mmffio_restraint_prop_set_real at 0x7f1a2acb5200>

mmffio_restraint_prop_set_string

Value:
<wrapped function mmffio_restraint_prop_set_string at 0x7f1a2aba9908>

mmffio_restraint_set_ai

Value:
<wrapped function mmffio_restraint_set_ai at 0x7f1a2acb9098>

mmffio_restraint_set_c1

Value:
<wrapped function mmffio_restraint_set_c1 at 0x7f1a2ac6c518>

mmffio_restraint_set_c2

Value:
<wrapped function mmffio_restraint_set_c2 at 0x7f1a2ac6c4d0>

mmffio_restraint_set_c3

Value:
<wrapped function mmffio_restraint_set_c3 at 0x7f1a2ac6c488>

mmffio_restraint_set_funct

Value:
<wrapped function mmffio_restraint_set_funct at 0x7f1a2ab9a488>

mmffio_restraint_set_t1

Value:
<wrapped function mmffio_restraint_set_t1 at 0x7f1a2ad35098>

mmffio_restraint_set_t2

Value:
<wrapped function mmffio_restraint_set_t2 at 0x7f1a2aca9d40>

mmffio_restraint_set_t3

Value:
<wrapped function mmffio_restraint_set_t3 at 0x7f1a2aca9d88>

mmffio_site_get_all_charge

Value:
<wrapped function mmffio_site_get_all_charge at 0x7f1a2acaf320>

mmffio_site_get_all_mass

Value:
<wrapped function mmffio_site_get_all_mass at 0x7f1a2acafcf8>

mmffio_site_get_c1

Value:
<wrapped function mmffio_site_get_c1 at 0x7f1a2aba9a28>

mmffio_site_get_c2

Value:
<wrapped function mmffio_site_get_c2 at 0x7f1a2aba99e0>

mmffio_site_get_charge

Value:
<wrapped function mmffio_site_get_charge at 0x7f1a2ac6c680>

mmffio_site_get_data_names

Value:
<wrapped function mmffio_site_get_data_names at 0x7f1a2ac7b368>

mmffio_site_get_mass

Value:
<wrapped function mmffio_site_get_mass at 0x7f1a2ac46248>

mmffio_site_get_site_name

Value:
<wrapped function mmffio_site_get_site_name at 0x7f1a2ad26440>

mmffio_site_get_type

Value:
<wrapped function mmffio_site_get_type at 0x7f1a2acb92d8>

mmffio_site_get_vdwtype

Value:
<wrapped function mmffio_site_get_vdwtype at 0x7f1a2ad26f80>

mmffio_site_prop_get_boolean

Value:
<wrapped function mmffio_site_prop_get_boolean at 0x7f1a2ad35d40>

mmffio_site_prop_get_int

Value:
<wrapped function mmffio_site_prop_get_int at 0x7f1a2ad359e0>

mmffio_site_prop_get_real

Value:
<wrapped function mmffio_site_prop_get_real at 0x7f1a2ac4ccb0>

mmffio_site_prop_get_string

Value:
<wrapped function mmffio_site_prop_get_string at 0x7f1a2aba4ef0>

mmffio_site_prop_set_boolean

Value:
<wrapped function mmffio_site_prop_set_boolean at 0x7f1a2ad03368>

mmffio_site_prop_set_int

Value:
<wrapped function mmffio_site_prop_set_int at 0x7f1a2ad35128>

mmffio_site_prop_set_real

Value:
<wrapped function mmffio_site_prop_set_real at 0x7f1a2ac64e18>

mmffio_site_prop_set_string

Value:
<wrapped function mmffio_site_prop_set_string at 0x7f1a2acd2d40>

mmffio_site_set_c1

Value:
<wrapped function mmffio_site_set_c1 at 0x7f1a2ab9a050>

mmffio_site_set_c2

Value:
<wrapped function mmffio_site_set_c2 at 0x7f1a2ab95fc8>

mmffio_site_set_charge

Value:
<wrapped function mmffio_site_set_charge at 0x7f1a2ad12290>

mmffio_site_set_mass

Value:
<wrapped function mmffio_site_set_mass at 0x7f1a2abae128>

mmffio_site_set_site_name

Value:
<wrapped function mmffio_site_set_site_name at 0x7f1a2acc8320>

mmffio_site_set_type

Value:
<wrapped function mmffio_site_set_type at 0x7f1a2ac3b128>

mmffio_site_set_vdwtype

Value:
<wrapped function mmffio_site_set_vdwtype at 0x7f1a2ac4c200>

mmffio_stretchfbhw_get_beta

Value:
<wrapped function mmffio_stretchfbhw_get_beta at 0x7f1a2acaf1b8>

mmffio_stretchfbhw_get_data_names

Value:
<wrapped function mmffio_stretchfbhw_get_data_names at 0x7f1a2ad0d7e8>

mmffio_stretchfbhw_get_fc

Value:
<wrapped function mmffio_stretchfbhw_get_fc at 0x7f1a2ac577a0>

mmffio_stretchfbhw_get_group1

Value:
<wrapped function mmffio_stretchfbhw_get_group1 at 0x7f1a2abb3d40>

mmffio_stretchfbhw_get_group2

Value:
<wrapped function mmffio_stretchfbhw_get_group2 at 0x7f1a2abb3cf8>

mmffio_stretchfbhw_get_lower

Value:
<wrapped function mmffio_stretchfbhw_get_lower at 0x7f1a2ad12bd8>

mmffio_stretchfbhw_get_sigma

Value:
<wrapped function mmffio_stretchfbhw_get_sigma at 0x7f1a2aba9fc8>

mmffio_stretchfbhw_get_upper

Value:
<wrapped function mmffio_stretchfbhw_get_upper at 0x7f1a2ac9ec20>

mmffio_stretchfbhw_prop_get_boolean

Value:
<wrapped function mmffio_stretchfbhw_prop_get_boolean at 0x7f1a2ac7b2d\
8>

mmffio_stretchfbhw_prop_get_int

Value:
<wrapped function mmffio_stretchfbhw_prop_get_int at 0x7f1a2ad123b0>

mmffio_stretchfbhw_prop_get_real

Value:
<wrapped function mmffio_stretchfbhw_prop_get_real at 0x7f1a2ac6c200>

mmffio_stretchfbhw_prop_get_string

Value:
<wrapped function mmffio_stretchfbhw_prop_get_string at 0x7f1a2abaec20\
>

mmffio_stretchfbhw_prop_set_boolean

Value:
<wrapped function mmffio_stretchfbhw_prop_set_boolean at 0x7f1a2ad265f\
0>

mmffio_stretchfbhw_prop_set_int

Value:
<wrapped function mmffio_stretchfbhw_prop_set_int at 0x7f1a2acb9b48>

mmffio_stretchfbhw_prop_set_real

Value:
<wrapped function mmffio_stretchfbhw_prop_set_real at 0x7f1a2acaf200>

mmffio_stretchfbhw_prop_set_string

Value:
<wrapped function mmffio_stretchfbhw_prop_set_string at 0x7f1a2ac513f8\
>

mmffio_stretchfbhw_set_beta

Value:
<wrapped function mmffio_stretchfbhw_set_beta at 0x7f1a2ac3b5f0>

mmffio_stretchfbhw_set_fc

Value:
<wrapped function mmffio_stretchfbhw_set_fc at 0x7f1a2ac3bb48>

mmffio_stretchfbhw_set_group1

Value:
<wrapped function mmffio_stretchfbhw_set_group1 at 0x7f1a2ac73cf8>

mmffio_stretchfbhw_set_group2

Value:
<wrapped function mmffio_stretchfbhw_set_group2 at 0x7f1a2ac73cb0>

mmffio_stretchfbhw_set_lower

Value:
<wrapped function mmffio_stretchfbhw_set_lower at 0x7f1a2ac7b0e0>

mmffio_stretchfbhw_set_sigma

Value:
<wrapped function mmffio_stretchfbhw_set_sigma at 0x7f1a2ad1cf80>

mmffio_stretchfbhw_set_upper

Value:
<wrapped function mmffio_stretchfbhw_set_upper at 0x7f1a2abb3f80>

mmffio_terminate

Value:
<wrapped function mmffio_terminate at 0x7f1a2ac8dc20>

mmffio_update

Value:
<wrapped function mmffio_update at 0x7f1a2accd710>

mmffio_vdwtype_get_c1

Value:
<wrapped function mmffio_vdwtype_get_c1 at 0x7f1a2acafea8>

mmffio_vdwtype_get_c2

Value:
<wrapped function mmffio_vdwtype_get_c2 at 0x7f1a2acafe60>

mmffio_vdwtype_get_data_names

Value:
<wrapped function mmffio_vdwtype_get_data_names at 0x7f1a2ad17ea8>

mmffio_vdwtype_get_funct

Value:
<wrapped function mmffio_vdwtype_get_funct at 0x7f1a2ac5dbd8>

mmffio_vdwtype_get_name

Value:
<wrapped function mmffio_vdwtype_get_name at 0x7f1a2aba4128>

mmffio_vdwtype_get_t1

Value:
<wrapped function mmffio_vdwtype_get_t1 at 0x7f1a2ad26cb0>

mmffio_vdwtype_prop_get_boolean

Value:
<wrapped function mmffio_vdwtype_prop_get_boolean at 0x7f1a2ac8db00>

mmffio_vdwtype_prop_get_int

Value:
<wrapped function mmffio_vdwtype_prop_get_int at 0x7f1a2ad2b680>

mmffio_vdwtype_prop_get_real

Value:
<wrapped function mmffio_vdwtype_prop_get_real at 0x7f1a2acd22d8>

mmffio_vdwtype_prop_get_string

Value:
<wrapped function mmffio_vdwtype_prop_get_string at 0x7f1a2ac6c8c0>

mmffio_vdwtype_prop_set_boolean

Value:
<wrapped function mmffio_vdwtype_prop_set_boolean at 0x7f1a2ac9e950>

mmffio_vdwtype_prop_set_int

Value:
<wrapped function mmffio_vdwtype_prop_set_int at 0x7f1a2ac87128>

mmffio_vdwtype_prop_set_real

Value:
<wrapped function mmffio_vdwtype_prop_set_real at 0x7f1a2acafe18>

mmffio_vdwtype_prop_set_string

Value:
<wrapped function mmffio_vdwtype_prop_set_string at 0x7f1a2acd2320>

mmffio_vdwtype_set_c1

Value:
<wrapped function mmffio_vdwtype_set_c1 at 0x7f1a2ac9e9e0>

mmffio_vdwtype_set_c2

Value:
<wrapped function mmffio_vdwtype_set_c2 at 0x7f1a2ac9e998>

mmffio_vdwtype_set_funct

Value:
<wrapped function mmffio_vdwtype_set_funct at 0x7f1a2ad21f80>

mmffio_vdwtype_set_name

Value:
<wrapped function mmffio_vdwtype_set_name at 0x7f1a2ac73200>

mmffio_vdwtype_set_t1

Value:
<wrapped function mmffio_vdwtype_set_t1 at 0x7f1a2ac73950>

mmffio_vdwtypescombined_get_c1

Value:
<wrapped function mmffio_vdwtypescombined_get_c1 at 0x7f1a2ac57cb0>

mmffio_vdwtypescombined_get_c2

Value:
<wrapped function mmffio_vdwtypescombined_get_c2 at 0x7f1a2ac57c68>

mmffio_vdwtypescombined_get_data_names

Value:
<wrapped function mmffio_vdwtypescombined_get_data_names at 0x7f1a2acc\
d5f0>

mmffio_vdwtypescombined_get_funct

Value:
<wrapped function mmffio_vdwtypescombined_get_funct at 0x7f1a2acd2f38>

mmffio_vdwtypescombined_get_name1

Value:
<wrapped function mmffio_vdwtypescombined_get_name1 at 0x7f1a2ac93200>

mmffio_vdwtypescombined_get_name2

Value:
<wrapped function mmffio_vdwtypescombined_get_name2 at 0x7f1a2ac93170>

mmffio_vdwtypescombined_get_t1

Value:
<wrapped function mmffio_vdwtypescombined_get_t1 at 0x7f1a2ad35cf8>

mmffio_vdwtypescombined_prop_get_boolean

Value:
<wrapped function mmffio_vdwtypescombined_prop_get_boolean at 0x7f1a2a\
cd2170>

mmffio_vdwtypescombined_prop_get_int

Value:
<wrapped function mmffio_vdwtypescombined_prop_get_int at 0x7f1a2aca40\
50>

mmffio_vdwtypescombined_prop_get_real

Value:
<wrapped function mmffio_vdwtypescombined_prop_get_real at 0x7f1a2abb3\
638>

mmffio_vdwtypescombined_prop_get_string

Value:
<wrapped function mmffio_vdwtypescombined_prop_get_string at 0x7f1a2ac\
af368>

mmffio_vdwtypescombined_prop_set_boolean

Value:
<wrapped function mmffio_vdwtypescombined_prop_set_boolean at 0x7f1a2a\
d2bab8>

mmffio_vdwtypescombined_prop_set_int

Value:
<wrapped function mmffio_vdwtypescombined_prop_set_int at 0x7f1a2acb52\
48>

mmffio_vdwtypescombined_prop_set_real

Value:
<wrapped function mmffio_vdwtypescombined_prop_set_real at 0x7f1a2aca9\
440>

mmffio_vdwtypescombined_prop_set_string

Value:
<wrapped function mmffio_vdwtypescombined_prop_set_string at 0x7f1a2ad\
127a0>

mmffio_vdwtypescombined_set_c1

Value:
<wrapped function mmffio_vdwtypescombined_set_c1 at 0x7f1a2aca4e60>

mmffio_vdwtypescombined_set_c2

Value:
<wrapped function mmffio_vdwtypescombined_set_c2 at 0x7f1a2aca4e18>

mmffio_vdwtypescombined_set_funct

Value:
<wrapped function mmffio_vdwtypescombined_set_funct at 0x7f1a2ad30a70>

mmffio_vdwtypescombined_set_name1

Value:
<wrapped function mmffio_vdwtypescombined_set_name1 at 0x7f1a2ad0d9e0>

mmffio_vdwtypescombined_set_name2

Value:
<wrapped function mmffio_vdwtypescombined_set_name2 at 0x7f1a2ad0d950>

mmffio_vdwtypescombined_set_t1

Value:
<wrapped function mmffio_vdwtypescombined_set_t1 at 0x7f1a2ad2b830>

mmffio_virtual_get_ai

Value:
<wrapped function mmffio_virtual_get_ai at 0x7f1a2ac87f80>

mmffio_virtual_get_aj

Value:
<wrapped function mmffio_virtual_get_aj at 0x7f1a2ac7ba28>

mmffio_virtual_get_ak

Value:
<wrapped function mmffio_virtual_get_ak at 0x7f1a2ac7ba70>

mmffio_virtual_get_al

Value:
<wrapped function mmffio_virtual_get_al at 0x7f1a2ac7b908>

mmffio_virtual_get_am

Value:
<wrapped function mmffio_virtual_get_am at 0x7f1a2ac7b950>

mmffio_virtual_get_an

Value:
<wrapped function mmffio_virtual_get_an at 0x7f1a2ac7b998>

mmffio_virtual_get_c1

Value:
<wrapped function mmffio_virtual_get_c1 at 0x7f1a2ad30ef0>

mmffio_virtual_get_c2

Value:
<wrapped function mmffio_virtual_get_c2 at 0x7f1a2ad30e60>

mmffio_virtual_get_c3

Value:
<wrapped function mmffio_virtual_get_c3 at 0x7f1a2ad30ea8>

mmffio_virtual_get_c4

Value:
<wrapped function mmffio_virtual_get_c4 at 0x7f1a2ad30dd0>

mmffio_virtual_get_c5

Value:
<wrapped function mmffio_virtual_get_c5 at 0x7f1a2ad30e18>

mmffio_virtual_get_c6

Value:
<wrapped function mmffio_virtual_get_c6 at 0x7f1a2ad30d88>

mmffio_virtual_get_data_names

Value:
<wrapped function mmffio_virtual_get_data_names at 0x7f1a2ac9e2d8>

mmffio_virtual_get_funct

Value:
<wrapped function mmffio_virtual_get_funct at 0x7f1a2ac5dc20>

mmffio_virtual_get_index

Value:
<wrapped function mmffio_virtual_get_index at 0x7f1a2acb9368>

mmffio_virtual_prop_get_boolean

Value:
<wrapped function mmffio_virtual_prop_get_boolean at 0x7f1a2ad357e8>

mmffio_virtual_prop_get_int

Value:
<wrapped function mmffio_virtual_prop_get_int at 0x7f1a2ac932d8>

mmffio_virtual_prop_get_real

Value:
<wrapped function mmffio_virtual_prop_get_real at 0x7f1a2ad12a70>

mmffio_virtual_prop_get_string

Value:
<wrapped function mmffio_virtual_prop_get_string at 0x7f1a2ad12098>

mmffio_virtual_prop_set_boolean

Value:
<wrapped function mmffio_virtual_prop_set_boolean at 0x7f1a2ad12fc8>

mmffio_virtual_prop_set_int

Value:
<wrapped function mmffio_virtual_prop_set_int at 0x7f1a2acc8b00>

mmffio_virtual_prop_set_real

Value:
<wrapped function mmffio_virtual_prop_set_real at 0x7f1a2ac3bc20>

mmffio_virtual_prop_set_string

Value:
<wrapped function mmffio_virtual_prop_set_string at 0x7f1a2ac8d248>

mmffio_virtual_set_ai

Value:
<wrapped function mmffio_virtual_set_ai at 0x7f1a2ac87dd0>

mmffio_virtual_set_aj

Value:
<wrapped function mmffio_virtual_set_aj at 0x7f1a2ac87e18>

mmffio_virtual_set_ak

Value:
<wrapped function mmffio_virtual_set_ak at 0x7f1a2ac87e60>

mmffio_virtual_set_al

Value:
<wrapped function mmffio_virtual_set_al at 0x7f1a2ac87ea8>

mmffio_virtual_set_am

Value:
<wrapped function mmffio_virtual_set_am at 0x7f1a2ac51758>

mmffio_virtual_set_an

Value:
<wrapped function mmffio_virtual_set_an at 0x7f1a2ac87ef0>

mmffio_virtual_set_c1

Value:
<wrapped function mmffio_virtual_set_c1 at 0x7f1a2ac810e0>

mmffio_virtual_set_c2

Value:
<wrapped function mmffio_virtual_set_c2 at 0x7f1a2ac81050>

mmffio_virtual_set_c3

Value:
<wrapped function mmffio_virtual_set_c3 at 0x7f1a2ac81098>

mmffio_virtual_set_c4

Value:
<wrapped function mmffio_virtual_set_c4 at 0x7f1a2ac81170>

mmffio_virtual_set_c5

Value:
<wrapped function mmffio_virtual_set_c5 at 0x7f1a2ac811b8>

mmffio_virtual_set_c6

Value:
<wrapped function mmffio_virtual_set_c6 at 0x7f1a2ac81128>

mmffio_virtual_set_funct

Value:
<wrapped function mmffio_virtual_set_funct at 0x7f1a2ac7b488>

mmffio_virtual_set_index

Value:
<wrapped function mmffio_virtual_set_index at 0x7f1a2aca97a0>

mmffio_wrap_molecules

Value:
<wrapped function mmffio_wrap_molecules at 0x7f1a2acbe320>

mmffld_adaptBCICommentInDB

Value:
<wrapped function mmffld_adaptBCICommentInDB at 0x7f1a2ac9e1b8>

mmffld_adaptCustomChargesInCT

Value:
<wrapped function mmffld_adaptCustomChargesInCT at 0x7f1a2acb5bd8>

mmffld_adaptForMcpro

Value:
<wrapped function mmffld_adaptForMcpro at 0x7f1a2ac4c3f8>

mmffld_addBCI

Value:
<wrapped function mmffld_addBCI at 0x7f1a2ad263f8>

mmffld_addCustomChargesToCT

Value:
<wrapped function mmffld_addCustomChargesToCT at 0x7f1a2ac7b170>

mmffld_addDipoleQuadrupoleToCT

Value:
<wrapped function mmffld_addDipoleQuadrupoleToCT at 0x7f1a2acd7a28>

mmffld_addPBCbonds

Value:
<wrapped function mmffld_addPBCbonds at 0x7f1a2ad307e8>

mmffld_changeAtomTypeParameterValue

Value:
<wrapped function mmffld_changeAtomTypeParameterValue at 0x7f1a2ab9f63\
8>

mmffld_changeBCI

Value:
<wrapped function mmffld_changeBCI at 0x7f1a2aba45a8>

mmffld_changeBCIOptFlag

Value:
<wrapped function mmffld_changeBCIOptFlag at 0x7f1a2ad12908>

mmffld_changeParameterValues

Value:
<wrapped function mmffld_changeParameterValues at 0x7f1a2ad2b5f0>

mmffld_changeParameterValuesInData

Value:
<wrapped function mmffld_changeParameterValuesInData at 0x7f1a2acaf170\
>

mmffld_checkOPLS_DIR

Value:
<wrapped function mmffld_checkOPLS_DIR at 0x7f1a2aca9170>

mmffld_conf_errhandler

Value:
<wrapped function mmffld_conf_errhandler at 0x7f1a2abb3b00>

mmffld_conf_initialize

Value:
<wrapped function mmffld_conf_initialize at 0x7f1a2ab952d8>

mmffld_conf_p1_get_best

Value:
<wrapped function mmffld_conf_p1_get_best at 0x7f1a2ab9a7e8>

mmffld_conf_p1_get_option

Value:
<wrapped function mmffld_conf_p1_get_option at 0x7f1a2ac51170>

mmffld_conf_p1_reset_options

Value:
<wrapped function mmffld_conf_p1_reset_options at 0x7f1a2ac9e290>

mmffld_conf_p1_restore_options

Value:
<wrapped function mmffld_conf_p1_restore_options at 0x7f1a2ac64e60>

mmffld_conf_p1_safe_best

Value:
<wrapped function mmffld_conf_p1_safe_best at 0x7f1a2ac5d5a8>

mmffld_conf_p1_save_options

Value:
<wrapped function mmffld_conf_p1_save_options at 0x7f1a2acc3f80>

mmffld_conf_p1_set_option

Value:
<wrapped function mmffld_conf_p1_set_option at 0x7f1a2ab95368>

mmffld_conf_terminate

Value:
<wrapped function mmffld_conf_terminate at 0x7f1a2ad036c8>

mmffld_convertSmilesTo3D

Value:
<wrapped function mmffld_convertSmilesTo3D at 0x7f1a2acd7518>

mmffld_delete

Value:
<wrapped function mmffld_delete at 0x7f1a2ac87440>

mmffld_deleteAllConstraints

Value:
<wrapped function mmffld_deleteAllConstraints at 0x7f1a2ac40a70>

mmffld_deleteAllRestraints

Value:
<wrapped function mmffld_deleteAllRestraints at 0x7f1a2acd2a70>

mmffld_deleteConstraint

Value:
<wrapped function mmffld_deleteConstraint at 0x7f1a2ab9fa28>

mmffld_deleteMol

Value:
<wrapped function mmffld_deleteMol at 0x7f1a2ad0df38>

mmffld_deletePBCbonds

Value:
<wrapped function mmffld_deletePBCbonds at 0x7f1a2ac7bdd0>

mmffld_deleteRestraint

Value:
<wrapped function mmffld_deleteRestraint at 0x7f1a2acd2998>

mmffld_development_license_ok

Value:
<wrapped function mmffld_development_license_ok at 0x7f1a2ac40d40>

mmffld_enterConstraint

Value:
<wrapped function mmffld_enterConstraint at 0x7f1a2aca4488>

mmffld_enterFep

Value:
<wrapped function mmffld_enterFep at 0x7f1a2ad21ef0>

mmffld_enterMol

Value:
<wrapped function mmffld_enterMol at 0x7f1a2ac9e3f8>

mmffld_enterRestraint

Value:
<wrapped function mmffld_enterRestraint at 0x7f1a2ad03830>

mmffld_findNotCoveredHeterocycle

Value:
<wrapped function mmffld_findNotCoveredHeterocycle at 0x7f1a2ad21200>

mmffld_flag_rot_acyc_bonds

Value:
<wrapped function mmffld_flag_rot_acyc_bonds at 0x7f1a2aca9cb0>

mmffld_generateTypeEntry

Value:
<wrapped function mmffld_generateTypeEntry at 0x7f1a2acbe758>

mmffld_getBCIforOpt

Value:
<wrapped function mmffld_getBCIforOpt at 0x7f1a2acc38c0>

mmffld_getBCIinfo

Value:
<wrapped function mmffld_getBCIinfo at 0x7f1a2ad12518>

mmffld_getBending_reveal_ok

Value:
<wrapped function mmffld_getBending_reveal_ok at 0x7f1a2ac7bd88>

mmffld_getBondedEnergiesForSubset

Value:
<wrapped function mmffld_getBondedEnergiesForSubset at 0x7f1a2ad03290>

mmffld_getBondedEnergyComponents

Value:
<wrapped function mmffld_getBondedEnergyComponents at 0x7f1a2ac3b950>

mmffld_getCanonicalConformer

Value:
<wrapped function mmffld_getCanonicalConformer at 0x7f1a2aba9b00>

mmffld_getCtWithVirtualSites

Value:
<wrapped function mmffld_getCtWithVirtualSites at 0x7f1a2acb59e0>

mmffld_getESPdiffList

Value:
<wrapped function mmffld_getESPdiffList at 0x7f1a2ac8df80>

mmffld_getEnergyForce

Value:
<wrapped function mmffld_getEnergyForce at 0x7f1a2acafc20>

mmffld_getExcludedAtomList

Value:
<wrapped function mmffld_getExcludedAtomList at 0x7f1a2ac81a28>

mmffld_getFfldName

Value:
<wrapped function mmffld_getFfldName at 0x7f1a2aca9bd8>

mmffld_getImpTorsion_reveal_ok

Value:
<wrapped function mmffld_getImpTorsion_reveal_ok at 0x7f1a2ad30c68>

mmffld_getMissingUttRotBonds

Value:
<wrapped function mmffld_getMissingUttRotBonds at 0x7f1a2ac64950>

mmffld_getNB14PairType

Value:
<wrapped function mmffld_getNB14PairType at 0x7f1a2acc8290>

mmffld_getNB14Pairs

Value:
<wrapped function mmffld_getNB14Pairs at 0x7f1a2acd2b48>

mmffld_getNBEnergyComponents

Value:
<wrapped function mmffld_getNBEnergyComponents at 0x7f1a2ac64098>

mmffld_getNBEnergyForTwoAtomLists

Value:
<wrapped function mmffld_getNBEnergyForTwoAtomLists at 0x7f1a2ac93098>

mmffld_getNonBondedEnergiesForSubset

Value:
<wrapped function mmffld_getNonBondedEnergiesForSubset at 0x7f1a2acd76\
80>

mmffld_getNonbond_reveal_ok

Value:
<wrapped function mmffld_getNonbond_reveal_ok at 0x7f1a2acb9a70>

mmffld_getOption

Value:
<wrapped function mmffld_getOption at 0x7f1a2ad1c560>

mmffld_getParameterTotal

Value:
<wrapped function mmffld_getParameterTotal at 0x7f1a2ad2b998>

mmffld_getStretch_reveal_ok

Value:
<wrapped function mmffld_getStretch_reveal_ok at 0x7f1a2aca44d0>

mmffld_getTorsion_reveal_ok

Value:
<wrapped function mmffld_getTorsion_reveal_ok at 0x7f1a2ab955f0>

mmffld_getTotalEnergyTerms

Value:
<wrapped function mmffld_getTotalEnergyTerms at 0x7f1a2ad35710>

mmffld_getUniqueOrdering

Value:
<wrapped function mmffld_getUniqueOrdering at 0x7f1a2acbef38>

mmffld_getVirtTypeName

Value:
<wrapped function mmffld_getVirtTypeName at 0x7f1a2ad17710>

mmffld_get_cmap_flag

Value:
<wrapped function mmffld_get_cmap_flag at 0x7f1a2ac5d368>

mmffld_get_ffld_name

Value:
<wrapped function mmffld_get_ffld_name at 0x7f1a2ac81f80>

mmffld_get_int_ffld_version

Value:
<wrapped function mmffld_get_int_ffld_version at 0x7f1a2ac73ea8>

mmffld_initialize

Value:
<wrapped function mmffld_initialize at 0x7f1a2acc85a8>

mmffld_isCompatibleDataFile

Value:
<wrapped function mmffld_isCompatibleDataFile at 0x7f1a2ac81638>

mmffld_license_ok

Value:
<wrapped function mmffld_license_ok at 0x7f1a2aca9680>

mmffld_mergeAdaptedCustomCT

Value:
<wrapped function mmffld_mergeAdaptedCustomCT at 0x7f1a2ab9ff38>

mmffld_minimize

Value:
<wrapped function mmffld_minimize_lic at 0x7f1a2ac4c7e8>

mmffld_minimize_lic

Value:
<wrapped function mmffld_minimize_lic at 0x7f1a2ac4c7e8>

mmffld_overwriteVdwInteractionParameter

Value:
<wrapped function mmffld_overwriteVdwInteractionParameter at 0x7f1a2ac\
a96c8>

mmffld_printBCIandCharges

Value:
<wrapped function mmffld_printBCIandCharges at 0x7f1a2ac7b320>

mmffld_printDetailedEnergyComponents

Value:
<wrapped function mmffld_printDetailedEnergyComponents at 0x7f1a2ad176\
38>

mmffld_printParameters

Value:
<wrapped function mmffld_printParameters at 0x7f1a2ac6ce60>

mmffld_printRestraints

Value:
<wrapped function mmffld_printRestraints at 0x7f1a2ac519e0>

mmffld_readRestraintFromFile

Value:
<wrapped function mmffld_readRestraintFromFile at 0x7f1a2ac73ef0>

mmffld_regularize_ffld_name

Value:
<wrapped function mmffld_regularize_ffld_name at 0x7f1a2ad355a8>

mmffld_removeCustomChargesFromCT

Value:
<wrapped function mmffld_removeCustomChargesFromCT at 0x7f1a2ab9f488>

mmffld_resetAllChmMmlibs

Value:
<wrapped function mmffld_resetAllChmMmlibs at 0x7f1a2ac46bd8>

mmffld_resetOption

Value:
<wrapped function mmffld_resetOption at 0x7f1a2ad21488>

mmffld_reveal_params_ok

Value:
<wrapped function mmffld_reveal_params_ok at 0x7f1a2ad17e60>

mmffld_saveTypeEntry

Value:
<wrapped function mmffld_saveTypeEntry at 0x7f1a2ac64710>

mmffld_setAltBCIType

Value:
<wrapped function mmffld_setAltBCIType at 0x7f1a2aca4320>

mmffld_setOption

Value:
<wrapped function mmffld_setOption at 0x7f1a2ad179e0>

mmffld_setOutputFile

Value:
<wrapped function mmffld_setOutputFile at 0x7f1a2ac936c8>

mmffld_set_cmap_flag

Value:
<wrapped function mmffld_set_cmap_flag at 0x7f1a2ac40248>

mmffld_set_error_handler

Value:
<wrapped function mmffld_set_error_handler at 0x7f1a2aca9200>

mmffld_set_virtual_sites_flag

Value:
<wrapped function mmffld_set_virtual_sites_flag at 0x7f1a2ad0db00>

mmffld_terminate

Value:
<wrapped function mmffld_terminate at 0x7f1a2ad0de18>

mmffld_writeParameter

Value:
<wrapped function mmffld_writeParameter at 0x7f1a2ac8d1b8>

mmfile_add_component

Value:
<wrapped function mmfile_add_component at 0x7f1a2accdbd8>

mmfile_appdata_release_dir

Value:
<wrapped function mmfile_appdata_release_dir at 0x7f1a2ab9ac68>

mmfile_close_directory

Value:
<wrapped function mmfile_close_directory at 0x7f1a2aca4560>

mmfile_dir_current_get

Value:
<wrapped function mmfile_dir_current_get at 0x7f1a2ac93dd0>

mmfile_dir_current_pop

Value:
<wrapped function mmfile_dir_current_pop at 0x7f1a2ac8d050>

mmfile_dir_current_push

Value:
<wrapped function mmfile_dir_current_push at 0x7f1a2ad0dab8>

mmfile_dir_current_set

Value:
<wrapped function mmfile_dir_current_set at 0x7f1a2ad033f8>

mmfile_dir_expand

Value:
<wrapped function mmfile_dir_expand at 0x7f1a2ac401b8>

mmfile_dir_expand_buffer

Value:
<wrapped function mmfile_dir_expand_buffer at 0x7f1a2aca9128>

mmfile_dir_home

Value:
<wrapped function mmfile_dir_home at 0x7f1a2ac46950>

mmfile_dir_user_home

Value:
<wrapped function mmfile_dir_user_home at 0x7f1a2ac6cfc8>

mmfile_dos_to_unix

Value:
<wrapped function mmfile_dos_to_unix at 0x7f1a2ad30cf8>

mmfile_dos_to_unix_convert

Value:
<wrapped function mmfile_dos_to_unix_convert at 0x7f1a2ab95878>

mmfile_dos_to_unix_register

Value:
<wrapped function mmfile_dos_to_unix_register at 0x7f1a2ad2b368>

mmfile_errhandler

Value:
<wrapped function mmfile_errhandler at 0x7f1a2ac93950>

mmfile_exists

Value:
<wrapped function mmfile_exists at 0x7f1a2ad0dcf8>

mmfile_file_exists

Value:
<wrapped function mmfile_file_exists at 0x7f1a2abb3c68>

mmfile_file_get_dir

Value:
<wrapped function mmfile_file_get_dir at 0x7f1a2ac9e5f0>

mmfile_file_get_name

Value:
<wrapped function mmfile_file_get_name at 0x7f1a2ad0dc68>

mmfile_file_get_path

Value:
<wrapped function mmfile_file_get_path at 0x7f1a2ac93878>

mmfile_find_product_dir

Value:
<wrapped function mmfile_find_product_dir at 0x7f1a2ad1c6c8>

mmfile_free_component_string

Value:
<wrapped function mmfile_free_component_string at 0x7f1a2ad17290>

mmfile_get_appdata_release_dir

Value:
<wrapped function mmfile_get_appdata_release_dir at 0x7f1a2ad21a70>

mmfile_get_config_dir

Value:
<wrapped function mmfile_get_config_dir at 0x7f1a2ad039e0>

mmfile_get_constant

Value:
<wrapped function mmfile_get_constant at 0x7f1a2ac8d638>

mmfile_get_desktop_dir

Value:
<wrapped function mmfile_get_desktop_dir at 0x7f1a2aca9f80>

mmfile_get_drivesep_char

Value:
<wrapped function mmfile_get_drivesep_char at 0x7f1a2ac6c128>

mmfile_get_filesep_char

Value:
<wrapped function mmfile_get_filesep_char at 0x7f1a2ac9ecf8>

mmfile_get_last_component

Value:
<wrapped function mmfile_get_last_component at 0x7f1a2ac8d5a8>

mmfile_get_mydocuments_dir

Value:
<wrapped function mmfile_get_mydocuments_dir at 0x7f1a2aba47e8>

mmfile_get_mynetworkplaces_dir

Value:
<wrapped function mmfile_get_mynetworkplaces_dir at 0x7f1a2ac5d8c0>

mmfile_get_next_file

Value:
<wrapped function mmfile_get_next_file at 0x7f1a2ad212d8>

mmfile_get_past_release_names

Value:
<wrapped function mmfile_get_past_release_names at 0x7f1a2aca4d88>

mmfile_get_product_version

Value:
<wrapped function mmfile_get_product_version at 0x7f1a2acb9440>

mmfile_get_release_name

Value:
<wrapped function mmfile_get_release_name at 0x7f1a2ac7b7e8>

mmfile_get_schrodinger_support_error_mesg

Value:
<wrapped function mmfile_get_schrodinger_support_error_mesg at 0x7f1a2\
ac5db90>

mmfile_get_schrodinger_temp

Value:
<wrapped function mmfile_get_schrodinger_temp at 0x7f1a2ac40cf8>

mmfile_initialize

Value:
<wrapped function mmfile_initialize at 0x7f1a2aca9830>

mmfile_is_dosfile

Value:
<wrapped function mmfile_is_dosfile at 0x7f1a2ad2b440>

mmfile_md5_file

Value:
<wrapped function mmfile_md5_file at 0x7f1a2ad0d098>

mmfile_md5_filter

Value:
<wrapped function mmfile_md5_filter at 0x7f1a2ab9f290>

mmfile_md5_string

Value:
<wrapped function mmfile_md5_string at 0x7f1a2ac40758>

mmfile_open_directory

Value:
<wrapped function mmfile_open_directory at 0x7f1a2ac403f8>

mmfile_parse_path

Value:
<wrapped function mmfile_parse_path at 0x7f1a2ac4c908>

mmfile_path_add

Value:
<wrapped function mmfile_path_add at 0x7f1a2acd2200>

mmfile_path_add_cwd

Value:
<wrapped function mmfile_path_add_cwd at 0x7f1a2ac9ed88>

mmfile_path_add_home

Value:
<wrapped function mmfile_path_add_home at 0x7f1a2ab9a638>

mmfile_path_clear

Value:
<wrapped function mmfile_path_clear at 0x7f1a2accda70>

mmfile_path_get

Value:
<wrapped function mmfile_path_get at 0x7f1a2accd908>

mmfile_path_is_absolute

Value:
<wrapped function mmfile_path_is_absolute at 0x7f1a2ac577e8>

mmfile_path_localize

Value:
<wrapped function mmfile_path_localize at 0x7f1a2ac9e200>

mmfile_path_print

Value:
<wrapped function mmfile_path_print at 0x7f1a2ac64290>

mmfile_path_set

Value:
<wrapped function mmfile_path_set at 0x7f1a2ad123f8>

mmfile_path_to_unix

Value:
<wrapped function mmfile_path_to_unix at 0x7f1a2abb38c0>

mmfile_refcount

Value:
<wrapped function mmfile_refcount at 0x7f1a2ac46440>

mmfile_remove_component

Value:
<wrapped function mmfile_remove_component at 0x7f1a2ac64128>

mmfile_rm_recursive

Value:
<wrapped function mmfile_rm_recursive at 0x7f1a2ad21758>

mmfile_schrodinger_appdata_dir

Value:
<wrapped function mmfile_schrodinger_appdata_dir at 0x7f1a2acb9d88>

mmfile_schrodinger_local_appdata_dir

Value:
<wrapped function mmfile_schrodinger_local_appdata_dir at 0x7f1a2ac875\
a8>

mmfile_schrodinger_userdata_dir

Value:
<wrapped function mmfile_schrodinger_userdata_dir at 0x7f1a2ac87488>

mmfile_set_dir_filter

Value:
<wrapped function mmfile_set_dir_filter at 0x7f1a2ad26830>

mmfile_setup_openmpi

Value:
<wrapped function mmfile_setup_openmpi at 0x7f1a2ac9e830>

mmfile_terminate

Value:
<wrapped function mmfile_terminate at 0x7f1a2acdc200>

mmfrag_delete

Value:
<wrapped function mmfrag_delete at 0x7f1a2acb5fc8>

mmfrag_duplicate_fragment

Value:
<wrapped function mmfrag_duplicate_fragment at 0x7f1a2aba43b0>

mmfrag_get_conformation

Value:
<wrapped function mmfrag_get_conformation at 0x7f1a2acb5e60>

mmfrag_get_connections

Value:
<wrapped function mmfrag_get_connections at 0x7f1a2ab9f710>

mmfrag_get_direction

Value:
<wrapped function mmfrag_get_direction at 0x7f1a2ac7b9e0>

mmfrag_get_fragment

Value:
<wrapped function mmfrag_get_fragment at 0x7f1a2ad26b48>

mmfrag_get_fragment_by_index

Value:
<wrapped function mmfrag_get_fragment_by_index at 0x7f1a2accdfc8>

mmfrag_get_fragment_suffix

Value:
<wrapped function mmfrag_get_fragment_suffix at 0x7f1a2acafb48>

mmfrag_get_mode_name

Value:
<wrapped function mmfrag_get_mode_name at 0x7f1a2aca4878>

mmfrag_get_number_fragments

Value:
<wrapped function mmfrag_get_number_fragments at 0x7f1a2ac5d3b0>

mmfrag_get_res_num_treatment

Value:
<wrapped function mmfrag_get_res_num_treatment at 0x7f1a2ad03fc8>

mmfrag_get_torsion

Value:
<wrapped function mmfrag_get_torsion at 0x7f1a2acdc050>

mmfrag_get_torsion_group

Value:
<wrapped function mmfrag_get_torsion_group at 0x7f1a2acc85f0>

mmfrag_get_type

Value:
<wrapped function mmfrag_get_type at 0x7f1a2aca92d8>

mmfrag_grow_ct

Value:
<wrapped function mmfrag_grow_ct at 0x7f1a2ac73050>

mmfrag_increment_res_num

Value:
<wrapped function mmfrag_increment_res_num at 0x7f1a2acaff38>

mmfrag_initialize

Value:
<wrapped function mmfrag_initialize at 0x7f1a2ac87368>

mmfrag_initialize_alt

Value:
<wrapped function mmfrag_initialize_alt at 0x7f1a2ad26488>

mmfrag_set_conformation

Value:
<wrapped function mmfrag_set_conformation at 0x7f1a2ac4c7a0>

mmfrag_set_direction

Value:
<wrapped function mmfrag_set_direction at 0x7f1a2ac73878>

mmfrag_set_fragment

Value:
<wrapped function mmfrag_set_fragment at 0x7f1a2ac64758>

mmfrag_set_fragment_index

Value:
<wrapped function mmfrag_set_fragment_index at 0x7f1a2ad12f38>

mmfrag_set_fragment_name

Value:
<wrapped function mmfrag_set_fragment_name at 0x7f1a2ac64830>

mmfrag_set_fragment_suffix

Value:
<wrapped function mmfrag_set_fragment_suffix at 0x7f1a2acd76c8>

mmfrag_terminate

Value:
<wrapped function mmfrag_terminate at 0x7f1a2acc8c68>

mmhtreat_checkff

Value:
<wrapped function mmhtreat_checkff at 0x7f1a2ab9fea8>

mmhtreat_get_description

Value:
<wrapped function mmhtreat_get_description at 0x7f1a2acd2d88>

mmhtreat_get_fftreatment

Value:
<wrapped function mmhtreat_get_fftreatment at 0x7f1a2ad1c7e8>

mmhtreat_get_number_of_treatments

Value:
<wrapped function mmhtreat_get_number_of_treatments at 0x7f1a2ac40ef0>

mmhtreat_get_treatment_index

Value:
<wrapped function mmhtreat_get_treatment_index at 0x7f1a2acb93f8>

mmhtreat_get_treatment_names

Value:
<wrapped function mmhtreat_get_treatment_names at 0x7f1a2ac7b200>

mmhtreat_hadd

Value:
<wrapped function mmhtreat_hadd at 0x7f1a2ac8da70>

mmhtreat_hdel

Value:
<wrapped function mmhtreat_hdel at 0x7f1a2abb36c8>

mmhtreat_initialize

Value:
<wrapped function mmhtreat_initialize at 0x7f1a2acc34d0>

mmhtreat_terminate

Value:
<wrapped function mmhtreat_terminate at 0x7f1a2ab9a3f8>

mmideal_get_angle

Value:
<wrapped function mmideal_get_angle at 0x7f1a2ac81560>

mmideal_get_stretch

Value:
<wrapped function mmideal_get_stretch at 0x7f1a2ab9f950>

mmideal_get_torsion

Value:
<wrapped function mmideal_get_torsion at 0x7f1a2ac7b128>

mmideal_initialize

Value:
<wrapped function mmideal_initialize at 0x7f1a2ad0d5a8>

mmideal_terminate

Value:
<wrapped function mmideal_terminate at 0x7f1a2ac3b998>

mmim_arg_is_set

Value:
<wrapped function mmim_arg_is_set at 0x7f1a2ac93c68>

mmim_ct_m2io_get

Value:
<wrapped function mmim_ct_m2io_get at 0x7f1a2ab95b90>

mmim_ct_m2io_put

Value:
<wrapped function mmim_ct_m2io_put at 0x7f1a2ac51248>

mmim_delete_met_coord_cons

Value:
<wrapped function mmim_delete_met_coord_cons at 0x7f1a2ac57bd8>

mmim_dump_state

Value:
<wrapped function mmim_dump_state at 0x7f1a2ac9ebd8>

mmim_dump_state_default

Value:
<wrapped function mmim_dump_state_default at 0x7f1a2ac73908>

mmim_errhandler

Value:
<wrapped function mmim_errhandler at 0x7f1a2ad26560>

mmim_free_string

Value:
<wrapped function mmim_free_string at 0x7f1a2ab9ab00>

mmim_get_arg_bool

Value:
<wrapped function mmim_get_arg_bool at 0x7f1a2acc3a28>

mmim_get_arg_bool_default

Value:
<wrapped function mmim_get_arg_bool_default at 0x7f1a2ad0def0>

mmim_get_arg_float

Value:
<wrapped function mmim_get_arg_float at 0x7f1a2ac51c68>

mmim_get_arg_float_default

Value:
<wrapped function mmim_get_arg_float_default at 0x7f1a2ad0d560>

mmim_get_arg_int

Value:
<wrapped function mmim_get_arg_int at 0x7f1a2ac3b290>

mmim_get_arg_int_default

Value:
<wrapped function mmim_get_arg_int_default at 0x7f1a2ac64ef0>

mmim_get_arg_string

Value:
<wrapped function mmim_get_arg_string at 0x7f1a2ac8d7e8>

mmim_get_arg_string_default

Value:
<wrapped function mmim_get_arg_string_default at 0x7f1a2ab9f2d8>

mmim_get_glide_box_bounds

Value:
<wrapped function mmim_get_glide_box_bounds at 0x7f1a2acd2a28>

mmim_get_glide_grid_ct

Value:
<wrapped function mmim_get_glide_grid_ct at 0x7f1a2aba9560>

mmim_get_glide_gridbox

Value:
<wrapped function mmim_get_glide_gridbox at 0x7f1a2ad176c8>

mmim_get_glide_outerbox

Value:
<wrapped function mmim_get_glide_outerbox at 0x7f1a2accd440>

mmim_get_glide_peptide_mode

Value:
<wrapped function mmim_get_glide_peptide_mode at 0x7f1a2ac81710>

mmim_get_index_by_name

Value:
<wrapped function mmim_get_index_by_name at 0x7f1a2ad26170>

mmim_get_indexed_arg_bool

Value:
<wrapped function mmim_get_indexed_arg_bool at 0x7f1a2ad2ba70>

mmim_get_indexed_arg_bool_count

Value:
<wrapped function mmim_get_indexed_arg_bool_count at 0x7f1a2acd7d88>

mmim_get_indexed_arg_bool_count_default

Value:
<wrapped function mmim_get_indexed_arg_bool_count_default at 0x7f1a2ac\
a4f38>

mmim_get_indexed_arg_bool_default

Value:
<wrapped function mmim_get_indexed_arg_bool_default at 0x7f1a2abb3fc8>

mmim_get_indexed_arg_float

Value:
<wrapped function mmim_get_indexed_arg_float at 0x7f1a2acd7c68>

mmim_get_indexed_arg_float_count

Value:
<wrapped function mmim_get_indexed_arg_float_count at 0x7f1a2ad21518>

mmim_get_indexed_arg_float_count_default

Value:
<wrapped function mmim_get_indexed_arg_float_count_default at 0x7f1a2a\
c93a28>

mmim_get_indexed_arg_float_default

Value:
<wrapped function mmim_get_indexed_arg_float_default at 0x7f1a2ac4cfc8\
>

mmim_get_indexed_arg_int

Value:
<wrapped function mmim_get_indexed_arg_int at 0x7f1a2ac3be60>

mmim_get_indexed_arg_int_count

Value:
<wrapped function mmim_get_indexed_arg_int_count at 0x7f1a2ac7bab8>

mmim_get_indexed_arg_int_count_default

Value:
<wrapped function mmim_get_indexed_arg_int_count_default at 0x7f1a2ab9\
5128>

mmim_get_indexed_arg_int_default

Value:
<wrapped function mmim_get_indexed_arg_int_default at 0x7f1a2ac46cb0>

mmim_get_indexed_arg_string

Value:
<wrapped function mmim_get_indexed_arg_string at 0x7f1a2acbeb90>

mmim_get_indexed_arg_string_count

Value:
<wrapped function mmim_get_indexed_arg_string_count at 0x7f1a2accd248>

mmim_get_indexed_arg_string_count_default

Value:
<wrapped function mmim_get_indexed_arg_string_count_default at 0x7f1a2\
ad35998>

mmim_get_indexed_arg_string_default

Value:
<wrapped function mmim_get_indexed_arg_string_default at 0x7f1a2ac3b8c\
0>

mmim_get_mol_id

Value:
<wrapped function mmim_get_mol_id at 0x7f1a2ad26638>

mmim_glide_build_box_act

Value:
<wrapped function mmim_glide_build_box_act at 0x7f1a2accdd88>

mmim_glide_extract_gridfile

Value:
<wrapped function mmim_glide_extract_gridfile at 0x7f1a2ac46638>

mmim_handle_arg_is_set

Value:
<wrapped function mmim_handle_arg_is_set at 0x7f1a2acbea70>

mmim_handle_ct_m2io_get

Value:
<wrapped function mmim_handle_ct_m2io_get at 0x7f1a2ac81830>

mmim_handle_ct_m2io_put

Value:
<wrapped function mmim_handle_ct_m2io_put at 0x7f1a2abb3908>

mmim_handle_dump_state

Value:
<wrapped function mmim_handle_dump_state at 0x7f1a2ac460e0>

mmim_handle_get_arg_bool

Value:
<wrapped function mmim_handle_get_arg_bool at 0x7f1a2ab9fb00>

mmim_handle_get_arg_float

Value:
<wrapped function mmim_handle_get_arg_float at 0x7f1a2ac87560>

mmim_handle_get_arg_int

Value:
<wrapped function mmim_handle_get_arg_int at 0x7f1a2ad302d8>

mmim_handle_get_arg_string

Value:
<wrapped function mmim_handle_get_arg_string at 0x7f1a2ab9a368>

mmim_handle_get_indexed_arg_bool

Value:
<wrapped function mmim_handle_get_indexed_arg_bool at 0x7f1a2ad21f38>

mmim_handle_get_indexed_arg_bool_count

Value:
<wrapped function mmim_handle_get_indexed_arg_bool_count at 0x7f1a2ad2\
18c0>

mmim_handle_get_indexed_arg_float

Value:
<wrapped function mmim_handle_get_indexed_arg_float at 0x7f1a2ac57b00>

mmim_handle_get_indexed_arg_float_count

Value:
<wrapped function mmim_handle_get_indexed_arg_float_count at 0x7f1a2ac\
819e0>

mmim_handle_get_indexed_arg_int

Value:
<wrapped function mmim_handle_get_indexed_arg_int at 0x7f1a2ac9efc8>

mmim_handle_get_indexed_arg_int_count

Value:
<wrapped function mmim_handle_get_indexed_arg_int_count at 0x7f1a2ac87\
a70>

mmim_handle_get_indexed_arg_string

Value:
<wrapped function mmim_handle_get_indexed_arg_string at 0x7f1a2ac5d320\
>

mmim_handle_get_indexed_arg_string_count

Value:
<wrapped function mmim_handle_get_indexed_arg_string_count at 0x7f1a2a\
cd7128>

mmim_handle_get_mol_id

Value:
<wrapped function mmim_handle_get_mol_id at 0x7f1a2aca9368>

mmim_handle_glide_build_box_act

Value:
<wrapped function mmim_handle_glide_build_box_act at 0x7f1a2ac93f80>

mmim_handle_glide_cons_add_cons_to_group

Value:
<wrapped function mmim_handle_glide_cons_add_cons_to_group at 0x7f1a2a\
ca95f0>

mmim_handle_glide_cons_delete_group

Value:
<wrapped function mmim_handle_glide_cons_delete_group at 0x7f1a2acc312\
8>

mmim_handle_glide_cons_delete_hbond

Value:
<wrapped function mmim_handle_glide_cons_delete_hbond at 0x7f1a2aca9ef\
0>

mmim_handle_glide_cons_delete_metal

Value:
<wrapped function mmim_handle_glide_cons_delete_metal at 0x7f1a2acc35f\
0>

mmim_handle_glide_cons_delete_metcoord

Value:
<wrapped function mmim_handle_glide_cons_delete_metcoord at 0x7f1a2ac4\
0440>

mmim_handle_glide_cons_delete_noe

Value:
<wrapped function mmim_handle_glide_cons_delete_noe at 0x7f1a2ac51b00>

mmim_handle_glide_cons_delete_pattern

Value:
<wrapped function mmim_handle_glide_cons_delete_pattern at 0x7f1a2aba9\
098>

mmim_handle_glide_cons_delete_posit

Value:
<wrapped function mmim_handle_glide_cons_delete_posit at 0x7f1a2ad3032\
0>

mmim_handle_glide_cons_get_grid_param

Value:
<wrapped function mmim_handle_glide_cons_get_grid_param at 0x7f1a2abb3\
560>

mmim_handle_glide_cons_get_hbond

Value:
<wrapped function mmim_handle_glide_cons_get_hbond at 0x7f1a2ab95170>

mmim_handle_glide_cons_get_metal

Value:
<wrapped function mmim_handle_glide_cons_get_metal at 0x7f1a2acd7a70>

mmim_handle_glide_cons_get_metcoord

Value:
<wrapped function mmim_handle_glide_cons_get_metcoord at 0x7f1a2ac3b6c\
8>

mmim_handle_glide_cons_get_noe

Value:
<wrapped function mmim_handle_glide_cons_get_noe at 0x7f1a2acd2b00>

mmim_handle_glide_cons_get_posit

Value:
<wrapped function mmim_handle_glide_cons_get_posit at 0x7f1a2ad2b0e0>

mmim_handle_glide_cons_link_pattern

Value:
<wrapped function mmim_handle_glide_cons_link_pattern at 0x7f1a2acc84d\
0>

mmim_handle_glide_cons_new_group

Value:
<wrapped function mmim_handle_glide_cons_new_group at 0x7f1a2ac57cf8>

mmim_handle_glide_cons_new_hbond

Value:
<wrapped function mmim_handle_glide_cons_new_hbond at 0x7f1a2ad17440>

mmim_handle_glide_cons_new_metal

Value:
<wrapped function mmim_handle_glide_cons_new_metal at 0x7f1a2ac93290>

mmim_handle_glide_cons_new_metcoord

Value:
<wrapped function mmim_handle_glide_cons_new_metcoord at 0x7f1a2ac7b09\
8>

mmim_handle_glide_cons_new_noe

Value:
<wrapped function mmim_handle_glide_cons_new_noe at 0x7f1a2ad1c290>

mmim_handle_glide_cons_new_pattern

Value:
<wrapped function mmim_handle_glide_cons_new_pattern at 0x7f1a2ad03f80\
>

mmim_handle_glide_cons_new_posit

Value:
<wrapped function mmim_handle_glide_cons_new_posit at 0x7f1a2acb5830>

mmim_handle_glide_cons_pattern_set_atoms

Value:
<wrapped function mmim_handle_glide_cons_pattern_set_atoms at 0x7f1a2a\
caf8c0>

mmim_handle_glide_cons_pattern_set_exclude

Value:
<wrapped function mmim_handle_glide_cons_pattern_set_exclude at 0x7f1a\
2ac64b48>

mmim_handle_glide_cons_pattern_set_ignore

Value:
<wrapped function mmim_handle_glide_cons_pattern_set_ignore at 0x7f1a2\
acc3fc8>

mmim_handle_glide_cons_pattern_set_natom

Value:
<wrapped function mmim_handle_glide_cons_pattern_set_natom at 0x7f1a2a\
c57b48>

mmim_handle_glide_cons_pattern_set_smarts

Value:
<wrapped function mmim_handle_glide_cons_pattern_set_smarts at 0x7f1a2\
acc8f38>

mmim_handle_glide_cons_set_group_nreq

Value:
<wrapped function mmim_handle_glide_cons_set_group_nreq at 0x7f1a2ab95\
4d0>

mmim_handle_glide_cons_type_from_label

Value:
<wrapped function mmim_handle_glide_cons_type_from_label at 0x7f1a2ac6\
4c20>

mmim_handle_glide_cons_write_featfile

Value:
<wrapped function mmim_handle_glide_cons_write_featfile at 0x7f1a2ad12\
248>

mmim_handle_glide_get_torcons

Value:
<wrapped function mmim_handle_glide_get_torcons at 0x7f1a2aba4290>

mmim_handle_glide_read_consfile

Value:
<wrapped function mmim_handle_glide_read_consfile at 0x7f1a2ac733f8>

mmim_handle_read_ct_m2io

Value:
<wrapped function mmim_handle_read_ct_m2io at 0x7f1a2ad35c68>

mmim_handle_read_ct_m2io_filename

Value:
<wrapped function mmim_handle_read_ct_m2io_filename at 0x7f1a2abae170>

mmim_handle_reset

Value:
<wrapped function mmim_handle_reset at 0x7f1a2ad03d40>

mmim_handle_set_arg_bool

Value:
<wrapped function mmim_handle_set_arg_bool at 0x7f1a2ad26908>

mmim_handle_set_arg_float

Value:
<wrapped function mmim_handle_set_arg_float at 0x7f1a2ac937e8>

mmim_handle_set_arg_int

Value:
<wrapped function mmim_handle_set_arg_int at 0x7f1a2acc8248>

mmim_handle_set_arg_string

Value:
<wrapped function mmim_handle_set_arg_string at 0x7f1a2accd758>

mmim_handle_set_arg_value

Value:
<wrapped function mmim_handle_set_arg_value at 0x7f1a2ac51098>

mmim_handle_set_indexed_arg_bool

Value:
<wrapped function mmim_handle_set_indexed_arg_bool at 0x7f1a2ac4c638>

mmim_handle_set_indexed_arg_bool_count

Value:
<wrapped function mmim_handle_set_indexed_arg_bool_count at 0x7f1a2ac5\
1908>

mmim_handle_set_indexed_arg_float

Value:
<wrapped function mmim_handle_set_indexed_arg_float at 0x7f1a2ac463f8>

mmim_handle_set_indexed_arg_float_count

Value:
<wrapped function mmim_handle_set_indexed_arg_float_count at 0x7f1a2ad\
17cf8>

mmim_handle_set_indexed_arg_int

Value:
<wrapped function mmim_handle_set_indexed_arg_int at 0x7f1a2ad35e60>

mmim_handle_set_indexed_arg_int_count

Value:
<wrapped function mmim_handle_set_indexed_arg_int_count at 0x7f1a2acc3\
830>

mmim_handle_set_indexed_arg_string

Value:
<wrapped function mmim_handle_set_indexed_arg_string at 0x7f1a2ac9e8c0\
>

mmim_handle_set_indexed_arg_string_count

Value:
<wrapped function mmim_handle_set_indexed_arg_string_count at 0x7f1a2a\
d1cea8>

mmim_handle_start

Value:
<wrapped function mmim_handle_start at 0x7f1a2ac51b48>

mmim_handle_unset_arg

Value:
<wrapped function mmim_handle_unset_arg at 0x7f1a2acb5b90>

mmim_handle_write

Value:
<wrapped function mmim_handle_write at 0x7f1a2ad2b758>

mmim_handle_write_ct_m2io_filename

Value:
<wrapped function mmim_handle_write_ct_m2io_filename at 0x7f1a2acbe710\
>

mmim_handle_write_glide_keys_filename

Value:
<wrapped function mmim_handle_write_glide_keys_filename at 0x7f1a2acd7\
290>

mmim_handle_write_qsite_job

Value:
<wrapped function mmim_handle_write_qsite_job at 0x7f1a2abb3488>

mmim_initialize

Value:
<wrapped function mmim_initialize at 0x7f1a2ac40f38>

mmim_met_coord_get_atom

Value:
<wrapped function mmim_met_coord_get_atom at 0x7f1a2acd21b8>

mmim_met_coord_get_avail_xyz

Value:
<wrapped function mmim_met_coord_get_avail_xyz at 0x7f1a2ad17d88>

mmim_met_coord_get_natoms

Value:
<wrapped function mmim_met_coord_get_natoms at 0x7f1a2ac5d488>

mmim_met_coord_get_navail

Value:
<wrapped function mmim_met_coord_get_navail at 0x7f1a2ad0dc20>

mmim_met_coord_get_ngeom

Value:
<wrapped function mmim_met_coord_get_ngeom at 0x7f1a2accd950>

mmim_met_coord_get_nprimary

Value:
<wrapped function mmim_met_coord_get_nprimary at 0x7f1a2acc3248>

mmim_met_coord_get_nprimatoms

Value:
<wrapped function mmim_met_coord_get_nprimatoms at 0x7f1a2ac6cc20>

mmim_met_coord_get_nsecatoms

Value:
<wrapped function mmim_met_coord_get_nsecatoms at 0x7f1a2ac64998>

mmim_met_coord_get_nsecondary

Value:
<wrapped function mmim_met_coord_get_nsecondary at 0x7f1a2ab9a560>

mmim_met_coord_get_primary_atom

Value:
<wrapped function mmim_met_coord_get_primary_atom at 0x7f1a2ad126c8>

mmim_met_coord_get_secondary_atom

Value:
<wrapped function mmim_met_coord_get_secondary_atom at 0x7f1a2ac6c050>

mmim_met_coord_get_type

Value:
<wrapped function mmim_met_coord_get_type at 0x7f1a2aca9050>

mmim_new_met_coord_cons

Value:
<wrapped function mmim_new_met_coord_cons at 0x7f1a2acbe098>

mmim_parse_keyword_input_file

Value:
<wrapped function mmim_parse_keyword_input_file at 0x7f1a2ac513b0>

mmim_read_ct_m2io

Value:
<wrapped function mmim_read_ct_m2io at 0x7f1a2ac8d4d0>

mmim_read_ct_m2io_filename

Value:
<wrapped function mmim_read_ct_m2io_filename at 0x7f1a2acc3e60>

mmim_read_exvol_spheres

Value:
<wrapped function mmim_read_exvol_spheres at 0x7f1a2ad26b90>

mmim_read_feature_header

Value:
<wrapped function mmim_read_feature_header at 0x7f1a2acb9c68>

mmim_read_feature_smarts

Value:
<wrapped function mmim_read_feature_smarts at 0x7f1a2ad03758>

mmim_read_glidecons_types

Value:
<wrapped function mmim_read_glidecons_types at 0x7f1a2aba4440>

mmim_read_nconsgroups

Value:
<wrapped function mmim_read_nconsgroups at 0x7f1a2acb5998>

mmim_read_nconssmarts

Value:
<wrapped function mmim_read_nconssmarts at 0x7f1a2ad17908>

mmim_refcount

Value:
<wrapped function mmim_refcount at 0x7f1a2aba9680>

mmim_remove_flexr_props

Value:
<wrapped function mmim_remove_flexr_props at 0x7f1a2ac8df38>

mmim_set_arg_bool

Value:
<wrapped function mmim_set_arg_bool at 0x7f1a2acc3a70>

mmim_set_arg_float

Value:
<wrapped function mmim_set_arg_float at 0x7f1a2ac640e0>

mmim_set_arg_int

Value:
<wrapped function mmim_set_arg_int at 0x7f1a2ac8db90>

mmim_set_arg_string

Value:
<wrapped function mmim_set_arg_string at 0x7f1a2aca4b90>

mmim_set_indexed_arg_bool

Value:
<wrapped function mmim_set_indexed_arg_bool at 0x7f1a2acb5a28>

mmim_set_indexed_arg_bool_count

Value:
<wrapped function mmim_set_indexed_arg_bool_count at 0x7f1a2ac6ca70>

mmim_set_indexed_arg_float

Value:
<wrapped function mmim_set_indexed_arg_float at 0x7f1a2abae758>

mmim_set_indexed_arg_float_count

Value:
<wrapped function mmim_set_indexed_arg_float_count at 0x7f1a2ad35b90>

mmim_set_indexed_arg_int

Value:
<wrapped function mmim_set_indexed_arg_int at 0x7f1a2accdb00>

mmim_set_indexed_arg_int_count

Value:
<wrapped function mmim_set_indexed_arg_int_count at 0x7f1a2acd2908>

mmim_set_indexed_arg_string

Value:
<wrapped function mmim_set_indexed_arg_string at 0x7f1a2ad03440>

mmim_set_indexed_arg_string_count

Value:
<wrapped function mmim_set_indexed_arg_string_count at 0x7f1a2acaf2d8>

mmim_terminate

Value:
<wrapped function mmim_terminate at 0x7f1a2ad2be18>

mmim_unset_arg

Value:
<wrapped function mmim_unset_arg at 0x7f1a2acc8440>

mmim_write_ct_m2io_filename

Value:
<wrapped function mmim_write_ct_m2io_filename at 0x7f1a2ab9ac20>

mmim_write_feature_header

Value:
<wrapped function mmim_write_feature_header at 0x7f1a2ab9a5f0>

mmim_write_feature_header2

Value:
<wrapped function mmim_write_feature_header2 at 0x7f1a2abb3758>

mmim_write_feature_smarts

Value:
<wrapped function mmim_write_feature_smarts at 0x7f1a2acb5128>

mmim_write_nconsgroups

Value:
<wrapped function mmim_write_nconsgroups at 0x7f1a2acbe4d0>

mmim_write_nconssmarts

Value:
<wrapped function mmim_write_nconssmarts at 0x7f1a2aba4dd0>

mmim_write_qsite_job

Value:
<wrapped function mmim_write_qsite_job at 0x7f1a2aca4998>

mmim_wscore_combined

Value:
<wrapped function mmim_wscore_combined at 0x7f1a2acbeb48>

mmjag_Nameval_char

Value:
<wrapped function mmjag_Nameval_char at 0x7f1a2ad03a70>

mmjag_Nameval_char_swigregister

Value:
<wrapped function mmjag_Nameval_char_swigregister at 0x7f1a2ad037a0>

mmjag_append_sections_from_link

Value:
<wrapped function mmjag_append_sections_from_link at 0x7f1a2acdc128>

mmjag_atomic_char_get

Value:
<wrapped function mmjag_atomic_char_get at 0x7f1a2ac93320>

mmjag_atomic_char_set

Value:
<wrapped function mmjag_atomic_char_set at 0x7f1a2ad21c20>

mmjag_atomic_int_get

Value:
<wrapped function mmjag_atomic_int_get at 0x7f1a2ab9a998>

mmjag_atomic_int_set

Value:
<wrapped function mmjag_atomic_int_set at 0x7f1a2ac51440>

mmjag_atomic_real_get

Value:
<wrapped function mmjag_atomic_real_get at 0x7f1a2ad1c050>

mmjag_atomic_real_set

Value:
<wrapped function mmjag_atomic_real_set at 0x7f1a2aba9e60>

mmjag_b3lyploc_get_num_metals

Value:
<wrapped function mmjag_b3lyploc_get_num_metals at 0x7f1a2ac733b0>

mmjag_b3lyploc_get_spin_splitting_score

Value:
<wrapped function mmjag_b3lyploc_get_spin_splitting_score at 0x7f1a2ac\
b5908>

mmjag_b3lyploc_lfd_predict_mult

Value:
<wrapped function mmjag_b3lyploc_lfd_predict_mult at 0x7f1a2ac8dd88>

mmjag_b3lyploc_valid

Value:
<wrapped function mmjag_b3lyploc_valid at 0x7f1a2ad03908>

mmjag_b3lypmm_valid

Value:
<wrapped function mmjag_b3lypmm_valid at 0x7f1a2ac518c0>

mmjag_basis_default

Value:
<wrapped function mmjag_basis_default at 0x7f1a2acc8e18>

mmjag_basis_functions

Value:
<wrapped function mmjag_basis_functions at 0x7f1a2acb9998>

mmjag_basis_functions_per_atom

Value:
<wrapped function mmjag_basis_functions_per_atom at 0x7f1a2ac7bf80>

mmjag_basis_get

Value:
<wrapped function mmjag_basis_get at 0x7f1a2ac736c8>

mmjag_basis_get_by_name

Value:
<wrapped function mmjag_basis_get_by_name at 0x7f1a2aba45f0>

mmjag_canonical_keyword_str_get

Value:
<wrapped function mmjag_canonical_keyword_str_get at 0x7f1a2ad17a28>

mmjag_connect

Value:
<wrapped function mmjag_connect at 0x7f1a2ad26200>

mmjag_constraint_count

Value:
<wrapped function mmjag_constraint_count at 0x7f1a2acbecb0>

mmjag_constraint_delete

Value:
<wrapped function mmjag_constraint_delete at 0x7f1a2ad03dd0>

mmjag_constraint_delete_all

Value:
<wrapped function mmjag_constraint_delete_all at 0x7f1a2acd7758>

mmjag_constraint_get

Value:
<wrapped function mmjag_constraint_get at 0x7f1a2aba4bd8>

mmjag_constraint_set

Value:
<wrapped function mmjag_constraint_set at 0x7f1a2acd2290>

mmjag_constraint_type_get

Value:
<wrapped function mmjag_constraint_type_get at 0x7f1a2aba9d40>

mmjag_create_maefile

Value:
<wrapped function mmjag_create_maefile at 0x7f1a2ac4c128>

mmjag_ct_from_zmat

Value:
<wrapped function mmjag_ct_from_zmat at 0x7f1a2ad120e0>

mmjag_determine_invalid

Value:
<wrapped function mmjag_determine_invalid at 0x7f1a2ac51cf8>

mmjag_dft_code

Value:
<wrapped function mmjag_dft_code at 0x7f1a2acdc1b8>

mmjag_dft_code_from_components

Value:
<wrapped function mmjag_dft_code_from_components at 0x7f1a2ad0d758>

mmjag_dft_components_from_code

Value:
<wrapped function mmjag_dft_components_from_code at 0x7f1a2acd7c20>

mmjag_dft_name

Value:
<wrapped function mmjag_dft_name at 0x7f1a2ad30bd8>

mmjag_directive_get

Value:
<wrapped function mmjag_directive_get at 0x7f1a2ac4cd88>

mmjag_directive_set

Value:
<wrapped function mmjag_directive_set at 0x7f1a2aca9cf8>

mmjag_directives_list

Value:
<wrapped function mmjag_directives_list at 0x7f1a2acc80e0>

mmjag_errhandler

Value:
<wrapped function mmjag_errhandler at 0x7f1a2ac816c8>

mmjag_general_constraint_set

Value:
<wrapped function mmjag_general_constraint_set at 0x7f1a2ab9ad40>

mmjag_get_b3lyploc_all_metals

Value:
<wrapped function mmjag_get_b3lyploc_all_metals at 0x7f1a2acbe3b0>

mmjag_get_b3lyploc_high_spin_thresh

Value:
<wrapped function mmjag_get_b3lyploc_high_spin_thresh at 0x7f1a2ab9f3b\
0>

mmjag_get_b3lyploc_low_spin_thresh

Value:
<wrapped function mmjag_get_b3lyploc_low_spin_thresh at 0x7f1a2ac73b90\
>

mmjag_get_b3lyploc_parallel_spin_spin_thresh

Value:
<wrapped function mmjag_get_b3lyploc_parallel_spin_spin_thresh at 0x7f\
1a2ad265a8>

mmjag_get_b3lyploc_specific_ligand_smarts

Value:
<wrapped function mmjag_get_b3lyploc_specific_ligand_smarts at 0x7f1a2\
ac469e0>

mmjag_get_b3lyploc_spin_splitting_score_weights

Value:
<wrapped function mmjag_get_b3lyploc_spin_splitting_score_weights at 0\
x7f1a2ad0d488>

mmjag_get_b3lyploc_validated_bases

Value:
<wrapped function mmjag_get_b3lyploc_validated_bases at 0x7f1a2ac4cdd0\
>

mmjag_get_b3lypmm_all_metals

Value:
<wrapped function mmjag_get_b3lypmm_all_metals at 0x7f1a2ab9f518>

mmjag_get_b3lypmm_validated_bases

Value:
<wrapped function mmjag_get_b3lypmm_validated_bases at 0x7f1a2acbe368>

mmjag_get_b3lypmm_validated_metals

Value:
<wrapped function mmjag_get_b3lypmm_validated_metals at 0x7f1a2ad173b0\
>

mmjag_get_b3lypmm_validated_neutral_atoms

Value:
<wrapped function mmjag_get_b3lypmm_validated_neutral_atoms at 0x7f1a2\
acbe8c0>

mmjag_get_ligand_props

Value:
<wrapped function mmjag_get_ligand_props at 0x7f1a2ad309e0>

mmjag_get_n_b3lyploc_all_metals

Value:
<wrapped function mmjag_get_n_b3lyploc_all_metals at 0x7f1a2ac8d368>

mmjag_get_n_b3lyploc_specific_ligand_smarts

Value:
<wrapped function mmjag_get_n_b3lyploc_specific_ligand_smarts at 0x7f1\
a2aba4758>

mmjag_get_n_b3lyploc_validated_bases

Value:
<wrapped function mmjag_get_n_b3lyploc_validated_bases at 0x7f1a2ad30f\
80>

mmjag_get_n_b3lyploc_validated_metal_bases

Value:
<wrapped function mmjag_get_n_b3lyploc_validated_metal_bases at 0x7f1a\
2ac7bb00>

mmjag_get_n_b3lypmm_all_metals

Value:
<wrapped function mmjag_get_n_b3lypmm_all_metals at 0x7f1a2ad300e0>

mmjag_get_n_b3lypmm_validated_bases

Value:
<wrapped function mmjag_get_n_b3lypmm_validated_bases at 0x7f1a2ad1c99\
8>

mmjag_get_n_b3lypmm_validated_metals

Value:
<wrapped function mmjag_get_n_b3lypmm_validated_metals at 0x7f1a2ad03c\
f8>

mmjag_get_n_b3lypmm_validated_neutral_atoms

Value:
<wrapped function mmjag_get_n_b3lypmm_validated_neutral_atoms at 0x7f1\
a2ac466c8>

mmjag_get_num_jag_mm_atoms

Value:
<wrapped function mmjag_get_num_jag_mm_atoms at 0x7f1a2ac3b1b8>

mmjag_get_num_jaguar_atoms

Value:
<wrapped function mmjag_get_num_jaguar_atoms at 0x7f1a2ad2bdd0>

mmjag_get_num_qm_atoms

Value:
<wrapped function mmjag_get_num_qm_atoms at 0x7f1a2ad12758>

mmjag_get_num_qm_cuts

Value:
<wrapped function mmjag_get_num_qm_cuts at 0x7f1a2ac51488>

mmjag_get_num_qm_free_ligands

Value:
<wrapped function mmjag_get_num_qm_free_ligands at 0x7f1a2ac8d488>

mmjag_get_num_qm_hcaps

Value:
<wrapped function mmjag_get_num_qm_hcaps at 0x7f1a2ad1cb90>

mmjag_get_num_qm_regions

Value:
<wrapped function mmjag_get_num_qm_regions at 0x7f1a2aba9e18>

mmjag_get_num_qmregion_atoms

Value:
<wrapped function mmjag_get_num_qmregion_atoms at 0x7f1a2ad032d8>

mmjag_get_num_se_atoms

Value:
<wrapped function mmjag_get_num_se_atoms at 0x7f1a2ad301b8>

mmjag_get_num_se_free_ligands

Value:
<wrapped function mmjag_get_num_se_free_ligands at 0x7f1a2ab95bd8>

mmjag_get_num_se_hcaps

Value:
<wrapped function mmjag_get_num_se_hcaps at 0x7f1a2acc8878>

mmjag_get_num_se_regions

Value:
<wrapped function mmjag_get_num_se_regions at 0x7f1a2ad2b320>

mmjag_get_sect_text

Value:
<wrapped function mmjag_get_sect_text at 0x7f1a2ad0d0e0>

mmjag_handle_special_ligands

Value:
<wrapped function mmjag_handle_special_ligands at 0x7f1a2ac7b290>

mmjag_harmonic_constraint_get

Value:
<wrapped function mmjag_harmonic_constraint_get at 0x7f1a2ac3b200>

mmjag_harmonic_constraint_set

Value:
<wrapped function mmjag_harmonic_constraint_set at 0x7f1a2ac3bcf8>

mmjag_init_qmreg

Value:
<wrapped function mmjag_init_qmreg at 0x7f1a2accdf38>

mmjag_init_qsite_atoms

Value:
<wrapped function mmjag_init_qsite_atoms at 0x7f1a2ac6cab8>

mmjag_initialize

Value:
<wrapped function mmjag_initialize at 0x7f1a2ad175a8>

mmjag_key_char_def

Value:
<wrapped function mmjag_key_char_def at 0x7f1a2accd998>

mmjag_key_char_get

Value:
<wrapped function mmjag_key_char_get at 0x7f1a2ad35fc8>

mmjag_key_char_set

Value:
<wrapped function mmjag_key_char_set at 0x7f1a2ab9f320>

mmjag_key_clear

Value:
<wrapped function mmjag_key_clear at 0x7f1a2ab9acf8>

mmjag_key_defined

Value:
<wrapped function mmjag_key_defined at 0x7f1a2ad30d40>

mmjag_key_delete

Value:
<wrapped function mmjag_key_delete at 0x7f1a2abb3ea8>

mmjag_key_int_def

Value:
<wrapped function mmjag_key_int_def at 0x7f1a2ac73440>

mmjag_key_int_get

Value:
<wrapped function mmjag_key_int_get at 0x7f1a2ac814d0>

mmjag_key_int_set

Value:
<wrapped function mmjag_key_int_set at 0x7f1a2ac468c0>

mmjag_key_nondef_get

Value:
<wrapped function mmjag_key_nondef_get at 0x7f1a2aca99e0>

mmjag_key_real_def

Value:
<wrapped function mmjag_key_real_def at 0x7f1a2acc3098>

mmjag_key_real_get

Value:
<wrapped function mmjag_key_real_get at 0x7f1a2ad2bb48>

mmjag_key_real_set

Value:
<wrapped function mmjag_key_real_set at 0x7f1a2acdc098>

mmjag_key_type

Value:
<wrapped function mmjag_key_type at 0x7f1a2ac93758>

mmjag_load_ligand_spin_splitting_score_hash

Value:
<wrapped function mmjag_load_ligand_spin_splitting_score_hash at 0x7f1\
a2ac73a28>

mmjag_lookup_char

Value:
<wrapped function mmjag_lookup_char at 0x7f1a2ad0d200>

mmjag_make_etransfer_archive

Value:
<wrapped function mmjag_make_etransfer_archive at 0x7f1a2aba93f8>

mmjag_make_etransfer_archive2

Value:
<wrapped function mmjag_make_etransfer_archive2 at 0x7f1a2ac3bcb0>

mmjag_mopac_check_boolean

Value:
<wrapped function mmjag_mopac_check_boolean at 0x7f1a2acb9320>

mmjag_mopac_check_qsite_allowable

Value:
<wrapped function mmjag_mopac_check_qsite_allowable at 0x7f1a2aba49e0>

mmjag_mopac_key_char_def

Value:
<wrapped function mmjag_mopac_key_char_def at 0x7f1a2aba4878>

mmjag_mopac_key_char_get

Value:
<wrapped function mmjag_mopac_key_char_get at 0x7f1a2accdcb0>

mmjag_mopac_key_char_set

Value:
<wrapped function mmjag_mopac_key_char_set at 0x7f1a2acd25a8>

mmjag_mopac_key_clear

Value:
<wrapped function mmjag_mopac_key_clear at 0x7f1a2ad26e18>

mmjag_mopac_key_clearall

Value:
<wrapped function mmjag_mopac_key_clearall at 0x7f1a2acdc290>

mmjag_mopac_key_defined

Value:
<wrapped function mmjag_mopac_key_defined at 0x7f1a2aba9cb0>

mmjag_mopac_key_delete

Value:
<wrapped function mmjag_mopac_key_delete at 0x7f1a2aba9f80>

mmjag_mopac_key_int_def

Value:
<wrapped function mmjag_mopac_key_int_def at 0x7f1a2ac6ce18>

mmjag_mopac_key_int_get

Value:
<wrapped function mmjag_mopac_key_int_get at 0x7f1a2ac81320>

mmjag_mopac_key_int_set

Value:
<wrapped function mmjag_mopac_key_int_set at 0x7f1a2ac3bf38>

mmjag_mopac_key_nondef_count

Value:
<wrapped function mmjag_mopac_key_nondef_count at 0x7f1a2ad0d878>

mmjag_mopac_key_nondef_get

Value:
<wrapped function mmjag_mopac_key_nondef_get at 0x7f1a2ad0d830>

mmjag_mopac_key_real_def

Value:
<wrapped function mmjag_mopac_key_real_def at 0x7f1a2ab95710>

mmjag_mopac_key_real_get

Value:
<wrapped function mmjag_mopac_key_real_get at 0x7f1a2ad17e18>

mmjag_mopac_key_real_set

Value:
<wrapped function mmjag_mopac_key_real_set at 0x7f1a2acc3c68>

mmjag_mopac_key_type

Value:
<wrapped function mmjag_mopac_key_type at 0x7f1a2ad128c0>

mmjag_mopac_keywrd

Value:
<wrapped function mmjag_mopac_keywrd at 0x7f1a2aca4ef0>

mmjag_mopac_startup

Value:
<wrapped function mmjag_mopac_startup at 0x7f1a2ac81518>

mmjag_name_scan_get

Value:
<wrapped function mmjag_name_scan_get at 0x7f1a2aca93b0>

mmjag_notes_get

Value:
<wrapped function mmjag_notes_get at 0x7f1a2aba9128>

mmjag_notes_set

Value:
<wrapped function mmjag_notes_set at 0x7f1a2ac87320>

mmjag_orbitals_get

Value:
<wrapped function mmjag_orbitals_get at 0x7f1a2accdc20>

mmjag_parse_qmoptions

Value:
<wrapped function mmjag_parse_qmoptions at 0x7f1a2ad17a70>

mmjag_parse_seoptions

Value:
<wrapped function mmjag_parse_seoptions at 0x7f1a2abeafc8>

mmjag_pka_find_sites

Value:
<wrapped function mmjag_pka_find_sites at 0x7f1a2accd7a0>

mmjag_preflight

Value:
<wrapped function mmjag_preflight at 0x7f1a2ad03ab8>

mmjag_preflight_batch

Value:
<wrapped function mmjag_preflight_batch at 0x7f1a2aba9710>

mmjag_qs_check_all_constraints

Value:
<wrapped function mmjag_qs_check_all_constraints at 0x7f1a2ac81b00>

mmjag_qs_check_constraint

Value:
<wrapped function mmjag_qs_check_constraint at 0x7f1a2acc31b8>

mmjag_qsite_connect

Value:
<wrapped function mmjag_qsite_connect at 0x7f1a2acb9cf8>

mmjag_qsite_delete

Value:
<wrapped function mmjag_qsite_delete at 0x7f1a2acc33b0>

mmjag_read_file

Value:
<wrapped function mmjag_read_file at 0x7f1a2acb5638>

mmjag_read_qsite_file

Value:
<wrapped function mmjag_read_qsite_file at 0x7f1a2ab9f560>

mmjag_read_structure

Value:
<wrapped function mmjag_read_structure at 0x7f1a2acb90e0>

mmjag_remove_invalid

Value:
<wrapped function mmjag_remove_invalid at 0x7f1a2ac817a0>

mmjag_reset_all

Value:
<wrapped function mmjag_reset_all at 0x7f1a2ad03878>

mmjag_scan_count

Value:
<wrapped function mmjag_scan_count at 0x7f1a2ad2bf38>

mmjag_scan_delete

Value:
<wrapped function mmjag_scan_delete at 0x7f1a2ac7b1b8>

mmjag_scan_delete_all

Value:
<wrapped function mmjag_scan_delete_all at 0x7f1a2acd7170>

mmjag_scan_get

Value:
<wrapped function mmjag_scan_get at 0x7f1a2aca4bd8>

mmjag_scan_set

Value:
<wrapped function mmjag_scan_set at 0x7f1a2ad034d0>

mmjag_sect_append

Value:
<wrapped function mmjag_sect_append at 0x7f1a2acc8f80>

mmjag_sect_append_wrapper

Value:
<wrapped function mmjag_sect_append_wrapper at 0x7f1a2aca40e0>

mmjag_sect_check_and_delete

Value:
<wrapped function mmjag_sect_check_and_delete at 0x7f1a2ad26710>

mmjag_sect_create

Value:
<wrapped function mmjag_sect_create at 0x7f1a2ad30440>

mmjag_sect_defined

Value:
<wrapped function mmjag_sect_defined at 0x7f1a2ac737a0>

mmjag_sect_delete

Value:
<wrapped function mmjag_sect_delete at 0x7f1a2ad35f38>

mmjag_stoichiometry

Value:
<wrapped function mmjag_stoichiometry at 0x7f1a2ac5dab8>

mmjag_target_constraint_get

Value:
<wrapped function mmjag_target_constraint_get at 0x7f1a2aca4368>

mmjag_target_constraint_set

Value:
<wrapped function mmjag_target_constraint_set at 0x7f1a2ad35e18>

mmjag_validate

Value:
<wrapped function mmjag_validate at 0x7f1a2ac4c830>

mmjag_write_batch

Value:
<wrapped function mmjag_write_batch at 0x7f1a2ac465a8>

mmjag_write_file

Value:
<wrapped function mmjag_write_file at 0x7f1a2aca9ab8>

mmjag_write_qmoptions

Value:
<wrapped function mmjag_write_qmoptions at 0x7f1a2ac8d758>

mmjag_write_qsite_file

Value:
<wrapped function mmjag_write_qsite_file at 0x7f1a2ac643b0>

mmjag_write_seoptions

Value:
<wrapped function mmjag_write_seoptions at 0x7f1a2ac734d0>

mmjag_zmat_atom_count

Value:
<wrapped function mmjag_zmat_atom_count at 0x7f1a2ac7b3b0>

mmjag_zmat_atom_cp_get

Value:
<wrapped function mmjag_zmat_atom_cp_get at 0x7f1a2acaf908>

mmjag_zmat_atom_cp_set

Value:
<wrapped function mmjag_zmat_atom_cp_set at 0x7f1a2ad12cf8>

mmjag_zmat_atom_get

Value:
<wrapped function mmjag_zmat_atom_get at 0x7f1a2ab95a28>

mmjag_zmat_atom_get_index

Value:
<wrapped function mmjag_zmat_atom_get_index at 0x7f1a2ab95ab8>

mmjag_zmat_atom_get_name

Value:
<wrapped function mmjag_zmat_atom_get_name at 0x7f1a2ad03248>

mmjag_zmat_ct_get

Value:
<wrapped function mmjag_zmat_ct_get at 0x7f1a2ac46a28>

mmjag_zmat_ct_set

Value:
<wrapped function mmjag_zmat_ct_set at 0x7f1a2ac46ea8>

mmjag_zmat_defined

Value:
<wrapped function mmjag_zmat_defined at 0x7f1a2ac6c998>

mmjag_zmat_delete

Value:
<wrapped function mmjag_zmat_delete at 0x7f1a2ad17488>

mmjag_zmat_electron_count

Value:
<wrapped function mmjag_zmat_electron_count at 0x7f1a2ac40ab8>

mmjag_zmat_from_ct

Value:
<wrapped function mmjag_zmat_from_ct at 0x7f1a2aca4710>

mmjag_zmat_from_geostring

Value:
<wrapped function mmjag_zmat_from_geostring at 0x7f1a2ac878c0>

mmjag_zmat_makecart

Value:
<wrapped function mmjag_zmat_makecart at 0x7f1a2ad21908>

mmjag_zmat_makeint

Value:
<wrapped function mmjag_zmat_makeint at 0x7f1a2ab9fc20>

mmjag_zmat_write

Value:
<wrapped function mmjag_zmat_write at 0x7f1a2aba4560>

mmjag_zvar_count

Value:
<wrapped function mmjag_zvar_count at 0x7f1a2abb3050>

mmjag_zvar_get

Value:
<wrapped function mmjag_zvar_get at 0x7f1a2abae200>

mmjag_zvar_set

Value:
<wrapped function mmjag_zvar_set at 0x7f1a2ac64a28>

mmkv_arg_is_set

Value:
<wrapped function mmkv_arg_is_set at 0x7f1a2acb5710>

mmkv_dump_state

Value:
<wrapped function mmkv_dump_state at 0x7f1a2ac40950>

mmkv_dump_state_default

Value:
<wrapped function mmkv_dump_state_default at 0x7f1a2acb95f0>

mmkv_errhandler

Value:
<wrapped function mmkv_errhandler at 0x7f1a2ac5d2d8>

mmkv_free_string

Value:
<wrapped function mmkv_free_string at 0x7f1a2ad35758>

mmkv_get_arg_bool

Value:
<wrapped function mmkv_get_arg_bool at 0x7f1a2ac73998>

mmkv_get_arg_bool_default

Value:
<wrapped function mmkv_get_arg_bool_default at 0x7f1a2ac57a70>

mmkv_get_arg_flag

Value:
<wrapped function mmkv_get_arg_flag at 0x7f1a2abb3c20>

mmkv_get_arg_float

Value:
<wrapped function mmkv_get_arg_float at 0x7f1a2aba4ea8>

mmkv_get_arg_float_default

Value:
<wrapped function mmkv_get_arg_float_default at 0x7f1a2aba4cb0>

mmkv_get_arg_int

Value:
<wrapped function mmkv_get_arg_int at 0x7f1a2ac93638>

mmkv_get_arg_int_default

Value:
<wrapped function mmkv_get_arg_int_default at 0x7f1a2ac737e8>

mmkv_get_arg_string

Value:
<wrapped function mmkv_get_arg_string at 0x7f1a2ac46b90>

mmkv_get_arg_string_default

Value:
<wrapped function mmkv_get_arg_string_default at 0x7f1a2ac8d290>

mmkv_get_command

Value:
<wrapped function mmkv_get_command at 0x7f1a2ac570e0>

mmkv_get_command_arguments

Value:
<wrapped function mmkv_get_command_arguments at 0x7f1a2ac6c248>

mmkv_get_index_by_name

Value:
<wrapped function mmkv_get_index_by_name at 0x7f1a2ab9ffc8>

mmkv_get_indexed_arg_bool

Value:
<wrapped function mmkv_get_indexed_arg_bool at 0x7f1a2ac6c0e0>

mmkv_get_indexed_arg_bool_count

Value:
<wrapped function mmkv_get_indexed_arg_bool_count at 0x7f1a2ac57440>

mmkv_get_indexed_arg_bool_count_default

Value:
<wrapped function mmkv_get_indexed_arg_bool_count_default at 0x7f1a2ac\
4c2d8>

mmkv_get_indexed_arg_bool_default

Value:
<wrapped function mmkv_get_indexed_arg_bool_default at 0x7f1a2ac87098>

mmkv_get_indexed_arg_float

Value:
<wrapped function mmkv_get_indexed_arg_float at 0x7f1a2ac815a8>

mmkv_get_indexed_arg_float_count

Value:
<wrapped function mmkv_get_indexed_arg_float_count at 0x7f1a2ac6ccf8>

mmkv_get_indexed_arg_float_count_default

Value:
<wrapped function mmkv_get_indexed_arg_float_count_default at 0x7f1a2a\
bae098>

mmkv_get_indexed_arg_float_default

Value:
<wrapped function mmkv_get_indexed_arg_float_default at 0x7f1a2ad26e60\
>

mmkv_get_indexed_arg_int

Value:
<wrapped function mmkv_get_indexed_arg_int at 0x7f1a2ad30680>

mmkv_get_indexed_arg_int_count

Value:
<wrapped function mmkv_get_indexed_arg_int_count at 0x7f1a2acb91b8>

mmkv_get_indexed_arg_int_count_default

Value:
<wrapped function mmkv_get_indexed_arg_int_count_default at 0x7f1a2ac9\
e878>

mmkv_get_indexed_arg_int_default

Value:
<wrapped function mmkv_get_indexed_arg_int_default at 0x7f1a2ac64fc8>

mmkv_get_indexed_arg_string

Value:
<wrapped function mmkv_get_indexed_arg_string at 0x7f1a2ac4c758>

mmkv_get_indexed_arg_string_count

Value:
<wrapped function mmkv_get_indexed_arg_string_count at 0x7f1a2ac73bd8>

mmkv_get_indexed_arg_string_count_default

Value:
<wrapped function mmkv_get_indexed_arg_string_count_default at 0x7f1a2\
ac40b90>

mmkv_get_indexed_arg_string_default

Value:
<wrapped function mmkv_get_indexed_arg_string_default at 0x7f1a2ab957e\
8>

mmkv_handle_arg_is_set

Value:
<wrapped function mmkv_handle_arg_is_set at 0x7f1a2acb5098>

mmkv_handle_dump_state

Value:
<wrapped function mmkv_handle_dump_state at 0x7f1a2aba4200>

mmkv_handle_get_arg_bool

Value:
<wrapped function mmkv_handle_get_arg_bool at 0x7f1a2acd2c20>

mmkv_handle_get_arg_float

Value:
<wrapped function mmkv_handle_get_arg_float at 0x7f1a2ab95680>

mmkv_handle_get_arg_int

Value:
<wrapped function mmkv_handle_get_arg_int at 0x7f1a2acbedd0>

mmkv_handle_get_arg_string

Value:
<wrapped function mmkv_handle_get_arg_string at 0x7f1a2ac64908>

mmkv_handle_get_indexed_arg_bool

Value:
<wrapped function mmkv_handle_get_indexed_arg_bool at 0x7f1a2ac57d88>

mmkv_handle_get_indexed_arg_bool_count

Value:
<wrapped function mmkv_handle_get_indexed_arg_bool_count at 0x7f1a2ac5\
12d8>

mmkv_handle_get_indexed_arg_float

Value:
<wrapped function mmkv_handle_get_indexed_arg_float at 0x7f1a2ab9a9e0>

mmkv_handle_get_indexed_arg_float_count

Value:
<wrapped function mmkv_handle_get_indexed_arg_float_count at 0x7f1a2ad\
350e0>

mmkv_handle_get_indexed_arg_int

Value:
<wrapped function mmkv_handle_get_indexed_arg_int at 0x7f1a2ad2b518>

mmkv_handle_get_indexed_arg_int_count

Value:
<wrapped function mmkv_handle_get_indexed_arg_int_count at 0x7f1a2ac5d\
1b8>

mmkv_handle_get_indexed_arg_string

Value:
<wrapped function mmkv_handle_get_indexed_arg_string at 0x7f1a2ac877e8\
>

mmkv_handle_get_indexed_arg_string_count

Value:
<wrapped function mmkv_handle_get_indexed_arg_string_count at 0x7f1a2a\
cd2dd0>

mmkv_handle_reset

Value:
<wrapped function mmkv_handle_reset at 0x7f1a2ad037e8>

mmkv_handle_set_arg_bool

Value:
<wrapped function mmkv_handle_set_arg_bool at 0x7f1a2ac46e60>

mmkv_handle_set_arg_float

Value:
<wrapped function mmkv_handle_set_arg_float at 0x7f1a2ad26518>

mmkv_handle_set_arg_int

Value:
<wrapped function mmkv_handle_set_arg_int at 0x7f1a2acd2638>

mmkv_handle_set_arg_string

Value:
<wrapped function mmkv_handle_set_arg_string at 0x7f1a2ad30878>

mmkv_handle_set_arg_value

Value:
<wrapped function mmkv_handle_set_arg_value at 0x7f1a2acc8758>

mmkv_handle_set_indexed_arg_bool

Value:
<wrapped function mmkv_handle_set_indexed_arg_bool at 0x7f1a2ad178c0>

mmkv_handle_set_indexed_arg_bool_count

Value:
<wrapped function mmkv_handle_set_indexed_arg_bool_count at 0x7f1a2ac6\
c908>

mmkv_handle_set_indexed_arg_float

Value:
<wrapped function mmkv_handle_set_indexed_arg_float at 0x7f1a2ac81290>

mmkv_handle_set_indexed_arg_float_count

Value:
<wrapped function mmkv_handle_set_indexed_arg_float_count at 0x7f1a2ac\
d77a0>

mmkv_handle_set_indexed_arg_int

Value:
<wrapped function mmkv_handle_set_indexed_arg_int at 0x7f1a2ac87830>

mmkv_handle_set_indexed_arg_int_count

Value:
<wrapped function mmkv_handle_set_indexed_arg_int_count at 0x7f1a2acc8\
170>

mmkv_handle_set_indexed_arg_string

Value:
<wrapped function mmkv_handle_set_indexed_arg_string at 0x7f1a2aca4a28\
>

mmkv_handle_set_indexed_arg_string_count

Value:
<wrapped function mmkv_handle_set_indexed_arg_string_count at 0x7f1a2a\
cafbd8>

mmkv_handle_start

Value:
<wrapped function mmkv_handle_start at 0x7f1a2aba9a70>

mmkv_handle_unset_arg

Value:
<wrapped function mmkv_handle_unset_arg at 0x7f1a2ac46b00>

mmkv_handle_write_keys_filename

Value:
<wrapped function mmkv_handle_write_keys_filename at 0x7f1a2acd7e18>

mmkv_initialize

Value:
<wrapped function mmkv_initialize at 0x7f1a2ac9ec68>

mmkv_parse_keyword_input_file

Value:
<wrapped function mmkv_parse_keyword_input_file at 0x7f1a2ab9a0e0>

mmkv_parse_keyword_input_filename

Value:
<wrapped function mmkv_parse_keyword_input_filename at 0x7f1a2ad12d40>

mmkv_read_mmkey_from_file

Value:
<wrapped function mmkv_read_mmkey_from_file at 0x7f1a2aca9908>

mmkv_refcount

Value:
<wrapped function mmkv_refcount at 0x7f1a2ab9fd40>

mmkv_set_arg_bool

Value:
<wrapped function mmkv_set_arg_bool at 0x7f1a2acc32d8>

mmkv_set_arg_float

Value:
<wrapped function mmkv_set_arg_float at 0x7f1a2ad17098>

mmkv_set_arg_int

Value:
<wrapped function mmkv_set_arg_int at 0x7f1a2ac6cb48>

mmkv_set_arg_string

Value:
<wrapped function mmkv_set_arg_string at 0x7f1a2acb9050>

mmkv_set_indexed_arg_bool

Value:
<wrapped function mmkv_set_indexed_arg_bool at 0x7f1a2ac6c098>

mmkv_set_indexed_arg_bool_count

Value:
<wrapped function mmkv_set_indexed_arg_bool_count at 0x7f1a2ac7b638>

mmkv_set_indexed_arg_float

Value:
<wrapped function mmkv_set_indexed_arg_float at 0x7f1a2ad21878>

mmkv_set_indexed_arg_float_count

Value:
<wrapped function mmkv_set_indexed_arg_float_count at 0x7f1a2ac405a8>

mmkv_set_indexed_arg_int

Value:
<wrapped function mmkv_set_indexed_arg_int at 0x7f1a2ac516c8>

mmkv_set_indexed_arg_int_count

Value:
<wrapped function mmkv_set_indexed_arg_int_count at 0x7f1a2ad30368>

mmkv_set_indexed_arg_string

Value:
<wrapped function mmkv_set_indexed_arg_string at 0x7f1a2ad354d0>

mmkv_set_indexed_arg_string_count

Value:
<wrapped function mmkv_set_indexed_arg_string_count at 0x7f1a2abae7e8>

mmkv_terminate

Value:
<wrapped function mmkv_terminate at 0x7f1a2ad213f8>

mmkv_unset_arg

Value:
<wrapped function mmkv_unset_arg at 0x7f1a2acc3710>

mmlewis_add_zobs

Value:
<wrapped function mmlewis_add_zobs at 0x7f1a2ac4ce18>

mmlewis_add_zobs_to_selected

Value:
<wrapped function mmlewis_add_zobs_to_selected at 0x7f1a2ac51560>

mmlewis_apply

Value:
<wrapped function mmlewis_apply at 0x7f1a2ad12e60>

mmlewis_convert_aromatic_bonds

Value:
<wrapped function mmlewis_convert_aromatic_bonds at 0x7f1a2ad121b8>

mmlewis_get_option

Value:
<wrapped function mmlewis_get_option at 0x7f1a2ad35f80>

mmlewis_initialize

Value:
<wrapped function mmlewis_initialize at 0x7f1a2abb3ab8>

mmlewis_pre_add_zobs

Value:
<wrapped function mmlewis_pre_add_zobs at 0x7f1a2ac8d998>

mmlewis_pre_add_zobs_to_selected

Value:
<wrapped function mmlewis_pre_add_zobs_to_selected at 0x7f1a2ad12c20>

mmlewis_set_error_handler

Value:
<wrapped function mmlewis_set_error_handler at 0x7f1a2abb34d0>

mmlewis_set_option

Value:
<wrapped function mmlewis_set_option at 0x7f1a2acc8638>

mmlewis_terminate

Value:
<wrapped function mmlewis_terminate at 0x7f1a2ac9e5a8>

mmlist_cleanup

Value:
<wrapped function mmlist_cleanup at 0x7f1a2acd2758>

mmlist_delete

Value:
<wrapped function mmlist_delete at 0x7f1a2ad2bbd8>

mmlist_duplicate

Value:
<wrapped function mmlist_duplicate at 0x7f1a2ad2b050>

mmlist_in_list

Value:
<wrapped function mmlist_in_list at 0x7f1a2ad219e0>

mmlist_in_range

Value:
<wrapped function mmlist_in_range at 0x7f1a2ad21368>

mmlist_initialize

Value:
<wrapped function mmlist_initialize at 0x7f1a2acd23b0>

mmlist_next_permutation

Value:
<wrapped function mmlist_next_permutation at 0x7f1a2ad2b098>

mmlist_resize

Value:
<wrapped function mmlist_resize at 0x7f1a2ac40560>

mmlist_reverse

Value:
<wrapped function mmlist_reverse at 0x7f1a2acb5b00>

mmlist_terminate

Value:
<wrapped function mmlist_terminate at 0x7f1a2acd7200>

mmmdl_cleanup_atexit

Value:
<wrapped function mmmdl_cleanup_atexit at 0x7f1a2ac51c20>

mmmdl_count_structures

Value:
<wrapped function mmmdl_count_structures at 0x7f1a2ad1c758>

mmmdl_errhandler

Value:
<wrapped function mmmdl_errhandler at 0x7f1a2ac93f38>

mmmdl_fix_prop_types

Value:
<wrapped function mmmdl_fix_prop_types at 0x7f1a2acdc170>

mmmdl_get_errhandler

Value:
<wrapped function mmmdl_get_errhandler at 0x7f1a2ac81878>

mmmdl_get_props_list

Value:
<wrapped function mmmdl_get_props_list at 0x7f1a2ac73290>

mmmdl_get_string

Value:
<wrapped function mmmdl_get_string at 0x7f1a2ad2b290>

mmmdl_initialize

Value:
<wrapped function mmmdl_initialize at 0x7f1a2acbe2d8>

mmmdl_new_from_string

Value:
<wrapped function mmmdl_new_from_string at 0x7f1a2aca4a70>

mmmdl_new_to_string

Value:
<wrapped function mmmdl_new_to_string at 0x7f1a2ac64368>

mmmdl_position

Value:
<wrapped function mmmdl_position at 0x7f1a2ac73560>

mmmdl_prop_name

Value:
<wrapped function mmmdl_prop_name at 0x7f1a2ac5da70>

mmmdl_sdfile_fix_prop_types

Value:
<wrapped function mmmdl_sdfile_fix_prop_types at 0x7f1a2ad26050>

mmmdl_sdfile_get_ct

Value:
<wrapped function mmmdl_sdfile_get_ct at 0x7f1a2ac93b00>

mmmdl_sdfile_goto

Value:
<wrapped function mmmdl_sdfile_goto at 0x7f1a2acb5368>

mmmdl_sdfile_put_ct

Value:
<wrapped function mmmdl_sdfile_put_ct at 0x7f1a2ac64c68>

mmmdl_set_file_position

Value:
<wrapped function mmmdl_set_file_position at 0x7f1a2ad21638>

mmmdl_set_option

Value:
<wrapped function mmmdl_set_option at 0x7f1a2acb9ea8>

mmmdl_set_use_as_title

Value:
<wrapped function mmmdl_set_use_as_title at 0x7f1a2acbeef0>

mmmdl_terminate

Value:
<wrapped function mmmdl_terminate at 0x7f1a2ac8db48>

mmmol2_count_structures

Value:
<wrapped function mmmol2_count_structures at 0x7f1a2ab9a2d8>

mmmol2_delete

Value:
<wrapped function mmmol2_delete at 0x7f1a2aca9fc8>

mmmol2_get_ct

Value:
<wrapped function mmmol2_get_ct at 0x7f1a2ac576c8>

mmmol2_get_errhandler

Value:
<wrapped function mmmol2_get_errhandler at 0x7f1a2ac46830>

mmmol2_goto_index_struct

Value:
<wrapped function mmmol2_goto_index_struct at 0x7f1a2aba4170>

mmmol2_goto_next_struct

Value:
<wrapped function mmmol2_goto_next_struct at 0x7f1a2ac40170>

mmmol2_initialize

Value:
<wrapped function mmmol2_initialize at 0x7f1a2ac3b320>

mmmol2_put_ct

Value:
<wrapped function mmmol2_put_ct at 0x7f1a2ac46098>

mmmol2_terminate

Value:
<wrapped function mmmol2_terminate at 0x7f1a2ac6c7e8>

mmneut_chk_tot_form_chg

Value:
<wrapped function mmneut_chk_tot_form_chg at 0x7f1a2acd73f8>

mmneut_desalt_a_ct

Value:
<wrapped function mmneut_desalt_a_ct at 0x7f1a2ac6c7a0>

mmneut_initialize_for_ligprep3

Value:
<wrapped function mmneut_initialize_for_ligprep3 at 0x7f1a2ab95b00>

mmneut_initialize_lic

Value:
<wrapped function mmneut_initialize_lic at 0x7f1a2ac6cef0>

mmneut_terminate

Value:
<wrapped function mmneut_terminate at 0x7f1a2ac51d40>

mmpKa_add_pKas_to_ct

Value:
<wrapped function mmpKa_add_pKas_to_ct at 0x7f1a2ab9a128>

mmpKa_add_proton

Value:
<wrapped function mmpKa_add_proton at 0x7f1a2ac57b90>

mmpKa_add_proton_to_best_base

Value:
<wrapped function mmpKa_add_proton_to_best_base at 0x7f1a2acd7950>

mmpKa_add_to_notes

Value:
<wrapped function mmpKa_add_to_notes at 0x7f1a2ab955a8>

mmpKa_adjust_H_positions

Value:
<wrapped function mmpKa_adjust_H_positions at 0x7f1a2ad308c0>

mmpKa_apply_metal_shift

Value:
<wrapped function mmpKa_apply_metal_shift at 0x7f1a2ad26a28>

mmpKa_apply_solvent2str

Value:
<wrapped function mmpKa_apply_solvent2str at 0x7f1a2ac4c5a8>

mmpKa_atom_get_metal_penalty

Value:
<wrapped function mmpKa_atom_get_metal_penalty at 0x7f1a2ad35638>

mmpKa_check_for_problematic_atoms

Value:
<wrapped function mmpKa_check_for_problematic_atoms at 0x7f1a2ac6c440>

mmpKa_clean_meso_structures

Value:
<wrapped function mmpKa_clean_meso_structures at 0x7f1a2abaeb00>

mmpKa_delete_solvent_model

Value:
<wrapped function mmpKa_delete_solvent_model at 0x7f1a2aba92d8>

mmpKa_delete_str

Value:
<wrapped function mmpKa_delete_str at 0x7f1a2aba9830>

mmpKa_errhandler

Value:
<wrapped function mmpKa_errhandler at 0x7f1a2ac57998>

mmpKa_find_bad_fragments

Value:
<wrapped function mmpKa_find_bad_fragments at 0x7f1a2ac46518>

mmpKa_fit_info_write_tokens

Value:
<wrapped function mmpKa_fit_info_write_tokens at 0x7f1a2acaf560>

mmpKa_getRotationMatrix

Value:
<wrapped function mmpKa_getRotationMatrix at 0x7f1a2ac517a0>

mmpKa_get_chemistry_notes

Value:
<wrapped function mmpKa_get_chemistry_notes at 0x7f1a2acd75a8>

mmpKa_get_logging

Value:
<wrapped function mmpKa_get_logging at 0x7f1a2aca9c68>

mmpKa_get_metal_state_penalty

Value:
<wrapped function mmpKa_get_metal_state_penalty at 0x7f1a2ac64050>

mmpKa_get_notes

Value:
<wrapped function mmpKa_get_notes at 0x7f1a2ac646c8>

mmpKa_get_solvent_param_info

Value:
<wrapped function mmpKa_get_solvent_param_info at 0x7f1a2ac644d0>

mmpKa_get_state_penalty

Value:
<wrapped function mmpKa_get_state_penalty at 0x7f1a2abae320>

mmpKa_give_ct_for_str_handle

Value:
<wrapped function mmpKa_give_ct_for_str_handle at 0x7f1a2ab9a1b8>

mmpKa_give_ct_handle_for_str_handle

Value:
<wrapped function mmpKa_give_ct_handle_for_str_handle at 0x7f1a2acd78c\
0>

mmpKa_give_ionizable_group_info

Value:
<wrapped function mmpKa_give_ionizable_group_info at 0x7f1a2acd2ab8>

mmpKa_give_ionizable_group_match

Value:
<wrapped function mmpKa_give_ionizable_group_match at 0x7f1a2acc8cf8>

mmpKa_give_ionizable_group_sch_id

Value:
<wrapped function mmpKa_give_ionizable_group_sch_id at 0x7f1a2ac7bea8>

mmpKa_give_num_ionizable_groups

Value:
<wrapped function mmpKa_give_num_ionizable_groups at 0x7f1a2ac57200>

mmpKa_give_pKa_symmetry_correction

Value:
<wrapped function mmpKa_give_pKa_symmetry_correction at 0x7f1a2acc3518\
>

mmpKa_give_protonation_states

Value:
<wrapped function mmpKa_give_protonation_states at 0x7f1a2acc3290>

mmpKa_initial_adjust_mesomer

Value:
<wrapped function mmpKa_initial_adjust_mesomer at 0x7f1a2ad1c200>

mmpKa_initial_adjust_mesomer_scripts

Value:
<wrapped function mmpKa_initial_adjust_mesomer_scripts at 0x7f1a2aca41\
70>

mmpKa_initialize

Value:
<wrapped function mmpKa_initialize at 0x7f1a2acd2cf8>

mmpKa_initialize_utility

Value:
<wrapped function mmpKa_initialize_utility at 0x7f1a2ad1c908>

mmpKa_ionization_penalties

Value:
<wrapped function mmpKa_ionization_penalties at 0x7f1a2ad1cbd8>

mmpKa_new_solvent_model

Value:
<wrapped function mmpKa_new_solvent_model at 0x7f1a2ad26128>

mmpKa_new_str

Value:
<wrapped function mmpKa_new_str at 0x7f1a2acb5d40>

mmpKa_query_solvent_model

Value:
<wrapped function mmpKa_query_solvent_model at 0x7f1a2ac8d710>

mmpKa_reduce_local_charge

Value:
<wrapped function mmpKa_reduce_local_charge at 0x7f1a2acd2cb0>

mmpKa_remove_most_acidic_proton

Value:
<wrapped function mmpKa_remove_most_acidic_proton at 0x7f1a2ad2b878>

mmpKa_set_def_sol_model

Value:
<wrapped function mmpKa_set_def_sol_model at 0x7f1a2abaecb0>

mmpKa_set_full_fit_info_file

Value:
<wrapped function mmpKa_set_full_fit_info_file at 0x7f1a2ac3b098>

mmpKa_set_logging

Value:
<wrapped function mmpKa_set_logging at 0x7f1a2aca4ab8>

mmpKa_set_option

Value:
<wrapped function mmpKa_set_option at 0x7f1a2ad1c098>

mmpKa_set_pKa_uncertainty

Value:
<wrapped function mmpKa_set_pKa_uncertainty at 0x7f1a2ac5d878>

mmpKa_set_state_penalty

Value:
<wrapped function mmpKa_set_state_penalty at 0x7f1a2ac46128>

mmpKa_structure_set_option

Value:
<wrapped function mmpKa_structure_set_option at 0x7f1a2ad35cb0>

mmpKa_terminate

Value:
<wrapped function mmpKa_terminate at 0x7f1a2ac46ab8>

mmpKa_terminate_utility

Value:
<wrapped function mmpKa_terminate_utility at 0x7f1a2ac935a8>

mmpKa_total_absolute_formal_charge

Value:
<wrapped function mmpKa_total_absolute_formal_charge at 0x7f1a2ac73f80\
>

mmpKa_total_formal_charge

Value:
<wrapped function mmpKa_total_formal_charge at 0x7f1a2accdea8>

mmpatty_assign_arom_bond_count_properties

Value:
<wrapped function mmpatty_assign_arom_bond_count_properties at 0x7f1a2\
ad03200>

mmpatty_assign_arom_ring_memb_count_properties

Value:
<wrapped function mmpatty_assign_arom_ring_memb_count_properties at 0x\
7f1a2ad35d88>

mmpatty_define_property

Value:
<wrapped function mmpatty_define_property at 0x7f1a2ac7bef0>

mmpatty_delete

Value:
<wrapped function mmpatty_delete at 0x7f1a2ac9edd0>

mmpatty_finished_ct

Value:
<wrapped function mmpatty_finished_ct at 0x7f1a2ad2b5a8>

mmpatty_get_char_property

Value:
<wrapped function mmpatty_get_char_property at 0x7f1a2ad2bb90>

mmpatty_get_ct_from_pattern

Value:
<wrapped function mmpatty_get_ct_from_pattern at 0x7f1a2ad2b170>

mmpatty_get_double_property

Value:
<wrapped function mmpatty_get_double_property at 0x7f1a2acb57e8>

mmpatty_get_int_property

Value:
<wrapped function mmpatty_get_int_property at 0x7f1a2ac87d88>

mmpatty_get_label

Value:
<wrapped function mmpatty_get_label at 0x7f1a2ac5d710>

mmpatty_get_label_count

Value:
<wrapped function mmpatty_get_label_count at 0x7f1a2acc8200>

mmpatty_get_option

Value:
<wrapped function mmpatty_get_option at 0x7f1a2ac3bdd0>

mmpatty_get_sssr

Value:
<wrapped function mmpatty_get_sssr at 0x7f1a2aba9c68>

mmpatty_initialize

Value:
<wrapped function mmpatty_initialize at 0x7f1a2aba4fc8>

mmpatty_is_started_ct

Value:
<wrapped function mmpatty_is_started_ct at 0x7f1a2ac57050>

mmpatty_match_comp

Value:
<wrapped function mmpatty_match_comp at 0x7f1a2ac93680>

mmpatty_match_comp_constr

Value:
<wrapped function mmpatty_match_comp_constr at 0x7f1a2ac5d200>

mmpatty_match_startatom_comp

Value:
<wrapped function mmpatty_match_startatom_comp at 0x7f1a2ac3b050>

mmpatty_match_string

Value:
<wrapped function mmpatty_match_string at 0x7f1a2ad03b48>

mmpatty_match_string_constr

Value:
<wrapped function mmpatty_match_string_constr at 0x7f1a2ac73248>

mmpatty_num_atoms

Value:
<wrapped function mmpatty_num_atoms at 0x7f1a2ac6c560>

mmpatty_option

Value:
<wrapped function mmpatty_option at 0x7f1a2acc8bd8>

mmpatty_put_char_property

Value:
<wrapped function mmpatty_put_char_property at 0x7f1a2aca45a8>

mmpatty_put_double_property

Value:
<wrapped function mmpatty_put_double_property at 0x7f1a2ac46560>

mmpatty_put_int_property

Value:
<wrapped function mmpatty_put_int_property at 0x7f1a2ad12b00>

mmpatty_put_label

Value:
<wrapped function mmpatty_put_label at 0x7f1a2ac64d88>

mmpatty_set_error_handler

Value:
<wrapped function mmpatty_set_error_handler at 0x7f1a2ab95290>

mmpatty_start_ct

Value:
<wrapped function mmpatty_start_ct at 0x7f1a2acbebd8>

mmpatty_terminate

Value:
<wrapped function mmpatty_terminate at 0x7f1a2ab9f6c8>

mmpdb_add_bonds

Value:
<wrapped function mmpdb_add_bonds at 0x7f1a2ad0d7a0>

mmpdb_errhandler

Value:
<wrapped function mmpdb_errhandler at 0x7f1a2ac4cf80>

mmpdb_free_seqres

Value:
<wrapped function mmpdb_free_seqres at 0x7f1a2ab9aea8>

mmpdb_get_cov_radius

Value:
<wrapped function mmpdb_get_cov_radius at 0x7f1a2ab9a200>

mmpdb_get_errhandler

Value:
<wrapped function mmpdb_get_errhandler at 0x7f1a2ac9e518>

mmpdb_get_one_letter_residue

Value:
<wrapped function mmpdb_get_one_letter_residue at 0x7f1a2aba9f38>

mmpdb_get_pdb_order

Value:
<wrapped function mmpdb_get_pdb_order at 0x7f1a2acb5320>

mmpdb_get_psp_order

Value:
<wrapped function mmpdb_get_psp_order at 0x7f1a2ad1cef0>

mmpdb_get_residue_order

Value:
<wrapped function mmpdb_get_residue_order at 0x7f1a2ac40cb0>

mmpdb_get_resnum_order

Value:
<wrapped function mmpdb_get_resnum_order at 0x7f1a2ac93fc8>

mmpdb_get_sequence_order

Value:
<wrapped function mmpdb_get_sequence_order at 0x7f1a2ac6cd88>

mmpdb_get_sequence_order_using_bs

Value:
<wrapped function mmpdb_get_sequence_order_using_bs at 0x7f1a2acb58c0>

mmpdb_get_std_residue_atoms

Value:
<wrapped function mmpdb_get_std_residue_atoms at 0x7f1a2acaf3f8>

mmpdb_handle_model_count

Value:
<wrapped function mmpdb_handle_model_count at 0x7f1a2ac8dcb0>

mmpdb_initialize

Value:
<wrapped function mmpdb_initialize at 0x7f1a2abb3a28>

mmpdb_model_count

Value:
<wrapped function mmpdb_model_count at 0x7f1a2ab95488>

mmpdb_read_data

Value:
<wrapped function mmpdb_read_data at 0x7f1a2aba97e8>

mmpdb_read_seqres

Value:
<wrapped function mmpdb_read_seqres at 0x7f1a2ac931b8>

mmpdb_remediate_atom_name

Value:
<wrapped function mmpdb_remediate_atom_name at 0x7f1a2acc3320>

mmpdb_set_classification

Value:
<wrapped function mmpdb_set_classification at 0x7f1a2aba4488>

mmpdb_set_deposition_date

Value:
<wrapped function mmpdb_set_deposition_date at 0x7f1a2abb35a8>

mmpdb_set_idcode

Value:
<wrapped function mmpdb_set_idcode at 0x7f1a2ad2bcb0>

mmpdb_set_incomplete_res_bs

Value:
<wrapped function mmpdb_set_incomplete_res_bs at 0x7f1a2acd7cb0>

mmpdb_set_structure_resolution

Value:
<wrapped function mmpdb_set_structure_resolution at 0x7f1a2ab9f0e0>

mmpdb_set_version

Value:
<wrapped function mmpdb_set_version at 0x7f1a2ac933b0>

mmpdb_terminate

Value:
<wrapped function mmpdb_terminate at 0x7f1a2ac5d248>

mmpdb_to_mmct

Value:
<wrapped function mmpdb_to_mmct at 0x7f1a2ac64170>

mmpdb_write_multiple

Value:
<wrapped function mmpdb_write_multiple at 0x7f1a2acbefc8>

mmpref_begin_group

Value:
<wrapped function mmpref_begin_group at 0x7f1a2ab9a950>

mmpref_begin_os_attribute

Value:
<wrapped function mmpref_begin_os_attribute at 0x7f1a2ab95440>

mmpref_begin_os_attribute2

Value:
<wrapped function mmpref_begin_os_attribute2 at 0x7f1a2ab9ab90>

mmpref_contains

Value:
<wrapped function mmpref_contains at 0x7f1a2ab95c20>

mmpref_contains_key

Value:
<wrapped function mmpref_contains_key at 0x7f1a2aca9638>

mmpref_delete

Value:
<wrapped function mmpref_delete at 0x7f1a2acb9bd8>

mmpref_end_group

Value:
<wrapped function mmpref_end_group at 0x7f1a2ac7b050>

mmpref_end_os_attribute

Value:
<wrapped function mmpref_end_os_attribute at 0x7f1a2acd2878>

mmpref_get_bool

Value:
<wrapped function mmpref_get_bool at 0x7f1a2abb3e60>

mmpref_get_bool_list

Value:
<wrapped function mmpref_get_bool_list at 0x7f1a2ac8d2d8>

mmpref_get_bool_or_use_value

Value:
<wrapped function mmpref_get_bool_or_use_value at 0x7f1a2aca9dd0>

mmpref_get_comment_for_key

Value:
<wrapped function mmpref_get_comment_for_key at 0x7f1a2ad0d368>

mmpref_get_double

Value:
<wrapped function mmpref_get_double at 0x7f1a2ac9eef0>

mmpref_get_double_list

Value:
<wrapped function mmpref_get_double_list at 0x7f1a2acbef80>

mmpref_get_double_or_use_value

Value:
<wrapped function mmpref_get_double_or_use_value at 0x7f1a2ac64f80>

mmpref_get_group

Value:
<wrapped function mmpref_get_group at 0x7f1a2ac40b48>

mmpref_get_int

Value:
<wrapped function mmpref_get_int at 0x7f1a2ac407a0>

mmpref_get_int_list

Value:
<wrapped function mmpref_get_int_list at 0x7f1a2ad03c68>

mmpref_get_int_or_use_value

Value:
<wrapped function mmpref_get_int_or_use_value at 0x7f1a2aca4c68>

mmpref_get_settings_file

Value:
<wrapped function mmpref_get_settings_file at 0x7f1a2ac57f38>

mmpref_get_string

Value:
<wrapped function mmpref_get_string at 0x7f1a2ac8da28>

mmpref_get_string_list

Value:
<wrapped function mmpref_get_string_list at 0x7f1a2aca4758>

mmpref_get_string_or_use_value

Value:
<wrapped function mmpref_get_string_or_use_value at 0x7f1a2ac51dd0>

mmpref_get_subgroups

Value:
<wrapped function mmpref_get_subgroups at 0x7f1a2aba4950>

mmpref_get_type

Value:
<wrapped function mmpref_get_type at 0x7f1a2ac64d40>

mmpref_remove

Value:
<wrapped function mmpref_remove at 0x7f1a2ac5dc68>

mmpref_remove_key

Value:
<wrapped function mmpref_remove_key at 0x7f1a2ad2bea8>

mmpref_set_bool

Value:
<wrapped function mmpref_set_bool at 0x7f1a2acd7d40>

mmpref_set_comment_for_key

Value:
<wrapped function mmpref_set_comment_for_key at 0x7f1a2ad03998>

mmpref_set_double

Value:
<wrapped function mmpref_set_double at 0x7f1a2ad353b0>

mmpref_set_int

Value:
<wrapped function mmpref_set_int at 0x7f1a2acd7bd8>

mmpref_set_string

Value:
<wrapped function mmpref_set_string at 0x7f1a2ac8d518>

mmpref_set_variant

Value:
<wrapped function mmpref_set_variant at 0x7f1a2ac46b48>

mmrotamer_find_chi

Value:
<wrapped function mmrotamer_find_chi at 0x7f1a2ad03170>

mmrotamer_get_chi_def

Value:
<wrapped function mmrotamer_get_chi_def at 0x7f1a2aca4b00>

mmrotamer_get_connected_atom

Value:
<wrapped function mmrotamer_get_connected_atom at 0x7f1a2acb9f38>

mmrotamer_get_num_chi_angles

Value:
<wrapped function mmrotamer_get_num_chi_angles at 0x7f1a2ad2b638>

mmrotamer_get_num_rotamers

Value:
<wrapped function mmrotamer_get_num_rotamers at 0x7f1a2ad210e0>

mmrotamer_get_population

Value:
<wrapped function mmrotamer_get_population at 0x7f1a2ac57a28>

mmrotamer_get_rotamer_chi

Value:
<wrapped function mmrotamer_get_rotamer_chi at 0x7f1a2ac40200>

mmrotamer_initialize

Value:
<wrapped function mmrotamer_initialize at 0x7f1a2ad0dcb0>

mmrotamer_refcount

Value:
<wrapped function mmrotamer_refcount at 0x7f1a2ab95830>

mmrotamer_terminate

Value:
<wrapped function mmrotamer_terminate at 0x7f1a2ac872d8>

mmseq_add_boolean_data

Value:
<wrapped function mmseq_add_boolean_data at 0x7f1a2acc8a28>

mmseq_add_integer_data

Value:
<wrapped function mmseq_add_integer_data at 0x7f1a2acb5ab8>

mmseq_add_real_data

Value:
<wrapped function mmseq_add_real_data at 0x7f1a2ac4c560>

mmseq_add_string_data

Value:
<wrapped function mmseq_add_string_data at 0x7f1a2ad355f0>

mmseq_cleanup_sequence

Value:
<wrapped function mmseq_cleanup_sequence at 0x7f1a2acc3638>

mmseq_compare

Value:
<wrapped function mmseq_compare at 0x7f1a2acc3ab8>

mmseq_delete_code

Value:
<wrapped function mmseq_delete_code at 0x7f1a2abb3710>

mmseq_delete_codes

Value:
<wrapped function mmseq_delete_codes at 0x7f1a2ac514d0>

mmseq_duplicate

Value:
<wrapped function mmseq_duplicate at 0x7f1a2aca47e8>

mmseq_errhandler

Value:
<wrapped function mmseq_errhandler at 0x7f1a2ac5db48>

mmseq_extract_from_ct

Value:
<wrapped function mmseq_extract_from_ct at 0x7f1a2aca90e0>

mmseq_extract_from_ct_and_reorder

Value:
<wrapped function mmseq_extract_from_ct_and_reorder at 0x7f1a2ac8d128>

mmseq_get_additional_handle

Value:
<wrapped function mmseq_get_additional_handle at 0x7f1a2ac57128>

mmseq_get_editable

Value:
<wrapped function mmseq_get_editable at 0x7f1a2ad17128>

mmseq_get_modified

Value:
<wrapped function mmseq_get_modified at 0x7f1a2ac9e710>

mmseq_get_one_letter_res_name

Value:
<wrapped function mmseq_get_one_letter_res_name at 0x7f1a2ad17200>

mmseq_get_selected

Value:
<wrapped function mmseq_get_selected at 0x7f1a2acafef0>

mmseq_get_unrequested_handle

Value:
<wrapped function mmseq_get_unrequested_handle at 0x7f1a2ac6c290>

mmseq_get_visible

Value:
<wrapped function mmseq_get_visible at 0x7f1a2accdf80>

mmseq_initialize

Value:
<wrapped function mmseq_initialize at 0x7f1a2ac81b48>

mmseq_insert_code

Value:
<wrapped function mmseq_insert_code at 0x7f1a2aca48c0>

mmseq_insert_codes

Value:
<wrapped function mmseq_insert_codes at 0x7f1a2ab9fbd8>

mmseq_open_additional_data

Value:
<wrapped function mmseq_open_additional_data at 0x7f1a2ac93cf8>

mmseq_res_get_core_region

Value:
<wrapped function mmseq_res_get_core_region at 0x7f1a2ad35b00>

mmseq_res_get_gap_locked

Value:
<wrapped function mmseq_res_get_gap_locked at 0x7f1a2ab9a440>

mmseq_res_get_in_use

Value:
<wrapped function mmseq_res_get_in_use at 0x7f1a2ac64680>

mmseq_res_get_is_gap

Value:
<wrapped function mmseq_res_get_is_gap at 0x7f1a2ad17878>

mmseq_res_get_selected

Value:
<wrapped function mmseq_res_get_selected at 0x7f1a2acb9680>

mmseq_res_get_template_id

Value:
<wrapped function mmseq_res_get_template_id at 0x7f1a2ad21b48>

mmseq_res_get_template_region

Value:
<wrapped function mmseq_res_get_template_region at 0x7f1a2acb9200>

mmseq_res_set_core_region

Value:
<wrapped function mmseq_res_set_core_region at 0x7f1a2ac40d88>

mmseq_res_set_gap_locked

Value:
<wrapped function mmseq_res_set_gap_locked at 0x7f1a2acc8c20>

mmseq_res_set_in_use

Value:
<wrapped function mmseq_res_set_in_use at 0x7f1a2ad173f8>

mmseq_res_set_is_gap

Value:
<wrapped function mmseq_res_set_is_gap at 0x7f1a2ad2b7a0>

mmseq_res_set_selected

Value:
<wrapped function mmseq_res_set_selected at 0x7f1a2acb95a8>

mmseq_res_set_template_id

Value:
<wrapped function mmseq_res_set_template_id at 0x7f1a2ac9e4d0>

mmseq_res_set_template_region

Value:
<wrapped function mmseq_res_set_template_region at 0x7f1a2acafdd0>

mmseq_set_accession_number

Value:
<wrapped function mmseq_set_accession_number at 0x7f1a2ac3b9e0>

mmseq_set_all_codes

Value:
<wrapped function mmseq_set_all_codes at 0x7f1a2ad21290>

mmseq_set_ca_index

Value:
<wrapped function mmseq_set_ca_index at 0x7f1a2ac4c098>

mmseq_set_chain

Value:
<wrapped function mmseq_set_chain at 0x7f1a2ac81fc8>

mmseq_set_code

Value:
<wrapped function mmseq_set_code at 0x7f1a2ac57758>

mmseq_set_code_id

Value:
<wrapped function mmseq_set_code_id at 0x7f1a2ad35908>

mmseq_set_description

Value:
<wrapped function mmseq_set_description at 0x7f1a2ad26950>

mmseq_set_editable

Value:
<wrapped function mmseq_set_editable at 0x7f1a2ac81d40>

mmseq_set_gaps_from_sequence

Value:
<wrapped function mmseq_set_gaps_from_sequence at 0x7f1a2accd1b8>

mmseq_set_modified

Value:
<wrapped function mmseq_set_modified at 0x7f1a2ac875f0>

mmseq_set_name

Value:
<wrapped function mmseq_set_name at 0x7f1a2acb5dd0>

mmseq_set_selected

Value:
<wrapped function mmseq_set_selected at 0x7f1a2acd74d0>

mmseq_set_type

Value:
<wrapped function mmseq_set_type at 0x7f1a2acbe050>

mmseq_set_unrequested_handle

Value:
<wrapped function mmseq_set_unrequested_handle at 0x7f1a2ac40710>

mmseq_set_visible

Value:
<wrapped function mmseq_set_visible at 0x7f1a2abaefc8>

mmseq_strip_gap_characters

Value:
<wrapped function mmseq_strip_gap_characters at 0x7f1a2ac3bbd8>

mmseq_terminate

Value:
<wrapped function mmseq_terminate at 0x7f1a2ac87758>

mmseq_truncate

Value:
<wrapped function mmseq_truncate at 0x7f1a2aca49e0>

mmseq_validate

Value:
<wrapped function mmseq_validate at 0x7f1a2acd7368>

mmseqio_close_file

Value:
<wrapped function mmseqio_close_file at 0x7f1a2acb5a70>

mmseqio_errhandler

Value:
<wrapped function mmseqio_errhandler at 0x7f1a2ac4cef0>

mmseqio_get_num_sequences

Value:
<wrapped function mmseqio_get_num_sequences at 0x7f1a2ab953b0>

mmseqio_initialize

Value:
<wrapped function mmseqio_initialize at 0x7f1a2ad307a0>

mmseqio_open_file

Value:
<wrapped function mmseqio_open_file at 0x7f1a2acb9e60>

mmseqio_read_alignment

Value:
<wrapped function mmseqio_read_alignment at 0x7f1a2abae6c8>

mmseqio_read_sequence

Value:
<wrapped function mmseqio_read_sequence at 0x7f1a2accd830>

mmseqio_refcount

Value:
<wrapped function mmseqio_refcount at 0x7f1a2ac4ccf8>

mmseqio_set_option

Value:
<wrapped function mmseqio_set_option at 0x7f1a2ac3b710>

mmseqio_terminate

Value:
<wrapped function mmseqio_terminate at 0x7f1a2abae878>

mmseqio_write_alignment

Value:
<wrapped function mmseqio_write_alignment at 0x7f1a2acc3f38>

mmseqio_write_sequence

Value:
<wrapped function mmseqio_write_sequence at 0x7f1a2ad1c248>

mmsmiles_delete

Value:
<wrapped function mmsmiles_delete at 0x7f1a2acc83f8>

mmsmiles_get_distorted_ct

Value:
<wrapped function mmsmiles_get_distorted_ct at 0x7f1a2abaeea8>

mmsmiles_get_error_handler

Value:
<wrapped function mmsmiles_get_error_handler at 0x7f1a2ad0d440>

mmsmiles_get_smarts

Value:
<wrapped function mmsmiles_get_smarts at 0x7f1a2ac3b248>

mmsmiles_get_smiles

Value:
<wrapped function mmsmiles_get_smiles at 0x7f1a2ac64518>

mmsmiles_initialize

Value:
<wrapped function mmsmiles_initialize at 0x7f1a2aca9e60>

mmsmiles_set_option

Value:
<wrapped function mmsmiles_set_option at 0x7f1a2ad30fc8>

mmsmiles_terminate

Value:
<wrapped function mmsmiles_terminate at 0x7f1a2ac64ab8>

mmsmilesmae_get_error_handler

Value:
<wrapped function mmsmilesmae_get_error_handler at 0x7f1a2aba4248>

mmsmilesmae_initialize_lic

Value:
<wrapped function mmsmilesmae_initialize_lic at 0x7f1a2aba9b90>

mmsmilesmae_set_option

Value:
<wrapped function mmsmilesmae_set_option at 0x7f1a2ac7b8c0>

mmsmilesmae_terminate

Value:
<wrapped function mmsmilesmae_terminate at 0x7f1a2ac738c0>

mmspg_cent_oper_get

Value:
<wrapped function mmspg_cent_oper_get at 0x7f1a2ac463b0>

mmspg_cleanup

Value:
<wrapped function mmspg_cleanup at 0x7f1a2ad038c0>

mmspg_crystal_system_name_get

Value:
<wrapped function mmspg_crystal_system_name_get at 0x7f1a2ab9ad88>

mmspg_display_get

Value:
<wrapped function mmspg_display_get at 0x7f1a2acafc68>

mmspg_full_spgname_get

Value:
<wrapped function mmspg_full_spgname_get at 0x7f1a2ac5dfc8>

mmspg_get_setting

Value:
<wrapped function mmspg_get_setting at 0x7f1a2ac5dcb0>

mmspg_get_spgid_by_spgname

Value:
<wrapped function mmspg_get_spgid_by_spgname at 0x7f1a2ac8dea8>

mmspg_get_spgname_by_spgid

Value:
<wrapped function mmspg_get_spgname_by_spgid at 0x7f1a2aca9ea8>

mmspg_get_string_oper_by_matrix

Value:
<wrapped function mmspg_get_string_oper_by_matrix at 0x7f1a2acd7cf8>

mmspg_get_valid_for_primex

Value:
<wrapped function mmspg_get_valid_for_primex at 0x7f1a2ab9f170>

mmspg_get_xyzasu

Value:
<wrapped function mmspg_get_xyzasu at 0x7f1a2acb5cf8>

mmspg_initialize

Value:
<wrapped function mmspg_initialize at 0x7f1a2acbe290>

mmspg_load_spgbase

Value:
<wrapped function mmspg_load_spgbase at 0x7f1a2ad172d8>

mmspg_nchoices_get

Value:
<wrapped function mmspg_nchoices_get at 0x7f1a2ad260e0>

mmspg_new_spg_by_definition

Value:
<wrapped function mmspg_new_spg_by_definition at 0x7f1a2ac40878>

mmspg_new_spg_by_spgid

Value:
<wrapped function mmspg_new_spg_by_spgid at 0x7f1a2ac6c170>

mmspg_new_spg_by_spgname

Value:
<wrapped function mmspg_new_spg_by_spgname at 0x7f1a2aca42d8>

mmspg_new_spg_by_symstr

Value:
<wrapped function mmspg_new_spg_by_symstr at 0x7f1a2ac46050>

mmspg_num_cent_oper_get

Value:
<wrapped function mmspg_num_cent_oper_get at 0x7f1a2ad35b48>

mmspg_num_prim_oper_get

Value:
<wrapped function mmspg_num_prim_oper_get at 0x7f1a2ac3bfc8>

mmspg_num_symmetry_oper_get

Value:
<wrapped function mmspg_num_symmetry_oper_get at 0x7f1a2ad30b00>

mmspg_pgname_get

Value:
<wrapped function mmspg_pgname_get at 0x7f1a2acd20e0>

mmspg_prim_oper_get

Value:
<wrapped function mmspg_prim_oper_get at 0x7f1a2ac5d638>

mmspg_short_spgname_get

Value:
<wrapped function mmspg_short_spgname_get at 0x7f1a2ac7bc20>

mmspg_spg_of_choice_get

Value:
<wrapped function mmspg_spg_of_choice_get at 0x7f1a2ac64ea8>

mmspg_spg_total_definitions

Value:
<wrapped function mmspg_spg_total_definitions at 0x7f1a2acb9830>

mmspg_spg_total_get

Value:
<wrapped function mmspg_spg_total_get at 0x7f1a2ac5dcf8>

mmspg_spgid_get

Value:
<wrapped function mmspg_spgid_get at 0x7f1a2ad12560>

mmspg_symmetry_oper_get

Value:
<wrapped function mmspg_symmetry_oper_get at 0x7f1a2acaf4d0>

mmspg_terminate

Value:
<wrapped function mmspg_terminate at 0x7f1a2aca97e8>

mmss_assign_quick

Value:
<wrapped function mmss_assign_quick at 0x7f1a2acd7440>

mmss_errhandler

Value:
<wrapped function mmss_errhandler at 0x7f1a2ac57dd0>

mmss_get_residue_index

Value:
<wrapped function mmss_get_residue_index at 0x7f1a2acb50e0>

mmss_initialize

Value:
<wrapped function mmss_initialize at 0x7f1a2ac571b8>

mmss_refcount

Value:
<wrapped function mmss_refcount at 0x7f1a2ac8d0e0>

mmss_terminate

Value:
<wrapped function mmss_terminate at 0x7f1a2aba9758>

mmsssr_errhandler

Value:
<wrapped function mmsssr_errhandler at 0x7f1a2ac730e0>

mmsssr_get_edges

Value:
<wrapped function mmsssr_get_edges at 0x7f1a2ac87c68>

mmsssr_initialize

Value:
<wrapped function mmsssr_initialize at 0x7f1a2ab9f5f0>

mmsssr_refcount

Value:
<wrapped function mmsssr_refcount at 0x7f1a2ac57f80>

mmsssr_terminate

Value:
<wrapped function mmsssr_terminate at 0x7f1a2ac405f0>

mmstereo_add_stereo_information_to_ct

Value:
<wrapped function mmstereo_add_stereo_information_to_ct at 0x7f1a2acc8\
fc8>

mmstereo_adjust_atoms

Value:
<wrapped function mmstereo_adjust_atoms at 0x7f1a2ad12050>

mmstereo_atom_chirality

Value:
<wrapped function mmstereo_atom_chirality at 0x7f1a2ab9f050>

mmstereo_atom_invert_chirality

Value:
<wrapped function mmstereo_atom_invert_chirality at 0x7f1a2ab9aab8>

mmstereo_atom_stereo

Value:
<wrapped function mmstereo_atom_stereo at 0x7f1a2ac57680>

mmstereo_chiral_atoms

Value:
<wrapped function mmstereo_chiral_atoms at 0x7f1a2ac87b00>

mmstereo_chirality_from_parity

Value:
<wrapped function mmstereo_chirality_from_parity at 0x7f1a2ac5de18>

mmstereo_clear_stereo_from_ct

Value:
<wrapped function mmstereo_clear_stereo_from_ct at 0x7f1a2aba4368>

mmstereo_cts_equivalent

Value:
<wrapped function mmstereo_cts_equivalent at 0x7f1a2abeaf38>

mmstereo_delete

Value:
<wrapped function mmstereo_delete at 0x7f1a2accd560>

mmstereo_double_bond_stereo

Value:
<wrapped function mmstereo_double_bond_stereo at 0x7f1a2aca9560>

mmstereo_errhandler

Value:
<wrapped function mmstereo_errhandler at 0x7f1a2acb9638>

mmstereo_extra_check_ch_combination

Value:
<wrapped function mmstereo_extra_check_ch_combination at 0x7f1a2ad1cc6\
8>

mmstereo_extra_find_ch_comb_atoms

Value:
<wrapped function mmstereo_extra_find_ch_comb_atoms at 0x7f1a2aba9cf8>

mmstereo_extra_get_options

Value:
<wrapped function mmstereo_extra_get_options at 0x7f1a2ad17050>

mmstereo_extra_give_index

Value:
<wrapped function mmstereo_extra_give_index at 0x7f1a2acd70e0>

mmstereo_extra_set_options

Value:
<wrapped function mmstereo_extra_set_options at 0x7f1a2ad12638>

mmstereo_find_ct_eq_and_map

Value:
<wrapped function mmstereo_find_ct_eq_and_map at 0x7f1a2acb9560>

mmstereo_get_bonded_mmlist

Value:
<wrapped function mmstereo_get_bonded_mmlist at 0x7f1a2acd7f80>

mmstereo_get_option

Value:
<wrapped function mmstereo_get_option at 0x7f1a2ac40680>

mmstereo_give_num_of_stereoisomers

Value:
<wrapped function mmstereo_give_num_of_stereoisomers at 0x7f1a2acaf290\
>

mmstereo_give_stereoisomer_info

Value:
<wrapped function mmstereo_give_stereoisomer_info at 0x7f1a2ac81d88>

mmstereo_initialize

Value:
<wrapped function mmstereo_initialize at 0x7f1a2ad170e0>

mmstereo_new_anc

Value:
<wrapped function mmstereo_new_anc at 0x7f1a2ac517e8>

mmstereo_new_for_mol

Value:
<wrapped function mmstereo_new_for_mol at 0x7f1a2acbe6c8>

mmstereo_parity_from_chirality

Value:
<wrapped function mmstereo_parity_from_chirality at 0x7f1a2aca9a28>

mmstereo_print

Value:
<wrapped function mmstereo_print at 0x7f1a2ad175f0>

mmstereo_reset_input_ch_used

Value:
<wrapped function mmstereo_reset_input_ch_used at 0x7f1a2ac57170>

mmstereo_set_option

Value:
<wrapped function mmstereo_set_option at 0x7f1a2ad21bd8>

mmstereo_set_use_input_ch_next

Value:
<wrapped function mmstereo_set_use_input_ch_next at 0x7f1a2ab95950>

mmstereo_stereo_atoms

Value:
<wrapped function mmstereo_stereo_atoms at 0x7f1a2ab9add0>

mmstereo_stereo_double_bonds

Value:
<wrapped function mmstereo_stereo_double_bonds at 0x7f1a2accd9e0>

mmstereo_terminate

Value:
<wrapped function mmstereo_terminate at 0x7f1a2ac6cb90>

mmsubs_delete

Value:
<wrapped function mmsubs_delete at 0x7f1a2acc37e8>

mmsubs_initialize

Value:
<wrapped function mmsubs_initialize at 0x7f1a2ac81a70>

mmsubs_match_comp

Value:
<wrapped function mmsubs_match_comp at 0x7f1a2acbe518>

mmsubs_match_comp_constr

Value:
<wrapped function mmsubs_match_comp_constr at 0x7f1a2ab9af38>

mmsubs_match_constr

Value:
<wrapped function mmsubs_match_constr at 0x7f1a2acd27a0>

mmsubs_num_atoms

Value:
<wrapped function mmsubs_num_atoms at 0x7f1a2ac3b878>

mmsubs_terminate

Value:
<wrapped function mmsubs_terminate at 0x7f1a2acb9518>

mmsuper_all_diff

Value:
<wrapped function mmsuper_all_diff at 0x7f1a2abaeb90>

mmsuper_get_super_xform

Value:
<wrapped function mmsuper_get_super_xform at 0x7f1a2ab9fab8>

mmsuper_initialize

Value:
<wrapped function mmsuper_initialize at 0x7f1a2ad1cd40>

mmsuper_max_diff

Value:
<wrapped function mmsuper_max_diff at 0x7f1a2ad03f38>

mmsuper_superimpose

Value:
<wrapped function mmsuper_superimpose at 0x7f1a2ad30998>

mmsuper_terminate

Value:
<wrapped function mmsuper_terminate at 0x7f1a2ab95f38>

mmsym_debug_option

Value:
<wrapped function mmsym_debug_option at 0x7f1a2acaff80>

mmsym_find_equivalent_sites

Value:
<wrapped function mmsym_find_equivalent_sites at 0x7f1a2ab9f368>

mmsym_find_equivalent_sites_mol

Value:
<wrapped function mmsym_find_equivalent_sites_mol at 0x7f1a2ad1c7a0>

mmsym_find_vdw_radii

Value:
<wrapped function mmsym_find_vdw_radii at 0x7f1a2acd7878>

mmsym_gen_map

Value:
<wrapped function mmsym_gen_map at 0x7f1a2ac879e0>

mmsym_initialize

Value:
<wrapped function mmsym_initialize at 0x7f1a2aca9f38>

mmsym_preprocess

Value:
<wrapped function mmsym_preprocess at 0x7f1a2ad12710>

mmsym_terminate

Value:
<wrapped function mmsym_terminate at 0x7f1a2acd2f80>

mmsys_get_diskfree

Value:
<wrapped function mmsys_get_diskfree at 0x7f1a2ad2bef0>

mmsys_get_memory

Value:
<wrapped function mmsys_get_memory at 0x7f1a2ad1c488>

mmsys_get_processors

Value:
<wrapped function mmsys_get_processors at 0x7f1a2accdd40>

mmsys_get_product_version

Value:
<wrapped function mmsys_get_product_version at 0x7f1a2aba9368>

mmsys_get_quoted_schrodinger

Value:
<wrapped function mmsys_get_quoted_schrodinger at 0x7f1a2ac645a8>

mmsys_get_short_host

Value:
<wrapped function mmsys_get_short_host at 0x7f1a2ab9a710>

mmsys_is_loopback

Value:
<wrapped function mmsys_is_loopback at 0x7f1a2acb93b0>

mmtable_add_uitable_columns

Value:
<wrapped function mmtable_add_uitable_columns at 0x7f1a2ac8d950>

mmtable_calculate_select_extend

Value:
<wrapped function mmtable_calculate_select_extend at 0x7f1a2ac40518>

mmtable_cell_clear_data

Value:
<wrapped function mmtable_cell_clear_data at 0x7f1a2acc89e0>

mmtable_cell_get_boolean

Value:
<wrapped function mmtable_cell_get_boolean at 0x7f1a2ac3b680>

mmtable_cell_get_integer

Value:
<wrapped function mmtable_cell_get_integer at 0x7f1a2ab9a290>

mmtable_cell_get_real

Value:
<wrapped function mmtable_cell_get_real at 0x7f1a2aba9bd8>

mmtable_cell_get_string

Value:
<wrapped function mmtable_cell_get_string at 0x7f1a2ac6c5a8>

mmtable_cell_has_data

Value:
<wrapped function mmtable_cell_has_data at 0x7f1a2ac8d878>

mmtable_cell_set_boolean

Value:
<wrapped function mmtable_cell_set_boolean at 0x7f1a2ac937a0>

mmtable_cell_set_integer

Value:
<wrapped function mmtable_cell_set_integer at 0x7f1a2ac461b8>

mmtable_cell_set_real

Value:
<wrapped function mmtable_cell_set_real at 0x7f1a2ac3bb90>

mmtable_cell_set_string

Value:
<wrapped function mmtable_cell_set_string at 0x7f1a2acb51b8>

mmtable_column_get_boolean

Value:
<wrapped function mmtable_column_get_boolean at 0x7f1a2ad35248>

mmtable_column_get_data_name

Value:
<wrapped function mmtable_column_get_data_name at 0x7f1a2ad35518>

mmtable_column_get_data_type

Value:
<wrapped function mmtable_column_get_data_type at 0x7f1a2ac73dd0>

mmtable_column_get_integer

Value:
<wrapped function mmtable_column_get_integer at 0x7f1a2ad17998>

mmtable_column_get_name

Value:
<wrapped function mmtable_column_get_name at 0x7f1a2ac64cf8>

mmtable_column_get_persistent

Value:
<wrapped function mmtable_column_get_persistent at 0x7f1a2aca9998>

mmtable_column_get_real

Value:
<wrapped function mmtable_column_get_real at 0x7f1a2aca4128>

mmtable_column_get_string

Value:
<wrapped function mmtable_column_get_string at 0x7f1a2ad03680>

mmtable_column_get_visible

Value:
<wrapped function mmtable_column_get_visible at 0x7f1a2ac870e0>

mmtable_column_get_width

Value:
<wrapped function mmtable_column_get_width at 0x7f1a2abaeb48>

mmtable_column_set_boolean

Value:
<wrapped function mmtable_column_set_boolean at 0x7f1a2abae8c0>

mmtable_column_set_integer

Value:
<wrapped function mmtable_column_set_integer at 0x7f1a2ac87170>

mmtable_column_set_name

Value:
<wrapped function mmtable_column_set_name at 0x7f1a2ac73710>

mmtable_column_set_persistent

Value:
<wrapped function mmtable_column_set_persistent at 0x7f1a2ac933f8>

mmtable_column_set_real

Value:
<wrapped function mmtable_column_set_real at 0x7f1a2aca9518>

mmtable_column_set_string

Value:
<wrapped function mmtable_column_set_string at 0x7f1a2ad12e18>

mmtable_column_set_visible

Value:
<wrapped function mmtable_column_set_visible at 0x7f1a2ac3b7a0>

mmtable_column_set_width

Value:
<wrapped function mmtable_column_set_width at 0x7f1a2ac5d128>

mmtable_compare_real_strings

Value:
<wrapped function mmtable_compare_real_strings at 0x7f1a2acc8d40>

mmtable_custom_sort_rows

Value:
<wrapped function mmtable_custom_sort_rows at 0x7f1a2ac9e128>

mmtable_delete

Value:
<wrapped function mmtable_delete at 0x7f1a2ac73518>

mmtable_delete_all_rows

Value:
<wrapped function mmtable_delete_all_rows at 0x7f1a2acb5518>

mmtable_delete_column

Value:
<wrapped function mmtable_delete_column at 0x7f1a2ac46e18>

mmtable_delete_if_valid

Value:
<wrapped function mmtable_delete_if_valid at 0x7f1a2ad21320>

mmtable_delete_row

Value:
<wrapped function mmtable_delete_row at 0x7f1a2ac57ea8>

mmtable_disable

Value:
<wrapped function mmtable_disable at 0x7f1a2ac5dea8>

mmtable_duplicate

Value:
<wrapped function mmtable_duplicate at 0x7f1a2ac7bcf8>

mmtable_enable

Value:
<wrapped function mmtable_enable at 0x7f1a2ad30200>

mmtable_errhandler

Value:
<wrapped function mmtable_errhandler at 0x7f1a2ac6c2d8>

mmtable_export

Value:
<wrapped function mmtable_export at 0x7f1a2aca4518>

mmtable_get_boolean

Value:
<wrapped function mmtable_get_boolean at 0x7f1a2abae830>

mmtable_get_column_index

Value:
<wrapped function mmtable_get_column_index at 0x7f1a2ab95560>

mmtable_get_column_total

Value:
<wrapped function mmtable_get_column_total at 0x7f1a2acc3bd8>

mmtable_get_first_selected_row

Value:
<wrapped function mmtable_get_first_selected_row at 0x7f1a2ac46f38>

mmtable_get_integer

Value:
<wrapped function mmtable_get_integer at 0x7f1a2ad1c0e0>

mmtable_get_num_selected_rows

Value:
<wrapped function mmtable_get_num_selected_rows at 0x7f1a2ad0dbd8>

mmtable_get_or_add_column

Value:
<wrapped function mmtable_get_or_add_column at 0x7f1a2ac8dcf8>

mmtable_get_real

Value:
<wrapped function mmtable_get_real at 0x7f1a2acc8050>

mmtable_get_row_total

Value:
<wrapped function mmtable_get_row_total at 0x7f1a2ac73830>

mmtable_get_selected_rows

Value:
<wrapped function mmtable_get_selected_rows at 0x7f1a2ab958c0>

mmtable_get_string

Value:
<wrapped function mmtable_get_string at 0x7f1a2ad03e18>

mmtable_get_visible_column_index

Value:
<wrapped function mmtable_get_visible_column_index at 0x7f1a2ab9a098>

mmtable_get_visible_column_total

Value:
<wrapped function mmtable_get_visible_column_total at 0x7f1a2ac81368>

mmtable_get_visible_row_index

Value:
<wrapped function mmtable_get_visible_row_index at 0x7f1a2aca41b8>

mmtable_get_visible_row_total

Value:
<wrapped function mmtable_get_visible_row_total at 0x7f1a2accd3f8>

mmtable_initialize

Value:
<wrapped function mmtable_initialize at 0x7f1a2ad35950>

mmtable_insert_column

Value:
<wrapped function mmtable_insert_column at 0x7f1a2aba4b48>

mmtable_insert_row

Value:
<wrapped function mmtable_insert_row at 0x7f1a2acb5e18>

mmtable_m2io_read

Value:
<wrapped function mmtable_m2io_read at 0x7f1a2ac46908>

mmtable_m2io_write

Value:
<wrapped function mmtable_m2io_write at 0x7f1a2ad12680>

mmtable_make_nested_row_visible

Value:
<wrapped function mmtable_make_nested_row_visible at 0x7f1a2ac8d6c8>

mmtable_move_column

Value:
<wrapped function mmtable_move_column at 0x7f1a2ac5d4d0>

mmtable_move_rows

Value:
<wrapped function mmtable_move_rows at 0x7f1a2ac8de18>

mmtable_row_get_expanded

Value:
<wrapped function mmtable_row_get_expanded at 0x7f1a2ab95200>

mmtable_row_get_selection

Value:
<wrapped function mmtable_row_get_selection at 0x7f1a2ad12d88>

mmtable_row_get_visible

Value:
<wrapped function mmtable_row_get_visible at 0x7f1a2ad0da70>

mmtable_row_set_expanded

Value:
<wrapped function mmtable_row_set_expanded at 0x7f1a2ac51290>

mmtable_row_set_selection

Value:
<wrapped function mmtable_row_set_selection at 0x7f1a2acb53f8>

mmtable_row_set_visible

Value:
<wrapped function mmtable_row_set_visible at 0x7f1a2ac93248>

mmtable_set_boolean

Value:
<wrapped function mmtable_set_boolean at 0x7f1a2acaf878>

mmtable_set_integer

Value:
<wrapped function mmtable_set_integer at 0x7f1a2ad171b8>

mmtable_set_real

Value:
<wrapped function mmtable_set_real at 0x7f1a2ad26f38>

mmtable_set_string

Value:
<wrapped function mmtable_set_string at 0x7f1a2ac93c20>

mmtable_sort_rows

Value:
<wrapped function mmtable_sort_rows at 0x7f1a2ac73320>

mmtable_sort_strings_alphanumerically

Value:
<wrapped function mmtable_sort_strings_alphanumerically at 0x7f1a2aca4\
7a0>

mmtable_table_get_size

Value:
<wrapped function mmtable_table_get_size at 0x7f1a2acbec20>

mmtaut_apply_solvent2str

Value:
<wrapped function mmtaut_apply_solvent2str at 0x7f1a2ac57878>

mmtaut_delete_solvent_model

Value:
<wrapped function mmtaut_delete_solvent_model at 0x7f1a2ad03b00>

mmtaut_delete_str

Value:
<wrapped function mmtaut_delete_str at 0x7f1a2ac73488>

mmtaut_get_num_tautomers

Value:
<wrapped function mmtaut_get_num_tautomers at 0x7f1a2ad2b560>

mmtaut_get_tautomer

Value:
<wrapped function mmtaut_get_tautomer at 0x7f1a2ad21e18>

mmtaut_initialize_for_ligprep3

Value:
<wrapped function mmtaut_initialize_for_ligprep3 at 0x7f1a2ac73a70>

mmtaut_initialize_lic

Value:
<wrapped function mmtaut_initialize_lic at 0x7f1a2ad217e8>

mmtaut_new_solvent_model

Value:
<wrapped function mmtaut_new_solvent_model at 0x7f1a2ac51710>

mmtaut_new_str

Value:
<wrapped function mmtaut_new_str at 0x7f1a2aba4e60>

mmtaut_set_error_handler

Value:
<wrapped function mmtaut_set_error_handler at 0x7f1a2ac8d3b0>

mmtaut_set_option

Value:
<wrapped function mmtaut_set_option at 0x7f1a2ad30050>

mmtaut_terminate

Value:
<wrapped function mmtaut_terminate at 0x7f1a2ac8d908>

mmtype_get_option

Value:
<wrapped function mmtype_get_option at 0x7f1a2ad21830>

mmtype_initialize

Value:
<wrapped function mmtype_initialize at 0x7f1a2ad1c1b8>

mmtype_reset_options

Value:
<wrapped function mmtype_reset_options at 0x7f1a2ac40050>

mmtype_retype

Value:
<wrapped function mmtype_retype at 0x7f1a2ac87200>

mmtype_retype_atom

Value:
<wrapped function mmtype_retype_atom at 0x7f1a2ac5d5f0>

mmtype_set_option

Value:
<wrapped function mmtype_set_option at 0x7f1a2ab9fe60>

mmtype_terminate

Value:
<wrapped function mmtype_terminate at 0x7f1a2ac8d320>

mmxden_calculate_correlation

Value:
<wrapped function mmxden_calculate_correlation at 0x7f1a2ad03320>

mmxden_calculate_fit

Value:
<wrapped function mmxden_calculate_fit at 0x7f1a2ad26368>

mmxden_calculate_fits

Value:
<wrapped function mmxden_calculate_fits at 0x7f1a2abb3b48>

mmxden_calculate_map_scaling

Value:
<wrapped function mmxden_calculate_map_scaling at 0x7f1a2aca91b8>

mmxden_cleanup

Value:
<wrapped function mmxden_cleanup at 0x7f1a2acafb90>

mmxden_delete

Value:
<wrapped function mmxden_delete at 0x7f1a2acd2680>

mmxden_initialize

Value:
<wrapped function mmxden_initialize at 0x7f1a2acb5c20>

mmxden_molsys_read

Value:
<wrapped function mmxden_molsys_read at 0x7f1a2ab9aa28>

mmxden_terminate

Value:
<wrapped function mmxden_terminate at 0x7f1a2ac51878>

mmxden_xden_total_get

Value:
<wrapped function mmxden_xden_total_get at 0x7f1a2aba4050>

mmzip_add_directory_recursively

Value:
<wrapped function mmzip_add_directory_recursively at 0x7f1a2aba4638>

mmzip_add_file

Value:
<wrapped function mmzip_add_file at 0x7f1a2ad2b710>

mmzip_add_file_from_memory

Value:
<wrapped function mmzip_add_file_from_memory at 0x7f1a2ad21b00>

mmzip_extract_file_to_dir

Value:
<wrapped function mmzip_extract_file_to_dir at 0x7f1a2ad267e8>

mmzip_extract_file_to_memory

Value:
<wrapped function mmzip_extract_file_to_memory at 0x7f1a2ac3b908>

mmzip_extract_file_to_tempdir

Value:
<wrapped function mmzip_extract_file_to_tempdir at 0x7f1a2ac9e680>

mmzip_get_file

Value:
<wrapped function mmzip_get_file at 0x7f1a2acc87e8>

mmzip_get_last_errno

Value:
<wrapped function mmzip_get_last_errno at 0x7f1a2ac40bd8>

mmzip_initialize

Value:
<wrapped function mmzip_initialize at 0x7f1a2acc8830>

mmzip_is_valid

Value:
<wrapped function mmzip_is_valid at 0x7f1a2ac3b5a8>

mmzip_is_zip64

Value:
<wrapped function mmzip_is_zip64 at 0x7f1a2ad2ba28>

mmzip_num_files

Value:
<wrapped function mmzip_num_files at 0x7f1a2ab9fa70>

mmzip_refcount

Value:
<wrapped function mmzip_refcount at 0x7f1a2ac6cdd0>

mmzip_remove_file

Value:
<wrapped function mmzip_remove_file at 0x7f1a2ac648c0>

mmzip_set_zip64

Value:
<wrapped function mmzip_set_zip64 at 0x7f1a2accd368>

mmzip_terminate

Value:
<wrapped function mmzip_terminate at 0x7f1a2accd200>

recap_prepare

Value:
<wrapped function recap_prepare at 0x7f1a2ad21a28>