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

working ccd imaginary time propagation #30

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

halvarsu
Copy link
Collaborator

Straight from the hat.

might need to change the indices of the C-matrix?
@Schoyen Schoyen self-requested a review February 12, 2020 14:14
Copy link
Collaborator

@Schoyen Schoyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you remove the unused import of the RungeKutta4 integrator, black the files and import ITDCCD in coupled_cluster/__init__.py, we'll merge :)

Copy link
Collaborator

@Schoyen Schoyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Do a final merge with master and black, and we're there.

@halvarsu halvarsu requested a review from Schoyen March 26, 2020 11:35
@halvarsu
Copy link
Collaborator Author

This has been broken by the refactoring of our time-dependent solvers. However, with the new structure, a very simple implementation of imaginary time propagation would be to have a property of the time-dependent solver, time_direction or something similar, which the __call__-method uses to decide the correct factor of i for the different terms.

I'll close this PR and open a new one (which will contain considerably less code) if ya'll agree:)

@Schoyen
Copy link
Collaborator

Schoyen commented Mar 30, 2020

That sounds like a good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants