MCPcopy Create free account
hub / github.com/DirectMolecularConfGen/DMCG / input_args

Function input_args

evaluate.py:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 pool = multiprocessing.Pool(args.workers)
138
139 def input_args():
140 for smiles in smiles2pairs.keys():
141 yield smiles2pairs[smiles], args.use_ff, 0.5 if args.dataset_name == "qm9" else 1.25
142
143 for res in tqdm(pool.imap(get_rmsd_min, input_args(), chunksize=10), total=len(smiles2pairs)):
144 cov_list.append(res[0])

Callers 2

evaluateFunction · 0.85
evaluate_scoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected