psikit
psi4+RDKit
File Explorer
Download Latest Version (.zip)- meta.yaml
- 1_default_results.out
- charge_comparison.ipynb
- stdout.default.61628.intco
- Disp.pymol
- Elst.pymol
- Exch.pymol
- geom.pymol
- IndAB.pymol
- IndBA.pymol
- orient.pymol
- run.pymol
- Total.pymol
- vis.pymol
- DA.pymol
- DB.pymol
- DC.pymol
- dDA.pymol
- dDB.pymol
- DFA.pymol
- DFB.pymol
- Geom.pymol
- orient.pymol
- run.pymol
- VA.pymol
- VB.pymol
- VC.pymol
- vis.pymol
- copy_pymol.py
- copy_pymol2.py
- Disp.pdb
- Elst.pdb
- Exch.pdb
- fsapt.py
- fsaptdiff.py
- geom.xyz
- IndAB.pdb
- IndBA.pdb
- README
- Total.pdb
- fisapt0.py
- fsapt_ex.ipynb
- phenol1.mol
- phenol2.mol
- sapt0.py
- sapt_ex.ipynb
- water1.mol
- water2.mol
- ch4.fchk
- Psi_a_21_21-A.png
- Render_orbital.ipynb
- frontier.py
- geom.xyz
- sil_HOMO.png
- sil_LUMO.png
- target.mol
- Visualize_MO_in_PyMol.ipynb
- target.mol
- example.ipynb
- RESP charge of the tetrazole.ipynb
- torsional_scan.ipynb
- homo.png
- __init__.py
- fsapt_helper.py
- helper_SAPT.py
- psikit.py
- pymol_helper.py
- sapt.py
- util.py
- phenol1.mol
- phenol2.mol
- water1.mol
- water2.mol
- cocl2.mol
- test.mol
- test_init.py
- test_multiplicity.py
- test_sapt.py
- .gitignore
- LICENSE
- MANIFEST.in
- README.md
- setup.py
# Installation Guide
git clone https://github.com/Mishima-syk/psikit
Downloads the entire project code from GitHub to your computer.
cd psikit
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
pip install psikit
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/Mishima-syk/psikit
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install .
Installs the package published on PyPI directly โ no need to clone the source.
pip install psikit
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/Mishima-syk/psikit
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
