Update README.md

This commit is contained in:
Nils Berglund 2023-01-22 16:55:14 +01:00 committed by GitHub
parent 98b9c53162
commit 474945e23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ C code for videos on YouTube Channel https://www.youtube.com/c/NilsBerglund
Parameter values used in specific simulations will be gradually added to file `Parameters.md`, `Parameters_June21.md` and so on.
There are four groups of 6 files, 17 files, 4 files and 4 files.
There are four groups of 6 files, 17 files, 5 files and 4 files.
In addition the following files handling color schemes have been included:
1. `hsluv.c`and `hsluv.h` from https://github.com/adammaj1/hsluv-color-gradient
@ -93,6 +93,8 @@ in the shell before running the program
2. *global_ljones.c*: global variables and parameters
3. *sub_lj.c*: drawing and initialization routines
4. *sub_hashgrid.c*: hashgrid manipulation routines
5. *lj_movie.c*: render movie with precomputed particle positions
(requires files lj_time_series.dat and lj_final_positions.dat generated by lennardjones)
- Create subfolder `tif_ljones`
- Customize constants at beginning of .c file