12 lines
427 B
Markdown
12 lines
427 B
Markdown
# polyamorphism_optimization
|
|
|
|
Code snippets for creation of simulations, analysis, and optimized parameter search for liquids with polyamorphism. Goal is to find parameters for which dynamics is still fast at the critical point and the dynamic anomaly that follows can be studied more easily.
|
|
|
|
#### Setting up pre-commit hooks
|
|
```
|
|
pip install pre-commit
|
|
pre-commit autoupdate
|
|
pre-commit install
|
|
pre-commit run #--all-files
|
|
```
|