rrende commited on
Commit
c642c7f
·
verified ·
1 Parent(s): 590b429

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -6,7 +6,16 @@ tags: []
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
- Foundation Neural Quantum State trained on the Ising in transverse field model on a chain with \\(L=100\\) sites.
 
 
 
 
 
 
 
 
 
10
  The model has been trained on \\(R=6000\\) different disorder realization equispaced in the interval \\(h \in [0.8, 1.2]\\),
11
  using a total batch size of \\(M=12000\\) samples.
12
 
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
+ Foundation Neural Quantum State trained on the Ising in transverse field model on a chain with \\(L=100\\) sites.
10
+ The system is described by the following Hamiltonian (with periodic boundary conditions):
11
+
12
+ $$
13
+ \hat{H} = -J\sum_{i=1}^N \hat{S}_i^z \hat{S}_{i+1}^z - h \sum_{i=1}^N \hat{S}_i^x \ ,
14
+ $$
15
+
16
+ where \\(\hat{S}_i^x\\) and \\(\hat{S}_i^z\\) are spin- \\(1/2\\) operators on site \\(i\\).
17
+
18
+
19
  The model has been trained on \\(R=6000\\) different disorder realization equispaced in the interval \\(h \in [0.8, 1.2]\\),
20
  using a total batch size of \\(M=12000\\) samples.
21