Skip to content

Commit

Permalink
doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFuwa committed Jun 30, 2024
1 parent 7dc6053 commit a427dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/gaugefields.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ actually more performant, we map all even sites to the first half of the array t
contiguous memory accesses. The function `eo_site` does exactly this mapping.

`Fermionfield`s are created in the same way as `Gaugefield`s with the gauge action type
parameter being replaced by the number of Dirac indeces. For `Fermionfield`s we have the
parameter being replaced by the number of Dirac indices. For `Fermionfield`s we have the
`ones!` and `gaussian_pseudofermions!` methods to init them.

```@docs
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Inspired by the [LatticeQCD.jl](https://github.com/akio-tomiya/LatticeQCD.jl/tree/master) package by Akio Tomiya et al.

## Features:
## Features
- Simulations of 4D-SU(3) Yang-Mills (Pure Gauge) theory
- Simulations of full lattice QCD with arbitrary number of flavours (Staggered, Wilson-Clover)
- [Metadynamics](https://www.researchgate.net/publication/224908601_Metadynamics_A_method_to_simulate_rare_events_and_reconstruct_the_free_energy_in_biophysics_chemistry_and_material_science)
Expand All @@ -18,7 +18,7 @@ Inspired by the [LatticeQCD.jl](https://github.com/akio-tomiya/LatticeQCD.jl/tre
- RHMC to simulate odd number of flavours
- Support for CUDA and ROCm(not tested) backends

## Installation:
## Installation
First make sure you have a Julia version 1.9.x or 1.10.x installed. You can use [juliaup](https://github.com/JuliaLang/juliaup) for that or just install the release from the [Julia website](https://julialang.org/downloads/).

The package is not in the general registry. So you will have to either
Expand Down

0 comments on commit a427dd8

Please sign in to comment.