Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwa7 authored Oct 4, 2024
1 parent 83b989d commit 8a39fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ There are also useful tutorials on the basics of running `FHI-aims` [here](https

### Basic usage

In a run directory, user-options are defined in YAML files named ["dft-options.yaml"](examples/options/dft-options.yaml), ["hpc-options.yaml"](examples/options/hpc-options.yaml), and ["ml-options.yaml"](examples/options/ml-options.yaml). Any options specified in these files overwrite the defaults.
In a run directory, user-options are defined in YAML files named ["dft-options.yaml"](example/options/dft-options.yaml), ["hpc-options.yaml"](example/options/hpc-options.yaml), and ["ml-options.yaml"](example/options/ml-options.yaml). Any options specified in these files overwrite the defaults.

Default options can be found in the [rholearn/options/](rholearn/options) directory, and some templates for user options can be found in the [examples/options/](examples/options) directory.
Default options can be found in the [rholearn/options/](rholearn/options) directory, and some templates for user options can be found in the [examples/options/](example/options) directory.

Then, data can be generated and model training and evaluation run with the following:

Expand Down

0 comments on commit 8a39fed

Please sign in to comment.