You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FANS is also available as a conda-package on [conda-forge](https://anaconda.org/conda-forge/fans). No dependencies have to be manually installed for it to workl.
153
+
FANS is also available as a conda-package on [conda-forge](https://anaconda.org/conda-forge/fans). No dependencies have to be manually installed for it to work.
154
154
It can be installed via
155
155
156
-
```sh
157
-
156
+
```bash
158
157
conda install fans
158
+
```
159
+
159
160
exposing the executable `FANS`.
160
161
161
-
## Input File Format {#input-file-format}
162
+
## Input File Format
162
163
163
164
FANS requires a JSON input file specifying the problem parameters. Example input files can be found in the [`test/input_files`](test/input_files) directory. It is recommended to use these files as a reference to create your own input file.
0 commit comments