-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This is no longer compatible with the new view Luc made.
aiidalab-eln/aiidalab_eln/cheminfo/exporter.py
Lines 37 to 52 in 2106705
| jcamp = from_dict( | |
| { | |
| "x": { | |
| "data": node["isotherm"]["pressure"], | |
| "unit": node["isotherm"]["pressure_unit"], | |
| "type": "INDEPENDENT", | |
| }, | |
| "y": { | |
| "data": node["isotherm"]["loading_absolute_average"], | |
| "unit": node["isotherm"]["loading_absolute_unit"], | |
| "type": "DEPENDENT", | |
| }, | |
| }, | |
| data_type="Adsorption Isotherm", | |
| meta=meta, | |
| ) |
Metadata
Metadata
Assignees
Labels
No labels