Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abstract Hamiltonian class for "Domcke" simulations #48

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ddkohler
Copy link
Contributor

@ddkohler ddkohler commented Jul 24, 2024

Introducing an abstract class AbstrackRKHamiltonian for mixed domain simulations. It has useful built-in structure that a user can leverage by subclassing. It's purpose is to lower the barrier to creating custom Hamiltonians.

The default class mixed.Hamiltonian now subclasses this and can be used as an example.

Also fixed a bug here that lets people use windowing again.

@ddkohler ddkohler marked this pull request as ready for review September 20, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant