https://github.com/mlund/si-anomalous_salt
Electronic Notebook: Anomalous Salt Dependence Reveals an Interplay of Attractive and Repulsive Electrostatic Interactions in α-synuclein Fibril Formation
https://github.com/mlund/si-anomalous_salt
Last synced: 11 months ago
JSON representation
Electronic Notebook: Anomalous Salt Dependence Reveals an Interplay of Attractive and Repulsive Electrostatic Interactions in α-synuclein Fibril Formation
- Host: GitHub
- URL: https://github.com/mlund/si-anomalous_salt
- Owner: mlund
- License: cc-by-4.0
- Created: 2023-12-28T12:22:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T09:37:27.000Z (about 1 year ago)
- Last Synced: 2025-05-16T10:40:02.881Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 80.2 MB
- Stars: 0
- Watchers: 2
- 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
[](https://mybinder.org/v2/gh/mlund/template-for-supporting-information/HEAD)
[![CC BY 4.0][cc-by-shield]][cc-by]
[](https://github.com/mlund/SI-anomalous_salt/actions/workflows/ruff.yml)
[](https://zenodo.org/doi/10.5281/zenodo.10438980)
[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: Anomalous Salt Dependence Reveals an Interplay of Attractive and Repulsive Electrostatic Interactions in α-synuclein Fibril Formation
This is supporting information for the theoretical parts of the research article https://doi.org/10.1017/qrd.2020.7
## Layout
Description of the directory layout.
- `monte-carlo/` Metropolis-Hastings Monte Carlo output data and analysis
- `simple-model/` Illustrates a simple electrostatic model
## 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 asalt
jupyter-lab
```