Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ppegolo committed Sep 9, 2024
1 parent 1bb3fa6 commit e74ba57
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@

# %%
# Step 0: Get Data and Prepare Data Set
# =====================================
# -------------------------------------
#


# %%
# Download Data
# -------------
# ~~~~~~~~~~~~~
#

filename = "data.zip"
Expand All @@ -75,7 +75,7 @@

# %%
# Load structures and DFT data
# ----------------------------
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#

# %%
Expand Down Expand Up @@ -144,7 +144,7 @@ def update(frame):

# %%
# Instantiate machine learning data set
# -------------------------------------
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


Expand Down Expand Up @@ -233,7 +233,7 @@ def update(frame):
# %%
# Step 1: Build a machine learning model for the electronic Hamiltonian of
# graphene in a minimal basis
# ====================================================================================================
# --------------------------------------------------------------------------------
#


Expand Down Expand Up @@ -319,7 +319,7 @@ def update(frame):

# %%
# Set up the training loop
# ------------------------
# ~~~~~~~~~~~~~~~~~~~~~~~~
#


Expand Down Expand Up @@ -360,7 +360,7 @@ def update(frame):

# %%
# Evaluate model accuracy
# =======================
# -----------------------
#


Expand Down Expand Up @@ -449,7 +449,7 @@ def update(frame):

# %%
# Graphene band structure
# -----------------------
# ~~~~~~~~~~~~~~~~~~~~~~~
#


Expand Down

0 comments on commit e74ba57

Please sign in to comment.