-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TempoWithField calculation using SuperSystem
- corresponding backend for new structure - renamed 'system' to 'super_system' for clarify and removed some old comments - removed with_field flag to reflect SuperSystem... used with field evolution only (simplification). Updated to use new SuperSystem dynamics object - new SuperTimeDependentSystemWithFieldDynamics class, stores states for each system in ordinary Dynamics objects, no provision for getting states of all systems at a single time - first working version of supersystem with temposys and pt-tempo, now for parsing, tests, docs etc.! - ignore pdf output from example scripts - simplify class naming, 'supersystem' now 'meanfieldsystem' and 'subsystems' just 'systemwithfield' - fix ignore path for pdf files in examples dir - remove old timedependentsystem code. attempt to fix everything that broke - start work on updating mf-tempo tut.
- Loading branch information
Showing
9 changed files
with
631 additions
and
750 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,3 +139,6 @@ dmypy.json | |
|
||
# Test data exceptions | ||
!tests/data/test_* | ||
|
||
# pdf output from example scripts | ||
examples/*.pdf |
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
Oops, something went wrong.