1 | <html> |
---|
2 | <body> |
---|
3 | <h4>Not available for this version: Coming soon...</h4> |
---|
4 | <h4>Scattering Length Density (SLD) Calculator</h4> |
---|
5 | <ul> |
---|
6 | <li><a href="#SLD_calculator">Description</a></li> |
---|
7 | <li><a href="#How to use">How to format the compound name?</a></li> |
---|
8 | </ul> |
---|
9 | <h5><a name="SLD_calculator">Description</a></h5> |
---|
10 | <p> |
---|
11 | The neutron scattering length density is defined as: <br> |
---|
12 | SLD = (b_c1 +b_c2+...+b_cn )/Vm <br> where b_ci is the bound coherent scattering length of ith of |
---|
13 | n atoms in a molecule with the molecular volume Vm |
---|
14 | </p> |
---|
15 | |
---|
16 | |
---|
17 | <h5><a name="How to use">How to format the compound name?</a></h5> |
---|
18 | <p> |
---|
19 | To calculate scattering length densities enter a compound and |
---|
20 | a mass density and click "Calculate". Enter a wavelength value is optional and its default |
---|
21 | value will be 6.0A. |
---|
22 | </p> |
---|
23 | <p> |
---|
24 | <ul> |
---|
25 | <li>Formula strings consist of counts and atoms such as "CaCO3+6H2O".</li> |
---|
26 | <li>Groups can be separated by <b>'+'</b> or <b>space</b>, so "CaCO3 6H2O" works as well.</li> |
---|
27 | <li>Groups and be defined using parentheses, such as "CaCO3(H2O)6".</li> |
---|
28 | <li>Parentheses can nest: "(CaCO3(H2O)6)1".</li> |
---|
29 | <li>Isotopes are represented by index, e.g., "CaCO[18]3+6H2O".</li> |
---|
30 | More examples: H[1], H[2]. |
---|
31 | <li>Counts can be integer or decimal, e.g. "CaCO3+(3HO0.5)2".</li> |
---|
32 | Other compositions can be calculated as well,<br> |
---|
33 | for example a 70-30 mixture of H2O/D2O can be written as <b>H14O7+ D6O3</b><br> |
---|
34 | or more simply <b>H7D3O5 <\b>(i.e. 7 hydrogens, 3 deuteriums, and 5 oxygens)<br> |
---|
35 | and the mass density calculated based on the percentages of H and D. |
---|
36 | Type for example "C[13]6 H[2]12 O[18]6" for C(13)6H(2)12O(18)6 (6 Carbon-13 atoms, 12 deuterium atoms, and 6 Oxygen-18 atoms) |
---|
37 | |
---|
38 | </ul> |
---|
39 | </p> |
---|
40 | |
---|
41 | </body> |
---|
42 | |
---|
43 | <\html> |
---|