diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-05-16 17:00:31 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-05-16 17:00:31 +0200 |
commit | 21465e1dc3a7658cf2382ea053a6f29fc3084558 (patch) | |
tree | 8c30b4b39c62d0515c639ed9a3b45b2cf1c93eaf /IsingScalingFunction.wl | |
parent | e4ad43ea6719a8637a27255a1d66c7daa89af188 (diff) | |
download | paper-21465e1dc3a7658cf2382ea053a6f29fc3084558.tar.gz paper-21465e1dc3a7658cf2382ea053a6f29fc3084558.tar.bz2 paper-21465e1dc3a7658cf2382ea053a6f29fc3084558.zip |
Cleaned up example files somewhat.
Diffstat (limited to 'IsingScalingFunction.wl')
-rw-r--r-- | IsingScalingFunction.wl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IsingScalingFunction.wl b/IsingScalingFunction.wl index 074c451..81d5e47 100644 --- a/IsingScalingFunction.wl +++ b/IsingScalingFunction.wl @@ -1,6 +1,6 @@ BeginPackage["IsingScalingFunction`"] -InverseCoordinates::usage = "" +InverseCoordinates::usage = "Numerically convert Schofield coordinates to t and h." g::usage = "g[θ0, gs][θ] gives the Schofield coordinate transformation defined in (14)." |