rrende commited on
Commit
1d95bf6
·
verified ·
1 Parent(s): bdf2615

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -6,8 +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 disordered transverse field model on a chain with \\(L=32\\) sites.
10
- Several values of the external field are available (check the different revisions).
 
 
 
 
 
 
 
 
11
 
12
  The model has been trained on \\(R=2000\\) different disorder realization, using a total batch size of \\(M=10000\\) samples.
13
  The computation has been distributed over 4 A100-64GB GPUs for about two hours.
 
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 disordered transverse field model on a chain with \\(L=32\\) sites. The model Hamiltonian is:
10
+
11
+ $$
12
+ \hat{H} = -J\sum_{i=1}^N \hat{S}_i^z \hat{S}_{i+1}^z - \sum_{i=1}^N h_i \hat{S}_i^x \ ,
13
+ $$
14
+
15
+ where \\(h_i\\) is the on-site transverse magnetic field at the \\(i\\)-th site.
16
+ In the disordered case,\\(h_i\\) varies randomly along the chain, drawn independently and identically from the uniform distribution on the interval \\([0, h_0]\\).
17
+
18
+ Several values of the external field intensity \\(h_0\\) are available (check the different revisions).
19
 
20
  The model has been trained on \\(R=2000\\) different disorder realization, using a total batch size of \\(M=10000\\) samples.
21
  The computation has been distributed over 4 A100-64GB GPUs for about two hours.