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 work.
154
+
It can be installed via
155
+
156
+
```bash
157
+
conda install fans
158
+
```
159
+
160
+
exposing the executable `FANS`.
161
+
147
162
## Input File Format
148
163
149
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