Skip to content

Commit 627c615

Browse files
committed
few white spaces
1 parent d59a196 commit 627c615

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="docs/images/FANS_logo.png" alt="Example Image" width="300" height="300">
3+
</p>
4+
15
[![GitHub Release](https://img.shields.io/github/v/release/DataAnalyticsEngineering/FANS?label=Release&color=004191)](https://prefix.dev/channels/conda-forge/packages/fans)
26
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fans/badges/platforms.svg)](https://anaconda.org/conda-forge/fans)
37
[![Build and test pixi-build](https://github.com/DataAnalyticsEngineering/FANS/workflows/Build%20and%20test%20pixi-build/badge.svg)](https://github.com/DataAnalyticsEngineering/FANS/actions)
@@ -11,10 +15,6 @@
1115

1216
Fourier-Accelerated Nodal Solver (FANS) is an FFT-based homogenization solver for microscale multiphysics problems. FANS is written in C++, built using CMake, and it has MPI parallelization.
1317

14-
<p align="center">
15-
<img src="docs/images/FANS_logo.png" alt="Example Image" width="300" height="300">
16-
</p>
17-
1818
## Table of Contents
1919

2020
- [Quick start](#quick-start)
@@ -138,6 +138,7 @@ spack load cmake mpi hdf5 eigen fftw nlohmann-json
138138
```
139139

140140
Additionally, optimized FFTW implementations can be used depending on your system's architecture:
141+
141142
- AMD systems: `spack install amdfftw+mpi`
142143
- Cray systems: `spack install cray-fftw+mpi`
143144
- Fujitsu systems: `spack install fujitsu-fftw+mpi`
@@ -193,6 +194,7 @@ pixi shell -e dashboard
193194
```
194195

195196
The `dashboard` environment includes:
197+
196198
- Python ≥ 3.14
197199
- Jupyter notebook (`ipykernel`)
198200
- [MSUtils](https://github.com/DataAnalyticsEngineering/MSUtils) for FANS-specific utilities

0 commit comments

Comments
 (0)