Properties field
The properties field contains the properties returned by the process.
Experimental properties
The experimental properties supported are:
Field name |
Type |
Description |
|---|---|---|
|
Float |
Coefficient of thermal expansion (°C-1) |
|
Float |
Young’s modulus (dyne/cm2) |
|
Float |
Trasmittance in percentage (%) |
|
Float |
Reflectance in percentage (%) |
|
Float |
Workfunction in (eV) |
|
Float |
Resistivity in (ohm) |
|
Array of Float |
(I,V,W) |
|
Float |
Weight in (g) |
|
Float |
Density in (g/cm3) |
|
Float |
Corona treatment in (W) |
|
Float |
Viscosity in (mPas) |
|
Float |
Layer conductivity in (S/cm2) |
|
Float |
Purity in (wt.%) |
|
Float |
Ionic conductivity in (mS cm2) |
|
Float |
Thermal stability in (°C) |
|
Float |
Electrochemical stability in (V) |
|
Float |
Photoluminescence quantum yield in (%) |
|
Float Bi-dimensional |
Chemical bonds/Intensity of ligh as a function of Raman shift |
|
Float Bi-dimensional |
Chemical bonds/intensity of ligh as a function of light frequency |
|
Float Bi-dimensional |
Semi-quantitative recognition of crystallographic phases and crystallite size/Intensity as a function of the diffracted angle |
|
Float Bi-dimensional |
Surface morphology/ Height profile as a function of the position |
|
Float Bi-dimensional |
Particle size dimension distribution/ Number of particles as a function of particle size |
Computational properties
The computational properties supported are:
Field name |
Type |
Description |
|---|---|---|
|
Float |
Energy gap in (eV) |
|
Float |
Total energy in (eV) |
|
Float |
Formation energy in (eV) |
|
Float |
Redox (intercalation) potential in (V) |
|
Float |
volume in (mm3) |
Example
If you need to upload an experimental process data with energy gap, annealing temperature and time as properties, you have to insert the following metadata:
{
"properties": [
{
"name": "annealing_temperature",
"value": 50
},
{
"name": "annealing_time",
"value": 120
},
{
"name": "energy_gap",
"value": 1.60
}
]
}
If you need to upload a Quantum Espresso properties, then:
{
"properties":[
{
"name": "total_energy",
"value": -106845.63979092
},
{
"name": "volume",
"value": 1037.2723079868
},
{
"name": "formation_energy_per_atom",
"value": -1.654192855
}
]
}