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

NebCalculation: Add intermediate image structures #1049

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ionuorah
Copy link

Intermediate structures that might be need to guide the NEB path are enabled and added as trajectory data.

@rikigigi
Copy link
Member

I had in my plans to implement this too 🙂

Only a question: why do we have to provide also
first_structure and last_structure as input when intermediate_structures trajectory is provided? In this way I have to split my input trajectory in three nodes (suppose for example that I'm modifying one that was calculated by this plugin).

I would allow the user to use or first_structure and last_structure, or intermediate structure, not both, and maybe deprecate the old input and in a next major release delete it

What do you think? Did you have other specific usecases?

Thank you

@ionuorah
Copy link
Author

I had in my plans to implement this too 🙂

Only a question: why do we have to provide also first_structure and last_structure as input when intermediate_structures trajectory is provided? In this way I have to split my input trajectory in three nodes (suppose for example that I'm modifying one that was calculated by this plugin).

I would allow the user to use or first_structure and last_structure, or intermediate structure, not both, and maybe deprecate the old input and in a next major release delete it

What do you think? Did you have other specific usecases?

Thank you

I have no particular usecase, I only want to be able to include the intermediate structures. Maybe it is better to allow the user to provide either first/last structures or a trajectory data of all (first, intermediate(s) , last) structures.

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.

2 participants