Révision 34a03ee1
b/modules/isolated.py | ||
---|---|---|
183 | 183 |
@param inp_vars: |
184 | 184 |
@return: |
185 | 185 |
""" |
186 |
# from clustering import * |
|
186 | 187 |
logger.info('Carrying out procedures for the isolated molecule') |
187 | 188 |
rd_mol = adapt_format('rdkit', inp_vars['molec_file']) |
188 | 189 |
confs = gen_confs(rd_mol, inp_vars['num_conformers']) |
190 |
rmsd_mtx = get_rmsd(confs) |
|
189 | 191 |
|
192 |
if 'moi' in inp_vars['cluster_magns']: |
|
193 |
confs_moi = get_moments_of_inertia(confs) |
|
190 | 194 |
|
195 |
if 'energy' in inp_vars['cluster_magns']: |
|
196 |
if inp_vars['min_confs']: |
|
197 |
confs, confs_eners = mmff_opt_confs(confs) |
|
198 |
else: |
|
199 |
confs_eners = mmff_opt_confs(confs, max_iters=0) |
|
191 | 200 |
|
201 |
# clustering2() |
Formats disponibles : Unified diff