Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fractalate/simulation-strings
Simulations of Strings
https://github.com/fractalate/simulation-strings
numpy physics python simulation strings
Last synced: 18 days ago
JSON representation
Simulations of Strings
- Host: GitHub
- URL: https://github.com/fractalate/simulation-strings
- Owner: fractalate
- Created: 2024-11-13T03:23:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:15:41.000Z (3 months ago)
- Last Synced: 2024-11-28T04:07:31.626Z (3 months ago)
- Topics: numpy, physics, python, simulation, strings
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simulations of Strings
Welcome to my simulations of string repository!
* [Journal (Notebook)](./Journal.ipynb)
## Python
To set up a Python virtual environment, from the root of this project:
```
python3 -m venv venv
source venv/bin/activate
```Then install dependencies:
```
pip install jupyter matplotlib numpy scipy
```When returning to the project, activate your Python virtual environment again:
```
source venv/bin/activate
```Notebooks are distributed throughout the project, so you can open up Jupyter in the root of this project:
```
jupyter notebook
```