Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

zntrack.json 2.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
  1. {
  2. "NPT": {
  3. "dump_file": "NPT.lammpstraj",
  4. "input_script": {
  5. "_type": "pathlib.Path",
  6. "value": "NPT.in"
  7. },
  8. "input_simulation": null,
  9. "input_trajectory": "NaCl.xyz",
  10. "log_file": "NPT.log",
  11. "parameters": {
  12. "_type": "zn.method",
  13. "value": {
  14. "module": "src.LammpsSimulator"
  15. }
  16. },
  17. "template_file": {
  18. "_type": "pathlib.Path",
  19. "value": "templates/npt.lmp"
  20. }
  21. },
  22. "NVT": {
  23. "dump_file": "NVT.lammpstraj",
  24. "input_script": {
  25. "_type": "pathlib.Path",
  26. "value": "NVT.in"
  27. },
  28. "input_simulation": {
  29. "_type": "ZnTrackType",
  30. "value": {
  31. "module": "src.LammpsSimulator",
  32. "cls": "LammpsSimulator",
  33. "name": "NPT"
  34. }
  35. },
  36. "input_trajectory": null,
  37. "log_file": "NVT.log",
  38. "parameters": {
  39. "_type": "zn.method",
  40. "value": {
  41. "module": "src.LammpsSimulator"
  42. }
  43. },
  44. "template_file": {
  45. "_type": "pathlib.Path",
  46. "value": "templates/nvt.lmp"
  47. }
  48. },
  49. "MDSuiteDB": {
  50. "project_path": "mdsuite",
  51. "simulator": {
  52. "_type": "ZnTrackType",
  53. "value": {
  54. "module": "src.LammpsSimulator",
  55. "cls": "LammpsSimulator",
  56. "name": "NVT"
  57. }
  58. }
  59. },
  60. "EinsteinDiffusionNode": {
  61. "project": {
  62. "_type": "ZnTrackType",
  63. "value": {
  64. "module": "src.MDSuite",
  65. "cls": "MDSuiteDB",
  66. "name": "MDSuiteDB"
  67. }
  68. }
  69. },
  70. "RadialDistributionFunctionNode": {
  71. "plot": "rdf.png",
  72. "project": {
  73. "_type": "ZnTrackType",
  74. "value": {
  75. "module": "src.MDSuite",
  76. "cls": "MDSuiteDB",
  77. "name": "MDSuiteDB"
  78. }
  79. }
  80. }
  81. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...