https://github.com/mlund/si-pose-exploration
https://github.com/mlund/si-pose-exploration
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlund/si-pose-exploration
- Owner: mlund
- License: cc-by-4.0
- Created: 2025-06-23T10:41:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T11:45:56.000Z (9 months ago)
- Last Synced: 2025-09-05T13:28:46.801Z (9 months ago)
- Language: Jupyter Notebook
- Size: 6.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
[![CC BY 4.0][cc-by-shield]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
# Electronic Notebook: Intermolecular Pose Exploration using Subdivided Spheres
## Requirements
To run the Notebooks online, click on the _Launch Binder_ badge above. Alternatively, to run on your own computer,
install Python using _e.g._ [Miniforge](https://github.com/conda-forge/miniforge) or [Anaconda](https://docs.conda.io)
and make sure all required packages are loaded by issuing the following terminal commands
``` bash
conda env create -f environment.yml
source activate my_environment
jupyter-lab
```