https://github.com/smoren/molecular-python3
Virtual chemistry simulation in 2D based on numpy and numba.
https://github.com/smoren/molecular-python3
animation canvas molecular-simulation numba numpy parallel-computing
Last synced: 6 months ago
JSON representation
Virtual chemistry simulation in 2D based on numpy and numba.
- Host: GitHub
- URL: https://github.com/smoren/molecular-python3
- Owner: Smoren
- Created: 2023-11-12T11:58:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T13:46:01.000Z (9 months ago)
- Last Synced: 2025-03-28T13:21:15.715Z (6 months ago)
- Topics: animation, canvas, molecular-simulation, numba, numpy, parallel-computing
- Language: Python
- Homepage:
- Size: 18.3 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Установка
```bash
# Установка системных зависимостей (python >= 3.10)
sudo apt install python3 python3-venv python3-pip# Создание виртуальной среды
python3 -m venv venv# Подключение виртуальной среды
source venv/bin/activate# Установка зависимостей
pip install -r requirements.txtnumba -s
```