Skip to content

Commit

Permalink
Merge branch 'update/SOF-7161' of github.com:Exabyte-io/wode.js into …
Browse files Browse the repository at this point in the history
…update/SOF-7161
  • Loading branch information
k0stik committed Feb 20, 2024
2 parents 8ab2a44 + 16b14b5 commit da7d825
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ units:
- config:
name: Set Material Index
operand: MATERIAL_INDEX
value: "0"
value: 0
type: assignment
- config:
execName: pw.x
Expand Down
2 changes: 1 addition & 1 deletion assets/subworkflows/espresso/dielectric_tensor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ units:
- config:
name: Set No-Symmetry Flag
operand: NO_SYMMETRY_NO_INVERSION
value: "True" # yamllint disable-line rule:truthy
value: True # yamllint disable-line rule:truthy
type: assignment
- config:
execName: pw.x
Expand Down
8 changes: 4 additions & 4 deletions assets/subworkflows/espresso/kpoint_convergence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ units:
name: Init tolerance
flowchartId: init-tolerance
operand: TOL
value: "1.0e-5"
value: 1.0e-5
type: assignment
- config:
name: Init increment
flowchartId: init-increment
operand: INC
value: "1"
value: 1
type: assignment
- config:
name: Init result
flowchartId: init-result
operand: PREV_RESULT
value: "0"
value: 0
type: assignment
- config:
name: Init parameter
flowchartId: init-parameter
operand: PARAMETER
value: "1"
value: 1
type: assignment
- config:
name: pw_scf_kpt_conv
Expand Down
8 changes: 4 additions & 4 deletions assets/subworkflows/vasp/kpoint_convergence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ units:
name: Init tolerance
flowchartId: init-tolerance
operand: TOL
value: "1.0e-5"
value: 1.0e-5
type: assignment
- config:
name: Init increment
flowchartId: init-increment
operand: INC
value: "1"
value: 1
type: assignment
- config:
name: Init result
flowchartId: init-result
operand: PREV_RESULT
value: "0"
value: 0
type: assignment
- config:
name: Init parameter
flowchartId: init-parameter
operand: PARAMETER
value: "1"
value: 1
type: assignment
- config:
name: vasp_kpt_conv
Expand Down

0 comments on commit da7d825

Please sign in to comment.