We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc4b16 commit f7e956fCopy full SHA for f7e956f
docs/src/basics/AbstractSystem.md
@@ -63,6 +63,7 @@ Optionally, a system could have:
63
- `get_defaults(sys)`: A `Dict` that maps variables into their default values
64
for the current-level system.
65
- `get_noiseeqs(sys)`: Noise equations of the current-level system.
66
+ - `get_description(sys)`: A string that describes what a system represents.
67
- `get_metadata(sys)`: Any metadata about the system or its origin to be used by downstream packages.
68
69
Note that if you know a system is an `AbstractTimeDependentSystem` you could use `get_iv` to get the
0 commit comments