An open API service indexing awesome lists of open source software.

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.

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.txt

numba -s
```