Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.24 KB | None | 0 0
  1. {
  2.     "specific": {
  3.         "adf": {},
  4.         "dftb": {},
  5.         "dirac": {},
  6.         "cp2k" : {
  7.         "motion": {
  8.          "md" : {
  9.                     "thermostat" : {
  10.                          "type": "csvr",
  11.                          "csvr" : {
  12.                              "timecon": 1000
  13.                          }
  14.                     },
  15.                     "ensemble": "NVT",
  16.                     "steps": 5000,
  17.                     "timestep": 1.0,
  18.                     "temperature": 300
  19.                   }
  20.         },
  21.             "force_eval": {
  22.                  "method" : "fist",  
  23.                  "mm" :  {
  24.                     "print": {
  25.                        "ff_info" : {}
  26.                     },
  27.                     "neighbor_lists": {
  28.                        "geo_check": ".false."
  29.                        },
  30.                     "forcefield": {
  31.                        "ignore_missing_critical_params": {},
  32.                        "spline": {
  33.                           "emax_spline": 1.0E10,
  34.                           "rcut_nb [angstrom]": 15.0
  35.                           }
  36.                        },
  37.                     "poisson": {
  38.                        "periodic": "none",
  39.                        "poisson_solver": "Analytic",
  40.                        "ewald": {
  41.                           "ewald_type": "spme",
  42.                           "alpha": 0.44,
  43.                           "gmax": 24
  44.                           }
  45.                     }
  46.                  },
  47.                  "subsys": {
  48.                     "cell": {
  49.                        "abc": 40.0,  
  50.                        "periodic": "none"
  51.                     },
  52.                     "topology": {
  53.                        "coordinate": "pdb",
  54.                        "coord_file_name" : "",
  55.                        "connectivity": "mol_set",
  56.                        "dump_pdb" : {},
  57.                        "dump_psf" : {},
  58.                        "center_coordinates" : {}  
  59.                     }
  60.                  }
  61.               },
  62.               "global": {
  63.                  "print_level": "low",
  64.                  "project": "qmflows-cp2k",
  65.                  "run_type": "md"
  66.               }
  67.            },
  68.         "orca": {},
  69.         "gamess": {}
  70.     }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement