-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor of statistics gathering and snapshots saving code. - Fixed uncontrollable secondly structure snapshot saving. - Frequent saving setting does not impact performance anymore. - Both routines now strictly use intrinsic simulation time. The interval setting on the interface also refers to simulation time. The time corresponds to the patterning time. - Minor process visualization refactor
- Loading branch information
Showing
3 changed files
with
87 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ openpyxl | |
tqdm | ||
pyqt5 | ||
pyaml | ||
vtk==9.3.1 | ||
numexpr_mod |