Skip to content

Commit 8dc5846

Browse files
committed
fix: resolve conflicts after merge
2 parents f82410c + 1884c92 commit 8dc5846

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

assets/subworkflows/espresso/average_electrostastatic_potential_find_minima.yml renamed to assets/subworkflows/espresso/average_electrostatic_potential_find_minima.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ units:
1818
flowchartId: python-find-extrema
1919
type: executionBuilder
2020
- config:
21-
name: Set Averaged ESP Value
21+
name: Set Average ESP Value
2222
operand: AVG_ESP
2323
value: 'json.loads(STDOUT)["minima"]'
2424
input:

assets/subworkflows/espresso/average_electrostatic_potential_via_band_structure.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ method:
77
name: PseudopotentialMethod
88
model:
99
name: DFTModel
10-
name: Band Structure + averaged ESP
10+
name: Band Structure + average ESP
1111
units:
1212
- config:
1313
name: Set Material Index
@@ -53,15 +53,15 @@ units:
5353
type: executionBuilder
5454
- config:
5555
execName: average.x
56-
flavorName: averaged_potential
56+
flavorName: average_potential
5757
name: average ESP
5858
flowchartId: average-electrostatic-potential
5959
type: executionBuilder
6060
- config:
6161
name: Set Macroscopically Averaged ESP Data
6262
operand: array_from_context
63-
value: 'averaged_potential_profile["yDataSeries"][1]'
63+
value: 'average_potential_profile["yDataSeries"][1]'
6464
input:
65-
- name: averaged_potential_profile
65+
- name: average_potential_profile
6666
scope: average-electrostatic-potential
6767
type: assignment

assets/workflows/espresso/valence_band_offset.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ units:
2929
attributes:
3030
name: Set Material Index (Interface)
3131
value: '0'
32-
- name: average_electrostastatic_potential_find_minima
32+
- name: average_electrostatic_potential_find_minima
3333
type: subworkflow
3434
config:
3535
attributes:
@@ -81,9 +81,9 @@ units:
8181
config:
8282
attributes:
8383
input:
84-
- name: averaged_potential_profile
84+
- name: average_potential_profile
8585
scope: average-electrostatic-potential-left
86-
- name: average_electrostastatic_potential_find_minima
86+
- name: average_electrostatic_potential_find_minima
8787
type: subworkflow
8888
config:
8989
attributes:
@@ -143,9 +143,9 @@ units:
143143
config:
144144
attributes:
145145
input:
146-
- name: averaged_potential_profile
146+
- name: average_potential_profile
147147
scope: average-electrostatic-potential-right
148-
- name: average_electrostastatic_potential_find_minima
148+
- name: average_electrostatic_potential_find_minima
149149
type: subworkflow
150150
config:
151151
attributes:

src/workflows/workflows.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
workflowData: {
33
subworkflows: {
44
espresso: {
5-
average_electrostastatic_potential_find_minima: {
5+
average_electrostatic_potential_find_minima: {
66
application: { name: "python", version: "3.8.6" },
77
method: { name: "UnknownMethod" },
88
model: { name: "UnknownModel" },
@@ -20,7 +20,7 @@ module.exports = {
2020
{
2121
config: {
2222
input: [{ name: "STDOUT", scope: "python-find-extrema" }],
23-
name: "Set Averaged ESP Value",
23+
name: "Set Average ESP Value",
2424
operand: "AVG_ESP",
2525
value: 'json.loads(STDOUT)["minima"]',
2626
},
@@ -33,7 +33,7 @@ module.exports = {
3333
config: { isMultiMaterial: true },
3434
method: { name: "PseudopotentialMethod" },
3535
model: { name: "DFTModel" },
36-
name: "Band Structure + averaged ESP",
36+
name: "Band Structure + average ESP",
3737
units: [
3838
{
3939
config: {
@@ -91,7 +91,7 @@ module.exports = {
9191
{
9292
config: {
9393
execName: "average.x",
94-
flavorName: "averaged_potential",
94+
flavorName: "average_potential",
9595
flowchartId: "average-electrostatic-potential",
9696
name: "average ESP",
9797
},
@@ -101,13 +101,13 @@ module.exports = {
101101
config: {
102102
input: [
103103
{
104-
name: "averaged_potential_profile",
104+
name: "average_potential_profile",
105105
scope: "average-electrostatic-potential",
106106
},
107107
],
108108
name: "Set Macroscopically Averaged ESP Data",
109109
operand: "array_from_context",
110-
value: 'averaged_potential_profile["yDataSeries"][1]',
110+
value: 'average_potential_profile["yDataSeries"][1]',
111111
},
112112
type: "assignment",
113113
},
@@ -1580,7 +1580,7 @@ module.exports = {
15801580
},
15811581
{
15821582
config: { attributes: { name: "Find ESP Values (Interface)" } },
1583-
name: "average_electrostastatic_potential_find_minima",
1583+
name: "average_electrostatic_potential_find_minima",
15841584
type: "subworkflow",
15851585
unitConfigs: [
15861586
{
@@ -1647,7 +1647,7 @@ module.exports = {
16471647
attributes: {
16481648
input: [
16491649
{
1650-
name: "averaged_potential_profile",
1650+
name: "average_potential_profile",
16511651
scope: "average-electrostatic-potential-left",
16521652
},
16531653
],
@@ -1660,7 +1660,7 @@ module.exports = {
16601660
},
16611661
{
16621662
config: { attributes: { name: "Find ESP Value (Interface left)" } },
1663-
name: "average_electrostastatic_potential_find_minima",
1663+
name: "average_electrostatic_potential_find_minima",
16641664
type: "subworkflow",
16651665
unitConfigs: [
16661666
{
@@ -1744,7 +1744,7 @@ module.exports = {
17441744
attributes: {
17451745
input: [
17461746
{
1747-
name: "averaged_potential_profile",
1747+
name: "average_potential_profile",
17481748
scope: "average-electrostatic-potential-right",
17491749
},
17501750
],
@@ -1757,7 +1757,7 @@ module.exports = {
17571757
},
17581758
{
17591759
config: { attributes: { name: "Find ESP Value (Interface right)" } },
1760-
name: "average_electrostastatic_potential_find_minima",
1760+
name: "average_electrostatic_potential_find_minima",
17611761
type: "subworkflow",
17621762
unitConfigs: [
17631763
{

0 commit comments

Comments
 (0)