Skip to content

Commit

Permalink
adding renormalization changes from Junsoo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikesh-s committed Mar 8, 2024
1 parent f731419 commit a077560
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 306 deletions.
2 changes: 1 addition & 1 deletion src/atomate2/common/flows/hiphive.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class BaseHiphiveMaker(Maker, ABC):
i * 100 for i in range(21)
] # Temp. for phonopy calc. of thermo. properties (free energy etc.)
T_RENORM: ClassVar[list[int]] = [
400 # 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000
100, 200, 300, 400, 500, 600, 700, 800, 900, 1000 # 400
] # [i*100 for i in range(0,16)] # Temp. at which renorm. is to be performed
# Temperature at which lattice thermal conductivity is calculated
# If renormalization is performed,
Expand Down
Loading

0 comments on commit a077560

Please sign in to comment.