import
Import results from a file in JSON format:
foo := dft(structure(molecule = water) xc = LDA ao = DZP)
export(file = 'results.json') ! stores {"foo" : {...}}
! ...
import(file = 'results.json') ! reads 'foo'
Options
file
-
Name of file to import.
This option is mandatory.
- The type is string
- There is no default value.