-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29feb6b
commit f0254d8
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Evolutionary Design Data | ||
This folder contains input files and the results from evolutionary design experiments. | ||
In particular, the [results](results) folder collects the actual results from several experiments, including the DFT-optimized geometries and the characterization of each candidate ligand visited by a specific run. Foe example, a pathname like `results/run_*/Gen*/*_FIT.sdf` provides the detailed definition of a single candidate, possibly associated with a fitness value (see sdf tag `FITNESS`), while `results/run_*/Gen*/*_DFT.xyz` provides the DFT-optimized geometry used to calculate such fitness. | ||
|
||
In particular, the [results](results) folder collects the actual results from several experiments, including the DFT-optimized geometries and the characterization of each candidate ligand visited by a specific run. Foe example, a pathname like `results/run_*/Gen*/*_FIT.sdf` provides the detailed definition of a single candidate, possibly associated with a fitness value (see sdf tag `FITNESS`), while `results/run_*/Gen*/*_DFT.xyz` provides the DFT-optimized geometry used to calculate such fitness. | ||
All the analysis of the data and the plots reported in the published paper are availanle under [results/analysis](results/analysis/). | ||
|
||
In addition, the [test](test) folder contains scripts and data to perform test runs. |