Advertisement
Guest User

Untitled

a guest
Mar 28th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.43 KB | None | 0 0
  1. {
  2.     "comment": "This is a sample input file. Unrecognized attributes (like the ones prepended with '_' are ignored.",
  3.     "data":
  4.     {
  5.         "max_pass": 100000, "measurements":
  6.             [
  7.             {"quantity": "formation_energy"},
  8.             {"quantity": "potential_energy"},
  9.             {"quantity": "atom_frac"},
  10.             {"quantity": "site_frac"},
  11.             {"precision": 0.001, "quantity": "comp"},
  12.             {"quantity": "comp_n"}
  13.             ],
  14.         "storage":
  15.         {
  16.             "output_format": "csv", "write_trajectory": false, "write_observations": true, "output_directory": "./mc_path"
  17.         },
  18.         "sample_period": 1, "_m":
  19.             [
  20.             {
  21.                 "quantity": "all_correlations"
  22.             }
  23.             ], "sample_by": "pass"
  24.     },
  25.     "initialization":
  26.     {
  27.         "clex": "formation_energy", "motif":
  28.             {
  29.                 "configname": "SCEL1_1_1_1_0_0_0/2"
  30.             },
  31.         "matrix":
  32.             [
  33.             [14, 0, 0], [0, 14, 0], [0, 0, 14]
  34.             ],
  35.         "eci": "default", "calctype": "default", "ref": "default", "bset": "default"
  36.     },
  37.     "driver":
  38.     {
  39.         "incremental_conditions":
  40.             {
  41.                 "param_chem_pot":
  42.                 {
  43.                     "a": 0.00, "b": 1
  44.                 },
  45.                 "tolerance": 0.001, "temperature": 0.0
  46.             },
  47.         "initial_conditions":
  48.             {
  49.                 "param_chem_pot":
  50.                 {
  51.                     "a": -3.0, "b": -10
  52.                 },
  53.                  "tolerance": 0.001, "temperature": 1173.0
  54.             },
  55.         "mode": "incremental", "final_conditions":
  56.             {
  57.                 "param_chem_pot":
  58.                 {
  59.                     "a": -3.0, "b": 10
  60.                 },
  61.                 "tolerance": 0.001, "temperature": 1173.0
  62.             }
  63.     },
  64.     "type": "grand_canonical"
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement