LICENSE
README.md
pyproject.toml
setup.py
chilife/FluorLabel.py
chilife/Protein.py
chilife/ProteinIC.py
chilife/RotamerEnsemble.py
chilife/SpinLabel.py
chilife/SpinLabelTraj.py
chilife/__init__.py
chilife/alignment_methods.py
chilife/chilife.py
chilife/dRotamerEnsemble.py
chilife/dSpinLabel.py
chilife/io.py
chilife/numba_utils.py
chilife/protein_utils.py
chilife/scoring.py
chilife.egg-info/PKG-INFO
chilife.egg-info/SOURCES.txt
chilife.egg-info/dependency_links.txt
chilife.egg-info/requires.txt
chilife.egg-info/top_level.txt
chilife/data/BondDefs.pkl
chilife/data/atom_dict
chilife/data/dihedral_defs.json
chilife/data/dihedral_defs.toml
chilife/data/rotamer_libraries/ALL.bbdep.rotamers.lib
chilife/data/rotamer_libraries/BBDEP2010_LICENSE
chilife/data/rotamer_libraries/IndexBBDep.py
chilife/data/rotamer_libraries/R1C.lib
chilife/data/rotamer_libraries/RotlibIndexes.pkl
chilife/data/rotamer_libraries/additional_rotlib_dirs.txt
chilife/data/rotamer_libraries/bbdep.db
chilife/data/rotamer_libraries/defaults.toml
chilife/data/rotamer_libraries/make_bbdep_rotlib.py
chilife/data/rotamer_libraries/make_rotlib.py
chilife/data/rotamer_libraries/spin_atoms.json
chilife/data/rotamer_libraries/residue_internal_coords/I1M_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/TRT_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/ala_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/arg_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/asn_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/asp_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/cys_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/gln_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/glu_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/gly_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/his_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/ile_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/leu_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/lys_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/met_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/phe_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/pro_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/r1c_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/remake_ics.py
chilife/data/rotamer_libraries/residue_internal_coords/ser_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/thr_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/trp_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/tyr_ic.pkl
chilife/data/rotamer_libraries/residue_internal_coords/val_ic.pkl
chilife/data/rotamer_libraries/residue_pdbs/I1M.pdb
chilife/data/rotamer_libraries/residue_pdbs/R1C.pdb
chilife/data/rotamer_libraries/residue_pdbs/ala.pdb
chilife/data/rotamer_libraries/residue_pdbs/arg.pdb
chilife/data/rotamer_libraries/residue_pdbs/asn.pdb
chilife/data/rotamer_libraries/residue_pdbs/asp.pdb
chilife/data/rotamer_libraries/residue_pdbs/cys.pdb
chilife/data/rotamer_libraries/residue_pdbs/gln.pdb
chilife/data/rotamer_libraries/residue_pdbs/glu.pdb
chilife/data/rotamer_libraries/residue_pdbs/gly.pdb
chilife/data/rotamer_libraries/residue_pdbs/his.pdb
chilife/data/rotamer_libraries/residue_pdbs/ile.pdb
chilife/data/rotamer_libraries/residue_pdbs/leu.pdb
chilife/data/rotamer_libraries/residue_pdbs/lys.pdb
chilife/data/rotamer_libraries/residue_pdbs/met.pdb
chilife/data/rotamer_libraries/residue_pdbs/phe.pdb
chilife/data/rotamer_libraries/residue_pdbs/pro.pdb
chilife/data/rotamer_libraries/residue_pdbs/ser.pdb
chilife/data/rotamer_libraries/residue_pdbs/thr.pdb
chilife/data/rotamer_libraries/residue_pdbs/trp.pdb
chilife/data/rotamer_libraries/residue_pdbs/tyr.pdb
chilife/data/rotamer_libraries/residue_pdbs/val.pdb
chilife/data/rotamer_libraries/user_rotlibs/DHCip2_drotlib.zip
chilife/data/rotamer_libraries/user_rotlibs/DHCip4_drotlib.zip
chilife/data/rotamer_libraries/user_rotlibs/HCIip2_drotlib.zip
chilife/data/rotamer_libraries/user_rotlibs/HCIip4_drotlib.zip
chilife/data/rotamer_libraries/user_rotlibs/I1M_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/M1M_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/R1M_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/R7M_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/TOC_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/TRT_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/V1M_rotlib.npz
chilife/data/rotamer_libraries/user_rotlibs/convert_drotlibs.py
chilife/data/rotamer_libraries/user_rotlibs/convert_rotlibs.py
tests/test_NumbaUtils.py
tests/test_Protein.py
tests/test_ProteinUtils.py
tests/test_RotamerEnsemble.py
tests/test_Scoring.py
tests/test_SpinLabel.py
tests/test_SpinLabelTraj.py
tests/test_chiLife.py
tests/test_dSpinLabel.py