From 6ae8064ee40e01265cfd612488e2f9295e6283fd Mon Sep 17 00:00:00 2001 From: Yuki Nagai Date: Thu, 26 Dec 2024 16:57:25 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 47946ba..1092560 100644 --- a/README.md +++ b/README.md @@ -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).