Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cometscome authored Dec 26, 2024
1 parent faa5253 commit 6ae8064
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ filename = "hoge.ildg"
save_binarydata(U,filename)
```

We need two temporal files to write ILDG format.
If you want to change the temporal files, you can add the names.

```julia
save_binarydata(U, filename; tempfile1="temp1.dat", tempfile2="temp2.dat”)
```
## Text format for Bridge++
Gaugefields.jl also supports a text format for [Bridge++](https://bridge.kek.jp/Lattice-code/index_e.html).
Expand Down

0 comments on commit 6ae8064

Please sign in to comment.