You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove CTFlows references and fix docstring compliance in Traits module
- Remove CTFlows.Configs references from trait docstrings and examples
- Change @extref to @ref for internal Exceptions symbols
- Update documentation (getting-started, guide/traits, index)
- Clean up trait examples to remove CTFlows-specific configuration references
- Part of CTFlows→CTBase migration
Trait marker for augmented Hamiltonian dynamics, where the Hamiltonian includes an augmented variable (e.g., a parameter or control variable) in addition to state and costate variables.
102
91
103
92
# Notes
104
-
- Used in conjunction with [`CTFlows.Configs.AbstractAugmentedHamiltonianConfig`](@ref) to specify that a configuration is for an augmented Hamiltonian system.
- Used to distinguish augmented Hamiltonian systems from standard Hamiltonian systems in trait-based dispatch.
107
95
108
-
See also: [`CTBase.Traits.HamiltonianDynamics`](@ref), [`CTFlows.Configs.AbstractAugmentedHamiltonianConfig`](@ref), [`CTBase.Traits.AbstractDynamicsTrait`](@ref).
96
+
See also: [`CTBase.Traits.HamiltonianDynamics`](@ref), [`CTBase.Traits.AbstractDynamicsTrait`](@ref).
0 commit comments