added pre-commit hooks; fixed whitespace and capitalization dependent parameter replacement; fixed creation of annealing and emin sim directories
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# 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.
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user