Skip to content

Commit

Permalink
Fix FW example
Browse files Browse the repository at this point in the history
Should be MgO, not Si
  • Loading branch information
Andrew-S-Rosen committed Nov 25, 2021
1 parent 7e6ff80 commit 9d91968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user/fireworks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ submit an MgO band structure workflow using FireWorks:
)
# make a band structure flow to optimise the structure and obtain the band structure
bandstructure_flow = RelaxBandStructureMaker().make(si_structure)
bandstructure_flow = RelaxBandStructureMaker().make(mgo_structure)
# convert the flow to a fireworks WorkFlow object
wf = flow_to_workflow(bandstructure_flow)
Expand Down

0 comments on commit 9d91968

Please sign in to comment.