valentinsingularity commited on
Commit
9a20f11
·
verified ·
1 Parent(s): fc47e20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - science
7
+ - physics
8
+ ---
9
+ # Model Card for Model ID
10
+
11
+ <!-- Provide a quick summary of what the model is/does. -->
12
+
13
+ Trained neutron reflectometry (NR) model for the reflectorch package.
14
+
15
+ It has the following specifications:
16
+
17
+ a. number of layers: 2 (excluding the backing & fronting media), the ordering of the layers is from the fronting to the backing
18
+ b. range of the maximum q: [0.05, 0.4]
19
+ c. the parameter types and ranges are the following:
20
+ -thicknesses: [1., 1500.] Å
21
+ -roughnesses: [0., 60.] Å
22
+ -nuclear SLDs: [-8., 16.] 10^(-6) Å^(-2)
23
+ -intensity scaling (multiplicative factor): [0.9, 1.1]
24
+ -background (in log10 representation): [-10.0, -4.0]
25
+ d. the prior bounds provided for the SLDs for inference should not exceed a width of 5 Å.
26
+