molSimplify 1.7.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- docs/source/conf.py +224 -0
- molSimplify/Classes/__init__.py +6 -0
- molSimplify/Classes/atom3D.py +235 -0
- molSimplify/Classes/dft_obs.py +130 -0
- molSimplify/Classes/globalvars.py +827 -0
- molSimplify/Classes/helpers.py +161 -0
- molSimplify/Classes/ligand.py +2330 -0
- molSimplify/Classes/mGUI.py +2493 -0
- molSimplify/Classes/mWidgets.py +438 -0
- molSimplify/Classes/miniGUI.py +41 -0
- molSimplify/Classes/mol2D.py +260 -0
- molSimplify/Classes/mol3D.py +5846 -0
- molSimplify/Classes/monomer3D.py +253 -0
- molSimplify/Classes/partialcharges.py +226 -0
- molSimplify/Classes/protein3D.py +1178 -0
- molSimplify/Classes/rundiag.py +151 -0
- molSimplify/Data/ML.dat +212 -0
- molSimplify/Data/MLS_FSR_for_inter.dat +23 -0
- molSimplify/Data/MLS_FSR_for_inter2.dat +23 -0
- molSimplify/Data/MLS_angle_for_click.dat +8 -0
- molSimplify/Data/MLS_angle_for_inter.dat +23 -0
- molSimplify/Data/MLS_angle_for_inter2.dat +48 -0
- molSimplify/Data/MLS_angle_for_intra.dat +10 -0
- molSimplify/Data/MLS_angle_for_intra2.dat +6 -0
- molSimplify/Data/MLS_angle_for_oa.dat +18 -0
- molSimplify/Data/ML_FSR_for_inter.dat +112 -0
- molSimplify/Data/ML_FSR_for_inter2.dat +110 -0
- molSimplify/Data/ML_bond_for_cat.dat +8 -0
- molSimplify/Data/ML_bond_for_click.dat +8 -0
- molSimplify/Data/ML_bond_for_inter.dat +48 -0
- molSimplify/Data/ML_bond_for_inter2.dat +48 -0
- molSimplify/Data/ML_bond_for_intra.dat +10 -0
- molSimplify/Data/ML_bond_for_intra2.dat +6 -0
- molSimplify/Data/ML_bond_for_oa.dat +18 -0
- molSimplify/Data/bp1.dat +21 -0
- molSimplify/Data/li.dat +3 -0
- molSimplify/Data/no.dat +2 -0
- molSimplify/Data/oct.dat +7 -0
- molSimplify/Data/pbp.dat +8 -0
- molSimplify/Data/spy.dat +6 -0
- molSimplify/Data/sqap.dat +9 -0
- molSimplify/Data/sqp.dat +5 -0
- molSimplify/Data/tbp.dat +6 -0
- molSimplify/Data/tdhd.dat +9 -0
- molSimplify/Data/thd.dat +5 -0
- molSimplify/Data/tpl.dat +4 -0
- molSimplify/Data/tpr.dat +7 -0
- molSimplify/Informatics/HFXsensitivity/__init__.py +0 -0
- molSimplify/Informatics/HFXsensitivity/measure_HFX_sensitivity_oxo_hat_reb_rel.py +443 -0
- molSimplify/Informatics/HFXsensitivity/measure_HFX_stable.py +346 -0
- molSimplify/Informatics/MOF/Linker_rotation.py +179 -0
- molSimplify/Informatics/MOF/MOF_descriptors.py +1299 -0
- molSimplify/Informatics/MOF/MOF_descriptors_alternate_functional.py +589 -0
- molSimplify/Informatics/MOF/MOF_functionalizer.py +1648 -0
- molSimplify/Informatics/MOF/PBC_functions.py +1347 -0
- molSimplify/Informatics/MOF/__init__.py +0 -0
- molSimplify/Informatics/MOF/atomic.py +267 -0
- molSimplify/Informatics/MOF/cluster_extraction.py +388 -0
- molSimplify/Informatics/MOF/fragment_MOFs_for_pormake.py +895 -0
- molSimplify/Informatics/MOF/monofunctionalized_BDC/index_information.py +10 -0
- molSimplify/Informatics/Mol2Parser.py +46 -0
- molSimplify/Informatics/RACassemble.py +408 -0
- molSimplify/Informatics/__init__.py +0 -0
- molSimplify/Informatics/active_learning/__init__.py +0 -0
- molSimplify/Informatics/active_learning/expected_improvement.py +269 -0
- molSimplify/Informatics/autocorrelation.py +1930 -0
- molSimplify/Informatics/clean_autocorrelation.py +778 -0
- molSimplify/Informatics/coulomb_analyze.py +67 -0
- molSimplify/Informatics/decoration_manager.py +193 -0
- molSimplify/Informatics/geo_analyze.py +88 -0
- molSimplify/Informatics/geometrics.py +56 -0
- molSimplify/Informatics/graph_analyze.py +163 -0
- molSimplify/Informatics/graph_racs.py +288 -0
- molSimplify/Informatics/jupyter_vis.py +172 -0
- molSimplify/Informatics/lacRACAssemble.py +2192 -0
- molSimplify/Informatics/lacRACAssemble_bisdithiolenes.py +236 -0
- molSimplify/Informatics/misc_descriptors.py +198 -0
- molSimplify/Informatics/organic_fingerprints.py +61 -0
- molSimplify/Informatics/partialcharges.py +345 -0
- molSimplify/Informatics/protein/activesite.py +53 -0
- molSimplify/Informatics/protein/pymol_add_hs.py +33 -0
- molSimplify/Informatics/rac155_geo.py +48 -0
- molSimplify/Ligands/(1_methylbenzimidazol_2_yl)pyridine.xyz +45 -0
- molSimplify/Ligands/1-4-dimethyl-1-2-3-triazole.xyz +15 -0
- molSimplify/Ligands/12crown4.mol +62 -0
- molSimplify/Ligands/Antipyrine.mol +58 -0
- molSimplify/Ligands/BPAbipy.mol +106 -0
- molSimplify/Ligands/Hpyrrole.mol +26 -0
- molSimplify/Ligands/N-quinolinylbutyramidate.xyz +31 -0
- molSimplify/Ligands/N-quinolinylmethylmethinylacetamidate.xyz +30 -0
- molSimplify/Ligands/NMe2_-1.xyz +11 -0
- molSimplify/Ligands/PCy3.mol +111 -0
- molSimplify/Ligands/PMe3.xyz +15 -0
- molSimplify/Ligands/PPh3.mol +76 -0
- molSimplify/Ligands/Propyphenazone.mol +77 -0
- molSimplify/Ligands/acac.mol +33 -0
- molSimplify/Ligands/acacen.mol +76 -0
- molSimplify/Ligands/acetate.smi +1 -0
- molSimplify/Ligands/acetate.xyz +9 -0
- molSimplify/Ligands/aceticacidbipyridine.mol +70 -0
- molSimplify/Ligands/acetonitrile.mol +17 -0
- molSimplify/Ligands/alanine.mol +30 -0
- molSimplify/Ligands/alphabetizer.py +21 -0
- molSimplify/Ligands/amine.mol +11 -0
- molSimplify/Ligands/ammonia.mol +12 -0
- molSimplify/Ligands/arginine.mol +58 -0
- molSimplify/Ligands/asparagine.mol +38 -0
- molSimplify/Ligands/aspartic_acid.mol +35 -0
- molSimplify/Ligands/azide.mol +11 -0
- molSimplify/Ligands/benzene.mol +28 -0
- molSimplify/Ligands/benzene_pi.mol +30 -0
- molSimplify/Ligands/benzenedithiol.mol +30 -0
- molSimplify/Ligands/benzenethiol.mol +30 -0
- molSimplify/Ligands/benzylisocy.mol +38 -0
- molSimplify/Ligands/bidiazine.mol +42 -0
- molSimplify/Ligands/bidiazole.mol +38 -0
- molSimplify/Ligands/bifuran.mol +38 -0
- molSimplify/Ligands/bihydrodiazine.mol +58 -0
- molSimplify/Ligands/bihydrodiazole.mol +46 -0
- molSimplify/Ligands/bihydrooxazine.mol +54 -0
- molSimplify/Ligands/bihydrooxazole.mol +42 -0
- molSimplify/Ligands/bihydrothiazine.mol +54 -0
- molSimplify/Ligands/bihydrothiazole.mol +42 -0
- molSimplify/Ligands/biimidazole.mol +38 -0
- molSimplify/Ligands/bioxazole.mol +34 -0
- molSimplify/Ligands/bipy.mol +46 -0
- molSimplify/Ligands/bipyrazine.xyz +20 -0
- molSimplify/Ligands/bipyrimidine.mol +42 -0
- molSimplify/Ligands/bipyrrole.mol +42 -0
- molSimplify/Ligands/bisnapthyridylpyridine.mol +111 -0
- molSimplify/Ligands/bithiazole.mol +34 -0
- molSimplify/Ligands/bromide.mol +7 -0
- molSimplify/Ligands/bromide.smi +1 -0
- molSimplify/Ligands/c2.mol +9 -0
- molSimplify/Ligands/caprolactone.mol +41 -0
- molSimplify/Ligands/carbonyl.mol +8 -0
- molSimplify/Ligands/carboxyl.mol +13 -0
- molSimplify/Ligands/cat.mol +30 -0
- molSimplify/Ligands/chloride.mol +7 -0
- molSimplify/Ligands/chloride.smi +1 -0
- molSimplify/Ligands/chloropyridine.mol +27 -0
- molSimplify/Ligands/co2.mol +10 -0
- molSimplify/Ligands/corrolazine.mol +72 -0
- molSimplify/Ligands/cs.mol +8 -0
- molSimplify/Ligands/cyanate.xyz +5 -0
- molSimplify/Ligands/cyanide.mol +9 -0
- molSimplify/Ligands/cyanoaceticporphyrin.mol +114 -0
- molSimplify/Ligands/cyanopyridine.mol +29 -0
- molSimplify/Ligands/cyclam.mol +81 -0
- molSimplify/Ligands/cyclen.mol +69 -0
- molSimplify/Ligands/cyclopentadienyl.mol +26 -0
- molSimplify/Ligands/cysteine.mol +32 -0
- molSimplify/Ligands/diaminomethyl.mol +19 -0
- molSimplify/Ligands/diazine.mol +25 -0
- molSimplify/Ligands/diazole.mol +23 -0
- molSimplify/Ligands/dicyanamide.mol +15 -0
- molSimplify/Ligands/dihydrofuran.mol +27 -0
- molSimplify/Ligands/dmap.xyz +35 -0
- molSimplify/Ligands/dmf.mol +28 -0
- molSimplify/Ligands/dmi.mol +41 -0
- molSimplify/Ligands/dmpe.mol +52 -0
- molSimplify/Ligands/dpmu.mol +47 -0
- molSimplify/Ligands/dppe.mol +112 -0
- molSimplify/Ligands/edta.mol +69 -0
- molSimplify/Ligands/en.mol +28 -0
- molSimplify/Ligands/ethanethiol.mol +21 -0
- molSimplify/Ligands/ethanolamine.mol +26 -0
- molSimplify/Ligands/ethbipy.mol +70 -0
- molSimplify/Ligands/ethyl.mol +19 -0
- molSimplify/Ligands/ethylamine.mol +24 -0
- molSimplify/Ligands/ethylene.mol +16 -0
- molSimplify/Ligands/ethylesteracac.mol +57 -0
- molSimplify/Ligands/fluoride.mol +7 -0
- molSimplify/Ligands/fluoride.smi +1 -0
- molSimplify/Ligands/formaldehyde.mol +12 -0
- molSimplify/Ligands/formamidate.xyz +8 -0
- molSimplify/Ligands/formate.xyz +6 -0
- molSimplify/Ligands/furan.mol +23 -0
- molSimplify/Ligands/glutamic_acid.mol +42 -0
- molSimplify/Ligands/glutamine.mol +44 -0
- molSimplify/Ligands/glycinate.mol +23 -0
- molSimplify/Ligands/glycine.mol +24 -0
- molSimplify/Ligands/h2s.mol +10 -0
- molSimplify/Ligands/helium.mol +6 -0
- molSimplify/Ligands/histidine.mol +45 -0
- molSimplify/Ligands/hmpa.mol +62 -0
- molSimplify/Ligands/hs-.mol +9 -0
- molSimplify/Ligands/hydride.mol +7 -0
- molSimplify/Ligands/hydrocarboxyacetylide.xyz +8 -0
- molSimplify/Ligands/hydrocyanide.mol +10 -0
- molSimplify/Ligands/hydrodiazine.mol +33 -0
- molSimplify/Ligands/hydrodiazole.mol +27 -0
- molSimplify/Ligands/hydrogensulfide.mol +10 -0
- molSimplify/Ligands/hydroisocyanide.mol +11 -0
- molSimplify/Ligands/hydrooxazine.mol +31 -0
- molSimplify/Ligands/hydrooxazole.mol +25 -0
- molSimplify/Ligands/hydrothiazine.mol +31 -0
- molSimplify/Ligands/hydrothiazole.mol +25 -0
- molSimplify/Ligands/hydroxyl.mol +9 -0
- molSimplify/Ligands/imidazole.mol +23 -0
- molSimplify/Ligands/imidazolidinone.mol +29 -0
- molSimplify/Ligands/imine.mol +13 -0
- molSimplify/Ligands/iminodiacetic.mol +33 -0
- molSimplify/Ligands/iodide.mol +7 -0
- molSimplify/Ligands/iodobenzene.xyz +14 -0
- molSimplify/Ligands/isoleucine.mol +48 -0
- molSimplify/Ligands/isothiocyanate.mol +11 -0
- molSimplify/Ligands/leucine.mol +48 -0
- molSimplify/Ligands/ligands.dict +257 -0
- molSimplify/Ligands/lysine.mol +54 -0
- molSimplify/Ligands/mebenzenedithiol.mol +36 -0
- molSimplify/Ligands/mebim_py.xyz +29 -0
- molSimplify/Ligands/mebim_pz.xyz +28 -0
- molSimplify/Ligands/mebipy.mol +58 -0
- molSimplify/Ligands/mecat.mol +36 -0
- molSimplify/Ligands/methanal.mol +11 -0
- molSimplify/Ligands/methanethiol.mol +15 -0
- molSimplify/Ligands/methanol.mol +16 -0
- molSimplify/Ligands/methionine.mol +44 -0
- molSimplify/Ligands/methyl.mol +13 -0
- molSimplify/Ligands/methylacetylide.xyz +8 -0
- molSimplify/Ligands/methylamine.mol +19 -0
- molSimplify/Ligands/methylazide.xyz +9 -0
- molSimplify/Ligands/methylisocy.mol +17 -0
- molSimplify/Ligands/methylpyridine.mol +33 -0
- molSimplify/Ligands/n2.mol +8 -0
- molSimplify/Ligands/n4py.xyz +51 -0
- molSimplify/Ligands/nch.mol +10 -0
- molSimplify/Ligands/nco-.mol +11 -0
- molSimplify/Ligands/nethanolamine.mol +26 -0
- molSimplify/Ligands/nitrate.mol +14 -0
- molSimplify/Ligands/nitrite.mol +11 -0
- molSimplify/Ligands/nitro.mol +11 -0
- molSimplify/Ligands/nitrobipy.mol +54 -0
- molSimplify/Ligands/nitroso.mol +8 -0
- molSimplify/Ligands/nme3.mol +30 -0
- molSimplify/Ligands/no-.mol +10 -0
- molSimplify/Ligands/no2-.mol +11 -0
- molSimplify/Ligands/noxygen.mol +8 -0
- molSimplify/Ligands/ns-.mol +10 -0
- molSimplify/Ligands/o-pyridylbenzene.xyz +23 -0
- molSimplify/Ligands/o-pyridylphenylanion.xyz +22 -0
- molSimplify/Ligands/o2-.mol +9 -0
- molSimplify/Ligands/o2.xyz +4 -0
- molSimplify/Ligands/och2.mol +12 -0
- molSimplify/Ligands/oethanolamine.mol +26 -0
- molSimplify/Ligands/ome2.mol +22 -0
- molSimplify/Ligands/ooh.xyz +5 -0
- molSimplify/Ligands/oxalate.mol +17 -0
- molSimplify/Ligands/oxalate.smi +1 -0
- molSimplify/Ligands/oxygen.mol +7 -0
- molSimplify/Ligands/pentacyanocyclopentadienide.mol +36 -0
- molSimplify/Ligands/ph2-.mol +11 -0
- molSimplify/Ligands/ph3.mol +12 -0
- molSimplify/Ligands/phen.mol +51 -0
- molSimplify/Ligands/phenacac.mol +63 -0
- molSimplify/Ligands/phenalalanine.mol +51 -0
- molSimplify/Ligands/phendione.mol +51 -0
- molSimplify/Ligands/phenphen.mol +75 -0
- molSimplify/Ligands/phenylbenzoxazole.mol +54 -0
- molSimplify/Ligands/phenylcyc.mol +99 -0
- molSimplify/Ligands/phenylenediamine.mol +37 -0
- molSimplify/Ligands/phenylisocy.mol +32 -0
- molSimplify/Ligands/phosacidbipy.mol +66 -0
- molSimplify/Ligands/phosphine.mol +13 -0
- molSimplify/Ligands/phosphorine.mol +27 -0
- molSimplify/Ligands/phosphorustrifluoride.mol +12 -0
- molSimplify/Ligands/phthalocyanine.mol +126 -0
- molSimplify/Ligands/pme3o.mol +32 -0
- molSimplify/Ligands/porphyrin.mol +82 -0
- molSimplify/Ligands/pph3o.mol +77 -0
- molSimplify/Ligands/proline.mol +39 -0
- molSimplify/Ligands/propdiol.mol +21 -0
- molSimplify/Ligands/propylene.mol +23 -0
- molSimplify/Ligands/pyridine.mol +27 -0
- molSimplify/Ligands/pyrimidone.mol +27 -0
- molSimplify/Ligands/pyrrole.mol +24 -0
- molSimplify/Ligands/quinoxalinedithiol.mol +39 -0
- molSimplify/Ligands/s2-.mol +9 -0
- molSimplify/Ligands/salen.mol +75 -0
- molSimplify/Ligands/salphen.mol +84 -0
- molSimplify/Ligands/serine.mol +32 -0
- molSimplify/Ligands/simple_ligands.dict +14 -0
- molSimplify/Ligands/sulfacidbipy.mol +63 -0
- molSimplify/Ligands/tbucat.mol +54 -0
- molSimplify/Ligands/tbuphisocy.mol +56 -0
- molSimplify/Ligands/tbutylcyclen.mol +166 -0
- molSimplify/Ligands/tbutylisocy.mol +35 -0
- molSimplify/Ligands/tbutylthiol.mol +33 -0
- molSimplify/Ligands/tcnoet.mol +43 -0
- molSimplify/Ligands/tcnoetOH.mol +45 -0
- molSimplify/Ligands/terpy.mol +65 -0
- molSimplify/Ligands/tetrahydrofuran.mol +31 -0
- molSimplify/Ligands/thiane.mol +37 -0
- molSimplify/Ligands/thiazole.mol +21 -0
- molSimplify/Ligands/thiocyanate.mol +11 -0
- molSimplify/Ligands/thiol.mol +9 -0
- molSimplify/Ligands/thiophene.mol +23 -0
- molSimplify/Ligands/thiopyridine.mol +29 -0
- molSimplify/Ligands/threonine.mol +38 -0
- molSimplify/Ligands/tpp.mol +165 -0
- molSimplify/Ligands/tricyanomethyl.mol +19 -0
- molSimplify/Ligands/trifluoromethyl.mol +13 -0
- molSimplify/Ligands/tryptophan.mol +60 -0
- molSimplify/Ligands/tyrosine.mol +53 -0
- molSimplify/Ligands/uthiol.mol +11 -0
- molSimplify/Ligands/uthiolme2.mol +23 -0
- molSimplify/Ligands/valine.mol +42 -0
- molSimplify/Ligands/water.mol +10 -0
- molSimplify/Ligands/x.mol +6 -0
- molSimplify/Scripts/__init__.py +0 -0
- molSimplify/Scripts/addtodb.py +308 -0
- molSimplify/Scripts/cellbuilder.py +1592 -0
- molSimplify/Scripts/cellbuilder_tools.py +701 -0
- molSimplify/Scripts/chains.py +342 -0
- molSimplify/Scripts/convert_2to3.py +23 -0
- molSimplify/Scripts/dbinteract.py +631 -0
- molSimplify/Scripts/distgeom.py +617 -0
- molSimplify/Scripts/findcorrelations.py +287 -0
- molSimplify/Scripts/generator.py +267 -0
- molSimplify/Scripts/geometry.py +1224 -0
- molSimplify/Scripts/grabguivars.py +845 -0
- molSimplify/Scripts/in_b3lyp_usetc.py +141 -0
- molSimplify/Scripts/inparse.py +1673 -0
- molSimplify/Scripts/io.py +1149 -0
- molSimplify/Scripts/isomers.py +415 -0
- molSimplify/Scripts/jobgen.py +247 -0
- molSimplify/Scripts/krr_prep.py +1262 -0
- molSimplify/Scripts/molSimplify_io.py +18 -0
- molSimplify/Scripts/molden2psi4wfn.py +166 -0
- molSimplify/Scripts/namegen.py +32 -0
- molSimplify/Scripts/nn_prep.py +561 -0
- molSimplify/Scripts/oct_check_mols.py +782 -0
- molSimplify/Scripts/periodic_QE.py +97 -0
- molSimplify/Scripts/postmold.py +304 -0
- molSimplify/Scripts/postmwfn.py +709 -0
- molSimplify/Scripts/postparse.py +488 -0
- molSimplify/Scripts/postproc.py +139 -0
- molSimplify/Scripts/qcgen.py +1450 -0
- molSimplify/Scripts/rmsd.py +489 -0
- molSimplify/Scripts/rungen.py +670 -0
- molSimplify/Scripts/structgen.py +3040 -0
- molSimplify/Scripts/tf_nn_prep.py +894 -0
- molSimplify/Scripts/tsgen.py +295 -0
- molSimplify/Scripts/uq_calibration.py +69 -0
- molSimplify/__init__.py +0 -0
- molSimplify/__main__.py +197 -0
- molSimplify/icons/chemdb.png +0 -0
- molSimplify/icons/hjklogo.png +0 -0
- molSimplify/icons/icon.png +0 -0
- molSimplify/icons/logo.png +0 -0
- molSimplify/icons/logo_old.png +0 -0
- molSimplify/icons/petachem.png +0 -0
- molSimplify/icons/petachem2.png +0 -0
- molSimplify/icons/petachem_full.png +0 -0
- molSimplify/icons/pythonlogo.png +0 -0
- molSimplify/icons/sge copy.png +0 -0
- molSimplify/icons/sge.png +0 -0
- molSimplify/icons/slurm.png +0 -0
- molSimplify/icons/wft1.png +0 -0
- molSimplify/icons/wft2.png +0 -0
- molSimplify/icons/wft3.png +0 -0
- molSimplify/ml/__init__.py +0 -0
- molSimplify/ml/kernels.py +36 -0
- molSimplify/ml/layers.py +29 -0
- molSimplify/molscontrol/__init__.py +14 -0
- molSimplify/molscontrol/_version.py +521 -0
- molSimplify/molscontrol/clf_tools.py +144 -0
- molSimplify/molscontrol/data/README.md +21 -0
- molSimplify/molscontrol/data/look_and_say.dat +15 -0
- molSimplify/molscontrol/dynamic_classifier.py +514 -0
- molSimplify/molscontrol/io_tools.py +363 -0
- molSimplify/molscontrol/molscontrol.py +49 -0
- molSimplify/molscontrol/terachem/jobscript_control.sh +31 -0
- molSimplify/molscontrol/terachem/terachem_input +22 -0
- molSimplify/python_krr/X_train_TS.csv +535 -0
- molSimplify/python_krr/__init__.py +0 -0
- molSimplify/python_krr/hat2_X_mean_std.csv +3 -0
- molSimplify/python_krr/hat2_feature_names.csv +1 -0
- molSimplify/python_krr/hat2_y_mean_std.csv +2 -0
- molSimplify/python_krr/hat_X_mean_std.csv +6 -0
- molSimplify/python_krr/hat_feature_names.csv +1 -0
- molSimplify/python_krr/hat_krr_X_train.csv +5205 -0
- molSimplify/python_krr/hat_krr_dual_coef.csv +1 -0
- molSimplify/python_krr/hat_y_mean_std.csv +2 -0
- molSimplify/python_krr/sklearn_models.py +34 -0
- molSimplify/python_krr/y_train_TS.csv +535 -0
- molSimplify/python_nn/ANN.py +198 -0
- molSimplify/python_nn/__init__.py +0 -0
- molSimplify/python_nn/clf_analysis_tool.py +125 -0
- molSimplify/python_nn/dictionary_toolbox.py +49 -0
- molSimplify/python_nn/ensemble_test.py +309 -0
- molSimplify/python_nn/hs_center.csv +26 -0
- molSimplify/python_nn/hs_scale.csv +26 -0
- molSimplify/python_nn/ls_center.csv +26 -0
- molSimplify/python_nn/ls_scale.csv +26 -0
- molSimplify/python_nn/ms_hs_b1.csv +50 -0
- molSimplify/python_nn/ms_hs_b2.csv +50 -0
- molSimplify/python_nn/ms_hs_b3.csv +1 -0
- molSimplify/python_nn/ms_hs_w1.csv +50 -0
- molSimplify/python_nn/ms_hs_w2.csv +50 -0
- molSimplify/python_nn/ms_hs_w3.csv +1 -0
- molSimplify/python_nn/ms_ls_b1.csv +50 -0
- molSimplify/python_nn/ms_ls_b2.csv +50 -0
- molSimplify/python_nn/ms_ls_b3.csv +1 -0
- molSimplify/python_nn/ms_ls_w1.csv +50 -0
- molSimplify/python_nn/ms_ls_w2.csv +50 -0
- molSimplify/python_nn/ms_ls_w3.csv +1 -0
- molSimplify/python_nn/ms_slope_b1.csv +50 -0
- molSimplify/python_nn/ms_slope_b2.csv +50 -0
- molSimplify/python_nn/ms_slope_b3.csv +1 -0
- molSimplify/python_nn/ms_slope_w1.csv +50 -0
- molSimplify/python_nn/ms_slope_w2.csv +50 -0
- molSimplify/python_nn/ms_slope_w3.csv +1 -0
- molSimplify/python_nn/ms_split_b1.csv +50 -0
- molSimplify/python_nn/ms_split_b2.csv +50 -0
- molSimplify/python_nn/ms_split_b3.csv +1 -0
- molSimplify/python_nn/ms_split_w1.csv +50 -0
- molSimplify/python_nn/ms_split_w2.csv +50 -0
- molSimplify/python_nn/ms_split_w3.csv +1 -0
- molSimplify/python_nn/slope_center.csv +25 -0
- molSimplify/python_nn/slope_scale.csv +25 -0
- molSimplify/python_nn/split_center.csv +26 -0
- molSimplify/python_nn/split_scale.csv +26 -0
- molSimplify/python_nn/tf_ANN.py +762 -0
- molSimplify/python_nn/train_data.csv +1211 -0
- molSimplify/tf_nn/__init__.py +0 -0
- molSimplify/tf_nn/geo_static_clf/geo_static_clf_model.h5 +0 -0
- molSimplify/tf_nn/geo_static_clf/geo_static_clf_train_name.csv +1591 -0
- molSimplify/tf_nn/geo_static_clf/geo_static_clf_train_x.csv +2790 -0
- molSimplify/tf_nn/geo_static_clf/geo_static_clf_train_y.csv +2790 -0
- molSimplify/tf_nn/geo_static_clf/geo_static_clf_vars.csv +154 -0
- molSimplify/tf_nn/geos/hs_ii_bl_x.csv +1577 -0
- molSimplify/tf_nn/geos/hs_ii_bl_y.csv +1577 -0
- molSimplify/tf_nn/geos/hs_ii_model.h5 +0 -0
- molSimplify/tf_nn/geos/hs_ii_model.json +1 -0
- molSimplify/tf_nn/geos/hs_ii_vars.csv +154 -0
- molSimplify/tf_nn/geos/hs_iii_bl_x.csv +1659 -0
- molSimplify/tf_nn/geos/hs_iii_bl_y.csv +1659 -0
- molSimplify/tf_nn/geos/hs_iii_model.h5 +0 -0
- molSimplify/tf_nn/geos/hs_iii_model.json +1 -0
- molSimplify/tf_nn/geos/hs_iii_vars.csv +154 -0
- molSimplify/tf_nn/geos/ls_ii_bl_x.csv +1374 -0
- molSimplify/tf_nn/geos/ls_ii_bl_y.csv +1374 -0
- molSimplify/tf_nn/geos/ls_ii_model.h5 +0 -0
- molSimplify/tf_nn/geos/ls_ii_model.json +1 -0
- molSimplify/tf_nn/geos/ls_ii_vars.csv +154 -0
- molSimplify/tf_nn/geos/ls_iii_bl_x.csv +1364 -0
- molSimplify/tf_nn/geos/ls_iii_bl_y.csv +1364 -0
- molSimplify/tf_nn/geos/ls_iii_model.h5 +0 -0
- molSimplify/tf_nn/geos/ls_iii_model.json +1 -0
- molSimplify/tf_nn/geos/ls_iii_vars.csv +154 -0
- molSimplify/tf_nn/homolumo/gap_model.h5 +0 -0
- molSimplify/tf_nn/homolumo/gap_model.json +1 -0
- molSimplify/tf_nn/homolumo/gap_test_names.csv +175 -0
- molSimplify/tf_nn/homolumo/gap_test_x.csv +176 -0
- molSimplify/tf_nn/homolumo/gap_test_y.csv +176 -0
- molSimplify/tf_nn/homolumo/gap_train_names.csv +699 -0
- molSimplify/tf_nn/homolumo/gap_train_x.csv +700 -0
- molSimplify/tf_nn/homolumo/gap_train_y.csv +700 -0
- molSimplify/tf_nn/homolumo/gap_vars.csv +153 -0
- molSimplify/tf_nn/homolumo/homo_model.h5 +0 -0
- molSimplify/tf_nn/homolumo/homo_model.json +126 -0
- molSimplify/tf_nn/homolumo/homo_test_names.csv +175 -0
- molSimplify/tf_nn/homolumo/homo_test_x.csv +176 -0
- molSimplify/tf_nn/homolumo/homo_test_y.csv +176 -0
- molSimplify/tf_nn/homolumo/homo_train_names.csv +699 -0
- molSimplify/tf_nn/homolumo/homo_train_x.csv +700 -0
- molSimplify/tf_nn/homolumo/homo_train_y.csv +700 -0
- molSimplify/tf_nn/homolumo/homo_vars.csv +153 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_info.json +7 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_model.h5 +0 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_model.json +1 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_test_names.csv +143 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_test_x.csv +144 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_test_y.csv +144 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_train_names.csv +513 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_train_x.csv +514 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_train_y.csv +514 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_val_names.csv +143 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_val_x.csv +58 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_val_y.csv +58 -0
- molSimplify/tf_nn/oxoandhomo/homo_empty_vars.csv +155 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_info.json +7 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_model.h5 +0 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_model.json +1 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_test_names.csv +143 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_test_x.csv +144 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_test_y.csv +144 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_train_names.csv +513 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_train_x.csv +514 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_train_y.csv +514 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_val_names.csv +143 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_val_x.csv +58 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_val_y.csv +58 -0
- molSimplify/tf_nn/oxoandhomo/oxo20_vars.csv +154 -0
- molSimplify/tf_nn/oxocatalysis/hat_model.h5 +0 -0
- molSimplify/tf_nn/oxocatalysis/hat_model.json +1 -0
- molSimplify/tf_nn/oxocatalysis/hat_test_names.csv +419 -0
- molSimplify/tf_nn/oxocatalysis/hat_test_x.csv +420 -0
- molSimplify/tf_nn/oxocatalysis/hat_test_y.csv +420 -0
- molSimplify/tf_nn/oxocatalysis/hat_train_names.csv +1507 -0
- molSimplify/tf_nn/oxocatalysis/hat_train_x.csv +1508 -0
- molSimplify/tf_nn/oxocatalysis/hat_train_y.csv +1508 -0
- molSimplify/tf_nn/oxocatalysis/hat_val_x.csv +169 -0
- molSimplify/tf_nn/oxocatalysis/hat_val_y.csv +169 -0
- molSimplify/tf_nn/oxocatalysis/hat_vars.csv +162 -0
- molSimplify/tf_nn/oxocatalysis/oxo_model.h5 +0 -0
- molSimplify/tf_nn/oxocatalysis/oxo_model.json +1 -0
- molSimplify/tf_nn/oxocatalysis/oxo_test_names.csv +527 -0
- molSimplify/tf_nn/oxocatalysis/oxo_test_x.csv +528 -0
- molSimplify/tf_nn/oxocatalysis/oxo_test_y.csv +528 -0
- molSimplify/tf_nn/oxocatalysis/oxo_train_names.csv +1897 -0
- molSimplify/tf_nn/oxocatalysis/oxo_train_x.csv +1898 -0
- molSimplify/tf_nn/oxocatalysis/oxo_train_y.csv +1898 -0
- molSimplify/tf_nn/oxocatalysis/oxo_val_x.csv +212 -0
- molSimplify/tf_nn/oxocatalysis/oxo_val_y.csv +212 -0
- molSimplify/tf_nn/oxocatalysis/oxo_vars.csv +162 -0
- molSimplify/tf_nn/rescaling_data/gap_mean_x.csv +153 -0
- molSimplify/tf_nn/rescaling_data/gap_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/gap_var_x.csv +153 -0
- molSimplify/tf_nn/rescaling_data/gap_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/geo_static_clf_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/geo_static_clf_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/geo_static_clf_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/geo_static_clf_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/hat_mean_x.csv +162 -0
- molSimplify/tf_nn/rescaling_data/hat_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/hat_var_x.csv +162 -0
- molSimplify/tf_nn/rescaling_data/hat_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/homo_empty_mean_x.csv +155 -0
- molSimplify/tf_nn/rescaling_data/homo_empty_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/homo_empty_var_x.csv +155 -0
- molSimplify/tf_nn/rescaling_data/homo_empty_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/homo_mean_x.csv +153 -0
- molSimplify/tf_nn/rescaling_data/homo_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/homo_var_x.csv +153 -0
- molSimplify/tf_nn/rescaling_data/homo_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/hs_ii_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/hs_ii_mean_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/hs_ii_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/hs_ii_var_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/hs_iii_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/hs_iii_mean_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/hs_iii_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/hs_iii_var_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/ls_ii_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/ls_ii_mean_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/ls_ii_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/ls_ii_var_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/ls_iii_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/ls_iii_mean_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/ls_iii_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/ls_iii_var_y.csv +3 -0
- molSimplify/tf_nn/rescaling_data/oxo20_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/oxo20_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/oxo20_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/oxo20_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/oxo_mean_x.csv +162 -0
- molSimplify/tf_nn/rescaling_data/oxo_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/oxo_var_x.csv +162 -0
- molSimplify/tf_nn/rescaling_data/oxo_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/sc_static_clf_mean_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/sc_static_clf_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/sc_static_clf_var_x.csv +154 -0
- molSimplify/tf_nn/rescaling_data/sc_static_clf_var_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/split_mean_x.csv +155 -0
- molSimplify/tf_nn/rescaling_data/split_mean_y.csv +1 -0
- molSimplify/tf_nn/rescaling_data/split_var_x.csv +155 -0
- molSimplify/tf_nn/rescaling_data/split_var_y.csv +1 -0
- molSimplify/tf_nn/sc_static_clf/sc_static_clf_model.h5 +0 -0
- molSimplify/tf_nn/sc_static_clf/sc_static_clf_train_name.csv +1591 -0
- molSimplify/tf_nn/sc_static_clf/sc_static_clf_train_x.csv +1592 -0
- molSimplify/tf_nn/sc_static_clf/sc_static_clf_train_y.csv +1592 -0
- molSimplify/tf_nn/sc_static_clf/sc_static_clf_vars.csv +154 -0
- molSimplify/tf_nn/split/split_model.h5 +0 -0
- molSimplify/tf_nn/split/split_model.json +1 -0
- molSimplify/tf_nn/split/split_vars.csv +155 -0
- molSimplify/tf_nn/split/split_x.csv +1902 -0
- molSimplify/tf_nn/split/split_y.csv +1902 -0
- molSimplify/tf_nn/split/train_names.csv +1901 -0
- molSimplify/utils/__init__.py +0 -0
- molSimplify/utils/decorators.py +16 -0
- molSimplify/utils/metaclasses.py +12 -0
- molSimplify/utils/tensorflow.py +23 -0
- molSimplify/utils/timer.py +16 -0
- molSimplify-1.7.4.dist-info/LICENSE +674 -0
- molSimplify-1.7.4.dist-info/METADATA +821 -0
- molSimplify-1.7.4.dist-info/RECORD +651 -0
- molSimplify-1.7.4.dist-info/WHEEL +5 -0
- molSimplify-1.7.4.dist-info/entry_points.txt +3 -0
- molSimplify-1.7.4.dist-info/top_level.txt +4 -0
- tests/generateTests.py +122 -0
- tests/helperFuncs.py +658 -0
- tests/informatics/test_MOF_descriptors.py +128 -0
- tests/informatics/test_active_learning.py +113 -0
- tests/informatics/test_coulomb_analyze.py +24 -0
- tests/informatics/test_graph_racs.py +193 -0
- tests/ml/test_kernels.py +20 -0
- tests/ml/test_layers.py +47 -0
- tests/runtest.py +10 -0
- tests/test_Mol2D.py +128 -0
- tests/test_basic_imports.py +62 -0
- tests/test_bidentate.py +25 -0
- tests/test_cli.py +20 -0
- tests/test_distgeom.py +106 -0
- tests/test_example_1.py +29 -0
- tests/test_example_3.py +31 -0
- tests/test_example_5.py +43 -0
- tests/test_example_7.py +28 -0
- tests/test_example_8.py +15 -0
- tests/test_example_tbp.py +15 -0
- tests/test_ff_xtb.py +111 -0
- tests/test_geocheck_oct.py +26 -0
- tests/test_geocheck_one_empty.py +15 -0
- tests/test_geometry.py +44 -0
- tests/test_inparse.py +76 -0
- tests/test_io.py +84 -0
- tests/test_jobgen.py +84 -0
- tests/test_joption_pythonic.py +27 -0
- tests/test_ligand_assign.py +58 -0
- tests/test_ligand_assign_consistent.py +60 -0
- tests/test_ligand_class.py +26 -0
- tests/test_ligand_from_mol_file.py +35 -0
- tests/test_ligands.py +86 -0
- tests/test_mol3D.py +337 -0
- tests/test_molcas_caspt2.py +15 -0
- tests/test_molcas_casscf.py +15 -0
- tests/test_old_ANNs.py +68 -0
- tests/test_orca_ccsdt.py +15 -0
- tests/test_orca_dft.py +15 -0
- tests/test_qcgen.py +50 -0
- tests/test_racs.py +124 -0
- tests/test_rmsd.py +68 -0
- tests/test_structgen_functions.py +198 -0
- tests/test_tetrahedral.py +29 -0
- tests/test_tutorial_10_part_one.py +16 -0
- tests/test_tutorial_10_part_two.py +15 -0
- tests/test_tutorial_2.py +11 -0
- tests/test_tutorial_3.py +15 -0
- tests/test_tutorial_4.py +57 -0
- tests/test_tutorial_6.py +10 -0
- tests/test_tutorial_8.py +29 -0
- tests/test_tutorial_9_part_one.py +15 -0
- tests/test_tutorial_9_part_two.py +15 -0
- tests/test_tutorial_qm9_part_one.py +6 -0
- tests/testresources/refs/racs/generate_references.py +85 -0
- workflows/NandyJACSAu2022/bridge_functionalizer.py +253 -0
- workflows/NandyJACSAu2022/frag_functionalizer.py +242 -0
- workflows/NandyJACSAu2022/fragment_classes.py +586 -0
- workflows/NandyJACSAu2022/macrocycle_synthesis.py +179 -0
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
import numpy as np
|
|
2
|
+
|
|
3
|
+
from molSimplify.Scripts.geometry import distance
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
def fpriority(mol):
|
|
7
|
+
# setting up variables
|
|
8
|
+
fidx_list = []
|
|
9
|
+
sidx_list = []
|
|
10
|
+
satno_list = []
|
|
11
|
+
ref_list = []
|
|
12
|
+
fd_list = []
|
|
13
|
+
# fa_list = []
|
|
14
|
+
# idx_list = [0] * 6
|
|
15
|
+
exit_signal = True
|
|
16
|
+
# getting bond-order matrix
|
|
17
|
+
mol.convert2OBMol()
|
|
18
|
+
BOMatrix = mol.populateBOMatrix()
|
|
19
|
+
|
|
20
|
+
# preping for the loop
|
|
21
|
+
fidx_list.append(mol.findMetal())
|
|
22
|
+
for i in range(len(fidx_list)):
|
|
23
|
+
for fidx in fidx_list[i]:
|
|
24
|
+
for sidx in mol.getBondedAtoms(fidx):
|
|
25
|
+
sidx_list.append([sidx])
|
|
26
|
+
|
|
27
|
+
for i in range(len(fidx_list)):
|
|
28
|
+
for fidx in fidx_list[i]:
|
|
29
|
+
for j in range(len(sidx_list)):
|
|
30
|
+
for sidx in sidx_list[j]:
|
|
31
|
+
BO = int(BOMatrix[fidx][sidx])
|
|
32
|
+
if BO == 0:
|
|
33
|
+
BO = 1
|
|
34
|
+
satno_str = str(mol.getAtom(sidx).atno)
|
|
35
|
+
satno_list.append(int(BO * satno_str))
|
|
36
|
+
|
|
37
|
+
for satno in set(satno_list):
|
|
38
|
+
satnocount = satno_list.count(satno)
|
|
39
|
+
if satnocount > 1:
|
|
40
|
+
s_sel_list = [i for i, atno in enumerate(satno_list) if atno is satno]
|
|
41
|
+
exit_signal = False
|
|
42
|
+
|
|
43
|
+
for i in range(len(fidx_list)):
|
|
44
|
+
for fidx in fidx_list[i]:
|
|
45
|
+
ref_list.append(fidx)
|
|
46
|
+
|
|
47
|
+
# starting the loop
|
|
48
|
+
tidx_list = []
|
|
49
|
+
tatno_list = []
|
|
50
|
+
for i in range(len(sidx_list)):
|
|
51
|
+
tidx_list.append([])
|
|
52
|
+
tatno_list.append([])
|
|
53
|
+
|
|
54
|
+
while not exit_signal:
|
|
55
|
+
fpriority_list = []
|
|
56
|
+
for i in s_sel_list:
|
|
57
|
+
t_list = []
|
|
58
|
+
for sidx in sidx_list[i]:
|
|
59
|
+
for tidx in mol.getBondedAtoms(sidx):
|
|
60
|
+
if tidx not in ref_list:
|
|
61
|
+
t_list.append(tidx)
|
|
62
|
+
tidx_list[i] = t_list
|
|
63
|
+
# print(sidx_list)
|
|
64
|
+
# print(tidx_list)
|
|
65
|
+
for i in s_sel_list:
|
|
66
|
+
for sidx in sidx_list[i]:
|
|
67
|
+
atno_list = tatno_list[i]
|
|
68
|
+
ls = []
|
|
69
|
+
for j in s_sel_list:
|
|
70
|
+
for tidx in tidx_list[j]:
|
|
71
|
+
BO = int(BOMatrix[sidx][tidx])
|
|
72
|
+
tatno_str = str(mol.getAtom(tidx).atno)
|
|
73
|
+
ls.append(BO * tatno_str)
|
|
74
|
+
sorted(ls, reverse=True)
|
|
75
|
+
for j in ls:
|
|
76
|
+
atno_list.append(j)
|
|
77
|
+
a = ''.join(atno_list)
|
|
78
|
+
tatno_list[i] = [a]
|
|
79
|
+
sidx_list = []
|
|
80
|
+
for i in range(len(tidx_list)):
|
|
81
|
+
sidx_list.append(tidx_list[i])
|
|
82
|
+
for i in s_sel_list:
|
|
83
|
+
for sidx in sidx_list[i]:
|
|
84
|
+
ref_list.append(sidx)
|
|
85
|
+
test_list = []
|
|
86
|
+
for i in range(len(sidx_list)):
|
|
87
|
+
test_list.append([])
|
|
88
|
+
# get priorities
|
|
89
|
+
for i in range(len(satno_list)):
|
|
90
|
+
atno_list = []
|
|
91
|
+
atno_list.append(str(satno_list[i]))
|
|
92
|
+
if tatno_list[i] == []:
|
|
93
|
+
atno_list.append('')
|
|
94
|
+
else:
|
|
95
|
+
atno_list.append(tatno_list[i][0])
|
|
96
|
+
a = '.'.join(atno_list)
|
|
97
|
+
fpriority_list.append(float(a))
|
|
98
|
+
if tidx_list == test_list or len(set(fpriority_list)) == 6:
|
|
99
|
+
exit_signal = True
|
|
100
|
+
# get distance
|
|
101
|
+
fd_list = []
|
|
102
|
+
mcoord = mol.atoms[mol.findMetal()[0]].coords()
|
|
103
|
+
idx_list = np.argsort(np.array(fpriority_list))
|
|
104
|
+
fpriority_list = np.array(fpriority_list)[idx_list].tolist()
|
|
105
|
+
sidx_list = mol.getBondedAtoms(fidx_list[0][0])
|
|
106
|
+
for idx in idx_list:
|
|
107
|
+
scoord = mol.getAtom(sidx_list[idx]).coords()
|
|
108
|
+
r = distance(mcoord, scoord)
|
|
109
|
+
fd_list.append(r)
|
|
110
|
+
|
|
111
|
+
# idx = np.argsort(np.array(fpriority_list))[-1]
|
|
112
|
+
# sidx_list = mol.getBondedAtomsByCoordNo(fidx_list[0][0],6)
|
|
113
|
+
# refcoord = mol.getAtom(sidx_list[idx]).coords()
|
|
114
|
+
# mcoord = mol.getAtom(fidx_list[0][0]).coords()
|
|
115
|
+
# idx0 = 0
|
|
116
|
+
# dist5 = 0
|
|
117
|
+
# idx5 = 0
|
|
118
|
+
# idx1_4 = []
|
|
119
|
+
# fprio1_4 = []
|
|
120
|
+
# sxyzs = []
|
|
121
|
+
# ssd_list = []
|
|
122
|
+
# for i, sidx in enumerate(sidx_list):
|
|
123
|
+
# sxyz = mol.getAtom(sidx).coords()
|
|
124
|
+
# dist = distance(refcoord,sxyz)
|
|
125
|
+
# if dist == 0:
|
|
126
|
+
# idx0 = i
|
|
127
|
+
# elif dist > dist5:
|
|
128
|
+
# dist5 = dist
|
|
129
|
+
# idx5 = i
|
|
130
|
+
# idx1_4.append(i)
|
|
131
|
+
# fprio1_4.append(fpriority_list[i])
|
|
132
|
+
# sxyzs.append(sxyz)
|
|
133
|
+
# ssd_list.append(dist)
|
|
134
|
+
# fd_list.append(distance(mcoord,sxyz))
|
|
135
|
+
# idx1_4.pop(idx0)
|
|
136
|
+
# idx1_4.pop(idx5)
|
|
137
|
+
# fprio1_4.pop(idx0)
|
|
138
|
+
# fprio1_4.pop(idx5)
|
|
139
|
+
# idx_list[0] = idx0
|
|
140
|
+
# idx_list[5] = idx5
|
|
141
|
+
# idx1 = idx1_4[np.argsort(np.array(fprio1_4))[3]]
|
|
142
|
+
# sxyz1 = sxyzs[idx1]
|
|
143
|
+
# idx2_ = idx1_4[np.argsort(np.array(fprio1_4))[2]]
|
|
144
|
+
# sxyz2_ = sxyzs[idx2_]
|
|
145
|
+
# idx3_ = idx1_4[np.argsort(np.array(fprio1_4))[1]]
|
|
146
|
+
# sxyz3_ = sxyzs[idx3_]
|
|
147
|
+
# idx4_ = idx1_4[np.argsort(np.array(fprio1_4))[0]]
|
|
148
|
+
# sxyz4_ = sxyzs[idx4_]
|
|
149
|
+
# fd1_4 = []
|
|
150
|
+
# fd1_4.append(distance(sxyz1, sxyz1))
|
|
151
|
+
# fd1_4.append(distance(sxyz1, sxyz2_))
|
|
152
|
+
# fd1_4.append(distance(sxyz1, sxyz3_))
|
|
153
|
+
# fd1_4.append(distance(sxyz1, sxyz4_))
|
|
154
|
+
# idx3 = idx1_4[np.argsort(np.array(fd1_4))[-1]] + idx1 - 4
|
|
155
|
+
# if idx3 == idx2_:
|
|
156
|
+
# if fpriority_list[idx3_] > fpriority_list[idx4_]:
|
|
157
|
+
# idx2 = idx3_
|
|
158
|
+
# idx4 = idx4_
|
|
159
|
+
# else:
|
|
160
|
+
# idx2 = idx4_
|
|
161
|
+
# idx4 = idx2_
|
|
162
|
+
# elif idx3 == idx4_:
|
|
163
|
+
# if fpriority_list[idx2_] > fpriority_list[idx3_]:
|
|
164
|
+
# idx2 = idx2_
|
|
165
|
+
# idx4 = idx3_
|
|
166
|
+
# else:
|
|
167
|
+
# idx2 = idx3_
|
|
168
|
+
# idx4 = idx2_
|
|
169
|
+
# else:
|
|
170
|
+
# if fpriority_list[idx2_] > fpriority_list[idx4_]:
|
|
171
|
+
# idx2 = idx2_
|
|
172
|
+
# idx4 = idx4_
|
|
173
|
+
# else:
|
|
174
|
+
# idx2 = idx4_
|
|
175
|
+
# idx4 = idx2_
|
|
176
|
+
# # get ax, eq, ax idxes
|
|
177
|
+
# idx_list[1] = idx1
|
|
178
|
+
# idx_list[2] = idx2
|
|
179
|
+
# idx_list[3] = idx3
|
|
180
|
+
# idx_list[4] = idx4
|
|
181
|
+
# fpriority_list = np.array(fpriority_list)[idx_list].tolist()
|
|
182
|
+
# fd_list = np.array(fd_list)[idx_list].tolist()
|
|
183
|
+
|
|
184
|
+
return fpriority_list, fd_list, idx_list
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
def fsym(mol):
|
|
188
|
+
# getting idxs of interest
|
|
189
|
+
midx = mol.findMetal()[0] # monometallic complexes
|
|
190
|
+
fidx_list = mol.getBondedAtoms(midx) # list of idx of the first-coord sphere
|
|
191
|
+
fsym_list = []
|
|
192
|
+
for idx in fidx_list:
|
|
193
|
+
sym = mol.getAtom(idx).sym
|
|
194
|
+
fsym_list.append(sym)
|
|
195
|
+
return fsym_list
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
def fvalency(mol):
|
|
199
|
+
# getting idxs of interest
|
|
200
|
+
midx = mol.findMetal()[0] # monometallic complexes
|
|
201
|
+
fidx_list = mol.getBondedAtoms(midx) # list of idx of the first-coord sphere
|
|
202
|
+
fvalency_list = []
|
|
203
|
+
for idx in fidx_list:
|
|
204
|
+
valency = len(mol.getBondedAtoms(idx)) - 1
|
|
205
|
+
fvalency_list.append(valency)
|
|
206
|
+
return fvalency_list
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
def fcharge(mol, charge, bond=False):
|
|
210
|
+
# getting idxs of interest
|
|
211
|
+
midx = mol.findMetal()[0] # monometallic complexes
|
|
212
|
+
fidx_list = mol.getBondedAtoms(midx) # list of idx of the first-coord sphere
|
|
213
|
+
mol.calcCharges(charge, bond)
|
|
214
|
+
fcharge_list = []
|
|
215
|
+
for idx in fidx_list:
|
|
216
|
+
partialq = mol.partialcharges[idx]
|
|
217
|
+
fcharge_list.append(float(partialq))
|
|
218
|
+
return fcharge_list
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
def scharge_ave(mol, charge, bond=False):
|
|
222
|
+
mol.calcCharges(charge)
|
|
223
|
+
# getting idxs of interest
|
|
224
|
+
midx = mol.findMetal()[0] # monometallic complexes
|
|
225
|
+
fidx_list = mol.getBondedAtoms(midx) # list of idx of the first-coord sphere
|
|
226
|
+
mol.calcCharges(charge, bond)
|
|
227
|
+
sidx_list = [mol.getBondedAtoms(fidx) for fidx in fidx_list]
|
|
228
|
+
scharge_ave_list = []
|
|
229
|
+
for i in range(len(sidx_list)):
|
|
230
|
+
partialq = 0
|
|
231
|
+
for j in range(len(sidx_list[i])):
|
|
232
|
+
idx = sidx_list[i][j]
|
|
233
|
+
if idx is not midx:
|
|
234
|
+
partialq += mol.partialcharges[idx]
|
|
235
|
+
charge_ave = partialq/len(sidx_list[i])
|
|
236
|
+
scharge_ave_list.append(float(charge_ave))
|
|
237
|
+
|
|
238
|
+
return scharge_ave_list
|
|
239
|
+
|
|
240
|
+
# def fdistance(mol):
|
|
241
|
+
# # getting idxs of interest
|
|
242
|
+
# midx = mol.findMetal()[0] # monometallic complexes
|
|
243
|
+
# mcoord = mol.getAtom(midx).coords()
|
|
244
|
+
# fidx_list = mol.getBondedAtoms(midx) # list of idx of the first-coord sphere
|
|
245
|
+
# fdistance_list = []
|
|
246
|
+
# for idx in fidx_list:
|
|
247
|
+
# fcoord = mol.getAtom(idx).coords()
|
|
248
|
+
# d = distance(mcoord,fcoord)
|
|
249
|
+
# fdistance_list.append(float(d))
|
|
250
|
+
|
|
251
|
+
# return fdistance_list
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
def all_prop(mol, charge, bond=False):
|
|
255
|
+
fprio_list, fd_list, idx_list = fpriority(mol)
|
|
256
|
+
# fsym_list = fsym(mol)
|
|
257
|
+
fva_list = fvalency(mol)
|
|
258
|
+
fq_list = fcharge(mol, charge, bond)
|
|
259
|
+
sq_ave_list = scharge_ave(mol, charge, bond)
|
|
260
|
+
# fd_list = fdistance(mol)
|
|
261
|
+
fd_list = np.array(fd_list)
|
|
262
|
+
idx_list = idx_list(fprio_list, fd_list)
|
|
263
|
+
# rearranging
|
|
264
|
+
fprio_list = [fprio_list[idx] for idx in idx_list]
|
|
265
|
+
fq_list = [fq_list[idx] for idx in idx_list]
|
|
266
|
+
sq_ave_list = [sq_ave_list[idx] for idx in idx_list]
|
|
267
|
+
fva_list = [fva_list[idx] for idx in idx_list]
|
|
268
|
+
fd_list = [fd_list[idx] for idx in idx_list]
|
|
269
|
+
|
|
270
|
+
prop_list = fprio_list + fq_list + sq_ave_list + fva_list + fd_list
|
|
271
|
+
|
|
272
|
+
return prop_list
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
def f_prop(mol, charge, bond=False):
|
|
276
|
+
fprio_list, fd_list, idx_list = fpriority(mol)
|
|
277
|
+
# fsym_list = fsym(mol)
|
|
278
|
+
fva_list = fvalency(mol)
|
|
279
|
+
fq_list = fcharge(mol, charge, bond)
|
|
280
|
+
# sq_ave_list = scharge_ave(mol, charge, bond)
|
|
281
|
+
# fd_list = fdistance(mol)
|
|
282
|
+
idx_list = idx_list(fprio_list, fd_list)
|
|
283
|
+
# rearranging
|
|
284
|
+
fprio_list = [fprio_list[idx] for idx in idx_list]
|
|
285
|
+
fq_list = [fq_list[idx] for idx in idx_list]
|
|
286
|
+
fva_list = [fva_list[idx] for idx in idx_list]
|
|
287
|
+
|
|
288
|
+
prop_list = fprio_list + fq_list + fva_list
|
|
289
|
+
|
|
290
|
+
return prop_list
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
def features(mol, charge, bond=False):
|
|
294
|
+
feature = []
|
|
295
|
+
feature_names = []
|
|
296
|
+
prop_list = all_prop(mol, charge, bond)
|
|
297
|
+
midx = mol.findMetal()[0]
|
|
298
|
+
manto = mol.getAtom(midx).atno
|
|
299
|
+
# a = np.array(prop_list)
|
|
300
|
+
# b = a.T[a[0].argsort()].T
|
|
301
|
+
# feature_list = b.tolist()
|
|
302
|
+
fatno_list = [int(str(i).split('.')[0]) for i in prop_list[:6]]
|
|
303
|
+
feature.append(manto)
|
|
304
|
+
for i in range(len(fatno_list)):
|
|
305
|
+
prop_list[i] = fatno_list[i]
|
|
306
|
+
feature += prop_list
|
|
307
|
+
# for i in range(len(feature_list)):
|
|
308
|
+
# for j in range(len(feature_list[i])):
|
|
309
|
+
# feature.append(feature_list[i][j])
|
|
310
|
+
feature_names = [
|
|
311
|
+
'mato', 'fatno_1', 'fatno_2', 'fatno_3', 'fatno_4', 'fatno_5', 'fatno_6',
|
|
312
|
+
'fq_1', 'fq_2', 'fq_3', 'fq_4', 'fq_5', 'fq_6',
|
|
313
|
+
'sqave_1', 'sqave_2', 'sqave_3', 'sqave_4', 'sqave_5', 'sqave_6',
|
|
314
|
+
'fval_1', 'fval_2', 'fval_3', 'fval_4', 'fval_5', 'fval_6',
|
|
315
|
+
'bl_1', 'bl_2', 'bl_3', 'bl_4', 'bl_5', 'bl_6']
|
|
316
|
+
|
|
317
|
+
return feature_names, feature
|
|
318
|
+
# return feature
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
def ffeatures(mol, charge, bond=False):
|
|
322
|
+
feature = []
|
|
323
|
+
feature_names = []
|
|
324
|
+
prop_list = f_prop(mol, charge, bond)
|
|
325
|
+
midx = mol.findMetal()[0]
|
|
326
|
+
manto = mol.getAtom(midx).atno
|
|
327
|
+
fatno_list = [int(str(i).split('.')[0]) for i in prop_list[:6]]
|
|
328
|
+
feature.append(manto)
|
|
329
|
+
for i in range(len(fatno_list)):
|
|
330
|
+
prop_list[i] = fatno_list[i]
|
|
331
|
+
feature += prop_list
|
|
332
|
+
# a = np.array(prop_list)
|
|
333
|
+
# b = a.T[a[0].argsort()].T
|
|
334
|
+
# feature_list = b.tolist()
|
|
335
|
+
# feature_list[0] = [int(str(i).split('.')[0]) for i in feature_list[0]]
|
|
336
|
+
# feature.append(manto)
|
|
337
|
+
# for i in range(len(feature_list)):
|
|
338
|
+
# for j in range(len(feature_list[i])):
|
|
339
|
+
# feature.append(feature_list[i][j])
|
|
340
|
+
feature_names = [
|
|
341
|
+
'mato', 'fatno_1', 'fatno_2', 'fatno_3', 'fatno_4', 'fatno_5', 'fatno_6',
|
|
342
|
+
'fq_1', 'fq_2', 'fq_3', 'fq_4', 'fq_5', 'fq_6',
|
|
343
|
+
'fval_1', 'fval_2', 'fval_3', 'fval_4', 'fval_5', 'fval_6']
|
|
344
|
+
|
|
345
|
+
return feature_names, feature
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
from molSimplify.Classes.monomer3D import monomer3D
|
|
2
|
+
from molSimplify.Classes.mol3D import mol3D
|
|
3
|
+
import pickle
|
|
4
|
+
|
|
5
|
+
# filename.txt = txt file with a list of PDB codes
|
|
6
|
+
# chosen_confs = folder with pickle files of protein3D objects
|
|
7
|
+
# the string "metal" should be replaced with the periodic table symbol of the desired metal
|
|
8
|
+
# pdbs = folder of pdb files; can be replaced with a urllib query
|
|
9
|
+
# activesites = folder of metal active sites
|
|
10
|
+
|
|
11
|
+
with open("filename.txt", 'r') as fin:
|
|
12
|
+
text = fin.readlines()
|
|
13
|
+
for pdbid in text:
|
|
14
|
+
with open('chosen_confs/' + pdbid + '.pkl', 'rb') as fin:
|
|
15
|
+
p = pickle.load(fin)
|
|
16
|
+
for metal in p.findAtom("metal", False):
|
|
17
|
+
pdb = 'pdbs/' + pdbid
|
|
18
|
+
with open(pdb+'.pdb', 'r') as fin:
|
|
19
|
+
pdbfile = fin.readlines()
|
|
20
|
+
activesite = mol3D()
|
|
21
|
+
ids = [] # atom IDs
|
|
22
|
+
metal_aa3ds = p.getBoundMols(metal, True)
|
|
23
|
+
if metal_aa3ds is None:
|
|
24
|
+
continue
|
|
25
|
+
metal_all = p.getBoundMols(metal)
|
|
26
|
+
metal_aas = []
|
|
27
|
+
for aa3d in metal_aa3ds:
|
|
28
|
+
metal_aas.append(aa3d.three_lc)
|
|
29
|
+
coords = []
|
|
30
|
+
with open('activesites/' + pdbid + "_" + str(metal) + '.pdb', "a") as fout:
|
|
31
|
+
fout.write("HEADER " + pdbid + "_" + str(metal) + "\n")
|
|
32
|
+
ids.append(metal)
|
|
33
|
+
activesite.addAtom(p.atoms[metal], metal)
|
|
34
|
+
fout.write(p.atoms[metal].line)
|
|
35
|
+
coords.append(p.atoms[metal].coords())
|
|
36
|
+
for m in metal_all:
|
|
37
|
+
if type(m) == monomer3D:
|
|
38
|
+
for (a_id, a) in m.atoms:
|
|
39
|
+
if a.coords() not in coords:
|
|
40
|
+
ids.append(a_id)
|
|
41
|
+
activesite.addAtom(a, a_id)
|
|
42
|
+
fout.write(a.line)
|
|
43
|
+
coords.append(a.coords())
|
|
44
|
+
else:
|
|
45
|
+
for a in m.atoms:
|
|
46
|
+
if a.coords() not in coords:
|
|
47
|
+
ids.append(p.getIndex(a))
|
|
48
|
+
activesite.addAtom(a, p.getIndex(a))
|
|
49
|
+
fout.write(a.line)
|
|
50
|
+
coords.append(a.coords())
|
|
51
|
+
for lines in range(0, len(pdbfile)):
|
|
52
|
+
if "CONECT" in pdbfile[lines] and int(pdbfile[lines][6:11]) in ids:
|
|
53
|
+
fout.write(pdbfile[lines])
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# add hydrogens to pdb file
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
from pymol import cmd
|
|
5
|
+
from molSimplify.Classes.protein3D import protein3D
|
|
6
|
+
from molSimplify.Classes.mol3D import mol3D
|
|
7
|
+
|
|
8
|
+
d1 = "Fe-2His_xyz_turned_pdb/" # directory of pdb files
|
|
9
|
+
d2 = 'h_added/' # directory to add pdb files with hydrogens
|
|
10
|
+
|
|
11
|
+
for filename in os.listdir(d1):
|
|
12
|
+
if filename[:-4]+"_h.pdb" not in os.listdir(d2):
|
|
13
|
+
p = protein3D()
|
|
14
|
+
p.readfrompdb(d1+filename)
|
|
15
|
+
m = p.findMetal()
|
|
16
|
+
print(m)
|
|
17
|
+
fe = p.atoms[m[0]] # index of metal, not necessarily Fe
|
|
18
|
+
hoh_indices = []
|
|
19
|
+
for a in p.bonds[fe]:
|
|
20
|
+
if type(p.getMolecule(p.getIndex(a))) == mol3D and p.getMolecule(p.getIndex(a)).name == "HOH":
|
|
21
|
+
hoh_indices.append(str(p.getIndex(a)))
|
|
22
|
+
cmd.load(d1+filename)
|
|
23
|
+
sele = ""
|
|
24
|
+
for i in hoh_indices:
|
|
25
|
+
sele += "(idx " + i + ") or "
|
|
26
|
+
sele = sele[:-4]
|
|
27
|
+
if sele != "":
|
|
28
|
+
cmd.select(sele)
|
|
29
|
+
cmd.alter("sele", "formal_charge=1", quiet=1, space=None)
|
|
30
|
+
cmd.h_add("("+filename[:-4]+")")
|
|
31
|
+
cmd.save(d2+filename)
|
|
32
|
+
cmd.delete("all")
|
|
33
|
+
print(filename)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"""
|
|
2
|
+
This is the list of features in the RAC-155 set
|
|
3
|
+
J. Phys. Chem. A ,2017, 121, 46, 8939-8954
|
|
4
|
+
"""
|
|
5
|
+
rac155_list = [
|
|
6
|
+
'misc-dent-ax', 'misc-dent-eq', 'ox', 'alpha',
|
|
7
|
+
'f-chi-0-ax', 'f-chi-1-ax', 'f-chi-2-ax', 'f-chi-3-ax',
|
|
8
|
+
'f-Z-0-ax', 'f-Z-1-ax', 'f-Z-2-ax', 'f-Z-3-ax',
|
|
9
|
+
'f-I-0-ax', 'f-I-1-ax', 'f-I-2-ax', 'f-I-3-ax',
|
|
10
|
+
'f-T-0-ax', 'f-T-1-ax', 'f-T-2-ax', 'f-T-3-ax',
|
|
11
|
+
'f-S-0-ax', 'f-S-1-ax', 'f-S-2-ax', 'f-S-3-ax',
|
|
12
|
+
'f-chi-0-eq', 'f-chi-1-eq', 'f-chi-2-eq', 'f-chi-3-eq',
|
|
13
|
+
'f-Z-0-eq', 'f-Z-1-eq', 'f-Z-2-eq', 'f-Z-3-eq',
|
|
14
|
+
'f-I-0-eq', 'f-I-1-eq', 'f-I-2-eq', 'f-I-3-eq',
|
|
15
|
+
'f-T-0-eq', 'f-T-1-eq', 'f-T-2-eq', 'f-T-3-eq',
|
|
16
|
+
'f-S-0-eq', 'f-S-1-eq', 'f-S-2-eq', 'f-S-3-eq',
|
|
17
|
+
'lc-chi-0-ax', 'lc-chi-1-ax', 'lc-chi-2-ax', 'lc-chi-3-ax',
|
|
18
|
+
'lc-Z-0-ax', 'lc-Z-1-ax', 'lc-Z-2-ax', 'lc-Z-3-ax',
|
|
19
|
+
'lc-I-1-ax', 'lc-I-2-ax', 'lc-I-3-ax',
|
|
20
|
+
'lc-T-0-ax', 'lc-T-1-ax', 'lc-T-2-ax', 'lc-T-3-ax',
|
|
21
|
+
'lc-S-0-ax', 'lc-S-1-ax', 'lc-S-2-ax', 'lc-S-3-ax',
|
|
22
|
+
'lc-chi-0-eq', 'lc-chi-1-eq', 'lc-chi-2-eq', 'lc-chi-3-eq',
|
|
23
|
+
'lc-Z-0-eq', 'lc-Z-1-eq', 'lc-Z-2-eq', 'lc-Z-3-eq',
|
|
24
|
+
'lc-I-1-eq', 'lc-I-2-eq', 'lc-I-3-eq',
|
|
25
|
+
'lc-T-0-eq', 'lc-T-1-eq', 'lc-T-2-eq', 'lc-T-3-eq',
|
|
26
|
+
'lc-S-0-eq', 'lc-S-1-eq', 'lc-S-2-eq', 'lc-S-3-eq',
|
|
27
|
+
'mc-chi-0-all', 'mc-chi-1-all', 'mc-chi-2-all', 'mc-chi-3-all',
|
|
28
|
+
'mc-Z-0-all', 'mc-Z-1-all', 'mc-Z-2-all', 'mc-Z-3-all',
|
|
29
|
+
'mc-I-2-all', 'mc-I-3-all',
|
|
30
|
+
'mc-T-1-all', 'mc-T-2-all', 'mc-T-3-all',
|
|
31
|
+
'mc-S-0-all', 'mc-S-1-all', 'mc-S-2-all', 'mc-S-3-all',
|
|
32
|
+
'f-chi-0-all', 'f-chi-1-all', 'f-chi-2-all', 'f-chi-3-all',
|
|
33
|
+
'f-Z-0-all', 'f-Z-1-all', 'f-Z-2-all', 'f-Z-3-all',
|
|
34
|
+
'f-I-0-all', 'f-I-1-all', 'f-I-2-all', 'f-I-3-all',
|
|
35
|
+
'f-T-0-all', 'f-T-1-all', 'f-T-2-all', 'f-T-3-all',
|
|
36
|
+
'f-S-0-all', 'f-S-1-all', 'f-S-2-all', 'f-S-3-all',
|
|
37
|
+
'D_lc-chi-1-ax', 'D_lc-chi-2-ax', 'D_lc-chi-3-ax',
|
|
38
|
+
'D_lc-Z-1-ax', 'D_lc-Z-2-ax', 'D_lc-Z-3-ax',
|
|
39
|
+
'D_lc-T-1-ax', 'D_lc-T-2-ax', 'D_lc-T-3-ax',
|
|
40
|
+
'D_lc-S-1-ax', 'D_lc-S-2-ax', 'D_lc-S-3-ax',
|
|
41
|
+
'D_lc-chi-1-eq', 'D_lc-chi-2-eq', 'D_lc-chi-3-eq',
|
|
42
|
+
'D_lc-Z-1-eq', 'D_lc-Z-2-eq', 'D_lc-Z-3-eq',
|
|
43
|
+
'D_lc-T-1-eq', 'D_lc-T-2-eq', 'D_lc-T-3-eq',
|
|
44
|
+
'D_lc-S-1-eq', 'D_lc-S-2-eq', 'D_lc-S-3-eq',
|
|
45
|
+
'D_mc-chi-1-all', 'D_mc-chi-2-all', 'D_mc-chi-3-all',
|
|
46
|
+
'D_mc-Z-1-all', 'D_mc-Z-2-all', 'D_mc-Z-3-all',
|
|
47
|
+
'D_mc-T-1-all', 'D_mc-T-2-all', 'D_mc-T-3-all',
|
|
48
|
+
'D_mc-S-1-all', 'D_mc-S-2-all', 'D_mc-S-3-all']
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
43
|
|
2
|
+
|
|
3
|
+
C 1.18815 -2.01640 0.00000
|
|
4
|
+
C 0.34469 -0.85240 0.00000
|
|
5
|
+
C 0.87040 0.48444 0.00000
|
|
6
|
+
C 2.26603 0.64663 0.00000
|
|
7
|
+
N 2.90291 -0.52925 0.00000
|
|
8
|
+
C 2.58389 -1.82924 0.00000
|
|
9
|
+
H 0.71907 -2.98104 0.00000
|
|
10
|
+
H -0.72850 -0.98807 0.00000
|
|
11
|
+
H 0.18286 1.30963 0.00000
|
|
12
|
+
C 3.25361 1.91008 0.00000
|
|
13
|
+
N 4.55241 1.75897 0.00000
|
|
14
|
+
C 5.23429 2.97750 -0.00000
|
|
15
|
+
C 4.25772 3.90194 0.00000
|
|
16
|
+
N 2.99646 3.28141 0.00000
|
|
17
|
+
C 3.85767 -2.79922 -0.00000
|
|
18
|
+
N 5.14409 -2.25112 -0.00000
|
|
19
|
+
C 5.99159 -3.29131 -0.00000
|
|
20
|
+
C 5.24256 -4.45049 -0.00000
|
|
21
|
+
N 3.91672 -4.16118 -0.00000
|
|
22
|
+
C 1.72767 3.97538 0.00000
|
|
23
|
+
H 0.87834 3.28315 0.00000
|
|
24
|
+
H 1.65340 4.61351 -0.90516
|
|
25
|
+
H 1.65341 4.61351 0.90516
|
|
26
|
+
C 2.84853 -5.15900 -0.00000
|
|
27
|
+
H 1.85267 -4.70826 -0.00000
|
|
28
|
+
H 2.93476 -5.79657 0.90477
|
|
29
|
+
H 2.93476 -5.79657 -0.90478
|
|
30
|
+
C 5.84699 -5.70966 -0.00000
|
|
31
|
+
C 7.25039 -5.76446 -0.00000
|
|
32
|
+
C 8.01509 -4.57517 0.00000
|
|
33
|
+
C 7.38480 -3.31222 0.00000
|
|
34
|
+
C 6.52229 3.31216 -0.00000
|
|
35
|
+
C 6.91020 4.75084 -0.00000
|
|
36
|
+
C 5.93698 5.67325 -0.00000
|
|
37
|
+
C 4.53223 5.20622 0.00000
|
|
38
|
+
H 7.29020 2.54705 -0.00000
|
|
39
|
+
H 7.95244 5.05241 -0.00000
|
|
40
|
+
H 6.16475 6.73522 -0.00000
|
|
41
|
+
H 3.72940 5.93723 0.00000
|
|
42
|
+
H 9.09516 -4.64102 0.00000
|
|
43
|
+
H 7.96497 -2.39981 0.00000
|
|
44
|
+
H 5.25894 -6.61902 -0.00000
|
|
45
|
+
H 7.74503 -6.72796 0.00000
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
13
|
|
2
|
+
5
|
|
3
|
+
C -1.23999 0.01104 0.00434
|
|
4
|
+
C -0.40524 -1.08460 0.00661
|
|
5
|
+
N 0.89647 -0.65552 0.00580
|
|
6
|
+
N 0.89554 0.67092 0.00325
|
|
7
|
+
N -0.38501 1.07078 0.00255
|
|
8
|
+
C -0.71909 2.46919 0.00051
|
|
9
|
+
C -0.72809 -2.52346 0.00966
|
|
10
|
+
H 0.19584 3.06717 0.00146
|
|
11
|
+
H -1.30562 2.68518 0.89687
|
|
12
|
+
H -1.30263 2.68329 -0.89823
|
|
13
|
+
H -1.81003 -2.68853 0.01089
|
|
14
|
+
H -0.30856 -3.00602 0.89772
|
|
15
|
+
H -0.31000 -3.00950 -0.87718
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
|
|
2
|
+
OpenBabel03301717123D
|
|
3
|
+
|
|
4
|
+
28 28 0 0 0 0 0 0 0 0999 V2000
|
|
5
|
+
0.1254 1.9002 0.3344 O 0 3 0 0 0 0 0 0 0 0 0 0
|
|
6
|
+
-0.9467 2.3473 -0.5047 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
7
|
+
-2.1705 1.3374 -0.4850 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
8
|
+
-1.7981 0.0820 0.0568 O 0 3 0 0 0 0 0 0 0 0 0 0
|
|
9
|
+
-2.2274 -1.1357 -0.5017 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
10
|
+
-1.3234 -2.2184 0.1535 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
11
|
+
-0.0037 -1.8091 -0.1138 O 0 3 0 0 0 0 0 0 0 0 0 0
|
|
12
|
+
1.0900 -2.3431 0.5763 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
13
|
+
2.2855 -1.4231 0.1788 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
14
|
+
1.9089 -0.0852 0.4585 O 0 3 0 0 0 0 0 0 0 0 0 0
|
|
15
|
+
2.4304 0.9950 -0.2891 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
16
|
+
1.4654 2.2445 -0.0828 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
17
|
+
-2.0939 -1.1400 -1.6064 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
18
|
+
-3.2927 -1.3280 -0.2559 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
19
|
+
-1.5352 -3.2044 -0.3123 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
20
|
+
-1.5159 -2.2523 1.2471 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
21
|
+
1.2940 -3.3881 0.2619 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
22
|
+
0.9175 -2.3213 1.6735 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
23
|
+
2.5163 -1.5615 -0.8983 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
24
|
+
3.1650 -1.7032 0.7985 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
25
|
+
2.5183 0.7312 -1.3626 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
26
|
+
3.4552 1.2622 0.0465 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
27
|
+
1.5212 2.9238 -0.9632 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
28
|
+
1.8798 2.8172 0.7719 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
29
|
+
-0.6135 2.4646 -1.5564 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
30
|
+
-1.3054 3.3440 -0.1634 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
31
|
+
-2.9183 1.7406 0.2325 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
32
|
+
-2.6565 1.2790 -1.4830 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
33
|
+
1 12 1 0 0 0 0
|
|
34
|
+
2 26 1 0 0 0 0
|
|
35
|
+
2 1 1 0 0 0 0
|
|
36
|
+
3 2 1 0 0 0 0
|
|
37
|
+
3 4 1 0 0 0 0
|
|
38
|
+
5 4 1 0 0 0 0
|
|
39
|
+
5 6 1 0 0 0 0
|
|
40
|
+
6 7 1 0 0 0 0
|
|
41
|
+
6 16 1 0 0 0 0
|
|
42
|
+
7 8 1 0 0 0 0
|
|
43
|
+
8 18 1 0 0 0 0
|
|
44
|
+
9 10 1 0 0 0 0
|
|
45
|
+
9 8 1 0 0 0 0
|
|
46
|
+
9 20 1 0 0 0 0
|
|
47
|
+
11 22 1 0 0 0 0
|
|
48
|
+
11 10 1 0 0 0 0
|
|
49
|
+
12 11 1 0 0 0 0
|
|
50
|
+
12 24 1 0 0 0 0
|
|
51
|
+
13 5 1 0 0 0 0
|
|
52
|
+
14 5 1 0 0 0 0
|
|
53
|
+
15 6 1 0 0 0 0
|
|
54
|
+
17 8 1 0 0 0 0
|
|
55
|
+
19 9 1 0 0 0 0
|
|
56
|
+
21 11 1 0 0 0 0
|
|
57
|
+
23 12 1 0 0 0 0
|
|
58
|
+
25 2 1 0 0 0 0
|
|
59
|
+
27 3 1 0 0 0 0
|
|
60
|
+
28 3 1 0 0 0 0
|
|
61
|
+
M CHG 1 1 0
|
|
62
|
+
M END
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
|
|
2
|
+
OpenBabel03301714373D
|
|
3
|
+
|
|
4
|
+
26 27 0 0 0 0 0 0 0 0999 V2000
|
|
5
|
+
0.3287 -4.7407 1.4590 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
6
|
+
1.4132 -5.5745 0.8413 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
7
|
+
2.7529 -5.3000 0.8761 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
8
|
+
3.4047 -6.2758 0.1013 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
9
|
+
4.6381 -6.3789 -0.2192 O 0 0 0 0 0 0 0 0 0 0 0 0
|
|
10
|
+
2.3810 -7.1447 -0.3174 N 0 0 0 0 0 0 0 0 0 0 0 0
|
|
11
|
+
1.2108 -6.6829 0.1286 N 0 0 0 0 0 0 0 0 0 0 0 0
|
|
12
|
+
-0.1328 -7.2257 -0.1511 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
13
|
+
2.3805 -8.3196 -1.1542 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
14
|
+
2.6443 -8.2555 -2.5293 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
15
|
+
2.5308 -9.4011 -3.3271 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
16
|
+
2.1316 -10.6148 -2.7617 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
17
|
+
1.8352 -10.6841 -1.3996 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
18
|
+
1.9503 -9.5435 -0.6028 C 0 0 0 0 0 0 0 0 0 0 0 0
|
|
19
|
+
0.7531 -3.8523 1.9709 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
20
|
+
-0.2476 -5.3439 2.1889 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
21
|
+
-0.3567 -4.3830 0.6599 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
22
|
+
3.0444 -4.4516 1.4160 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
23
|
+
-0.1266 -8.1107 -0.8124 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
24
|
+
-0.7416 -6.4568 -0.6729 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
25
|
+
-0.6348 -7.5019 0.7988 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
26
|
+
2.8996 -7.3226 -2.9982 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
27
|
+
2.7340 -9.3447 -4.3885 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
28
|
+
2.0362 -11.4982 -3.3801 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
29
|
+
1.5098 -11.6185 -0.9605 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
30
|
+
1.7029 -9.6049 0.4497 H 0 0 0 0 0 0 0 0 0 0 0 0
|
|
31
|
+
1 2 1 0 0 0 0
|
|
32
|
+
1 15 1 0 0 0 0
|
|
33
|
+
1 16 1 0 0 0 0
|
|
34
|
+
1 17 1 0 0 0 0
|
|
35
|
+
2 3 2 0 0 0 0
|
|
36
|
+
2 7 1 0 0 0 0
|
|
37
|
+
3 4 1 0 0 0 0
|
|
38
|
+
3 18 1 0 0 0 0
|
|
39
|
+
4 5 2 0 0 0 0
|
|
40
|
+
4 6 1 0 0 0 0
|
|
41
|
+
6 7 1 0 0 0 0
|
|
42
|
+
6 9 1 0 0 0 0
|
|
43
|
+
7 8 1 0 0 0 0
|
|
44
|
+
8 19 1 0 0 0 0
|
|
45
|
+
8 20 1 0 0 0 0
|
|
46
|
+
8 21 1 0 0 0 0
|
|
47
|
+
9 10 2 0 0 0 0
|
|
48
|
+
9 14 1 0 0 0 0
|
|
49
|
+
10 11 1 0 0 0 0
|
|
50
|
+
10 22 1 0 0 0 0
|
|
51
|
+
11 12 2 0 0 0 0
|
|
52
|
+
11 23 1 0 0 0 0
|
|
53
|
+
12 13 1 0 0 0 0
|
|
54
|
+
12 24 1 0 0 0 0
|
|
55
|
+
13 14 2 0 0 0 0
|
|
56
|
+
13 25 1 0 0 0 0
|
|
57
|
+
14 26 1 0 0 0 0
|
|
58
|
+
M END
|