-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnomad_schema.archive.yaml
More file actions
50 lines (50 loc) · 1.49 KB
/
Copy pathnomad_schema.archive.yaml
File metadata and controls
50 lines (50 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
definitions:
name: Sample preparation schemas
sections:
SolutionPreparation:
base_sections:
- nomad.datamodel.data.EntryData
quantities:
temperature:
type: float
description: The temperature at which the solution was prepared
units: Celsius
atmosphere:
type: str
description: The atmosphere in which the solution was prepared
method:
type: str
description: The method used to prepare the solution
time:
type: float
description: The time for which the solution was prepared
units: minutes
solutes:
type: str
description: The solutes in the solution
shape: ['*']
solute_masses:
type: float
description: The masses of the solutes in the solution
shape: ['*']
units: milligrams
solvents:
type: str
description: The solvents in the solution
shape: ['*']
solvent_volumes:
type: float
description: The volumes of the solvents in the solution
shape: ['*']
units: milliliters
PowderScaling:
base_sections:
- nomad.datamodel.data.EntryData
quantities:
powder:
type: str
description: The name of the powder to be scaled
mass:
type: float
description: The scaled mass of the powder in milligrams
unit: milligrams