Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisung Kang committed Jun 19, 2024
1 parent 0f706a4 commit 424a07e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/lib_dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

from libs.lib_util import check_mkdir, single_print

import torch
torch.set_default_dtype(torch.float64)

def run_DFT(inputs):
"""Function [get_criteria_uncert]
Expand Down

0 comments on commit 424a07e

Please sign in to comment.