47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"project": {
|
|
"__module__": "pmsco.projects.demo.fcc",
|
|
"__class__": "FCC111Project",
|
|
"job_name": "cu111-0002",
|
|
"job_tags": {},
|
|
"description": "edac phases, ${mode}",
|
|
"directories": {
|
|
"output": "${project}/../../work/demo/${job_name}"
|
|
},
|
|
"mode": "single",
|
|
"time_limit": 24,
|
|
"log_level": "WARNING",
|
|
"keep_files": [
|
|
"cluster",
|
|
"output",
|
|
"atomic"
|
|
],
|
|
"element": "Cu",
|
|
"atomic_scattering_factory": "InternalAtomicCalculator",
|
|
"multiple_scattering_factory": "EdacCalculator",
|
|
"domains": [
|
|
{
|
|
"default": 0.0
|
|
}
|
|
],
|
|
"scans": [
|
|
{
|
|
"__class__": "ScanLoader",
|
|
"filename": "${project}/demo_holo_scan.etpi",
|
|
"is_modf": true,
|
|
"emitter": "Cu",
|
|
"initial_state": "3s",
|
|
"patch": {"e": "26."}
|
|
}
|
|
],
|
|
"model_space": {
|
|
"rmax": {"start": 5.0},
|
|
"dlat": {"start": 3.6149},
|
|
"dl1l2": {"start": "3.6149 / math.sqrt(3.0)"},
|
|
"phi": {"start": 0.0},
|
|
"V0": {"start": 10.0},
|
|
"Zsurf": {"start": 1.0}
|
|
}
|
|
}
|
|
}
|