Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,7 @@ vstate = nk.vqs.MCState(sampler=sampler,
|
|
59 |
variables=wf.params,
|
60 |
chunk_size=12000)
|
61 |
|
|
|
62 |
from huggingface_hub import hf_hub_download
|
63 |
path = hf_hub_download(repo_id="nqs-models/ising_fnqs", filename="spins", revision=revision)
|
64 |
samples = checkpoints.restore_checkpoint(path, prefix="spins", target=None)
|
|
|
59 |
variables=wf.params,
|
60 |
chunk_size=12000)
|
61 |
|
62 |
+
# start from thermalized configurations
|
63 |
from huggingface_hub import hf_hub_download
|
64 |
path = hf_hub_download(repo_id="nqs-models/ising_fnqs", filename="spins", revision=revision)
|
65 |
samples = checkpoints.restore_checkpoint(path, prefix="spins", target=None)
|