We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b7aa1 commit 26facb1Copy full SHA for 26facb1
input/input_test.go
@@ -34,7 +34,8 @@ scenarios:
34
general:
35
ncores: 1
36
modules:
37
- order: [rigidbody]
+ order: [topoaa, rigidbody]
38
+ topoaa: {}
39
rigidbody:
40
param1: value1
41
`)
@@ -239,12 +240,13 @@ scenarios:
239
240
Topology: "_ligand.top",
241
},
242
Modules: ModuleParams{
- Order: []string{"rigidbody"},
243
+ Order: []string{"topoaa", "rigidbody"},
244
+ Topoaa: map[string]any{},
245
Rigidbody: map[string]any{
246
"param1": "value1",
247
248
- CnsParams: map[string]interface{}{
249
+ CnsParams: map[string]any{
250
"noecv": false,
251
252
0 commit comments