Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
srmnitc committed Mar 14, 2024
1 parent a4d2085 commit 502a354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calphy/utils.py
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ def create_job_from_inputfile(pr, inputfile, potential, kernel=None):
print(f'could not find {basedir_path}, skipping')


def get_energy_free(job):
def get_free_energy(job):
return job["output/energy_free"]

def get_temperature(job):

0 comments on commit 502a354

Please sign in to comment.