(incomplete) UI for PySCF
- with streamlit installed, to run locally, run
streamlit run stream.py
test.py
is for testing changes before changingstream.py
- put precomputed molecules in the
precomputed_molecules
folder- must end with
.geom.txt
and be formatted the same as the other files
- must end with
- make python environment (if not already created):
python -m venv venv
- activate environment:
source venv/bin/activate
- install dependencies (if not already installed):
pip install -r requirements.txt
- run app:
streamlit run stream.py
- open link printed in terminal in web browser and use it!
Dependencies:
- in requirements.txt
- main ones
- pyscf
- rdkit
- streamlit
- altair
- pandas
- numpy
- matplotlib
- py3Dmol