Skip to content

Commit

Permalink
correct qe_flow object
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Jun 29, 2024
1 parent a36f569 commit 941fa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
"execution_count": 15,
"outputs": [],
"source": [
"graph = to_mermaid(qe_flow, show_flow_boxes=True)\n",
"graph = to_mermaid(Flow(qe_flow), show_flow_boxes=True)\n",
"mm(graph)"
],
"metadata": {
Expand Down

0 comments on commit 941fa89

Please sign in to comment.