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

Output end point information #46

Open
fsmoncadaa opened this issue Dec 4, 2023 · 1 comment
Open

Output end point information #46

fsmoncadaa opened this issue Dec 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fsmoncadaa
Copy link
Collaborator

2D densityPlots and orbitalPlots receive the end points information as
point1=0.0 0.0 -3.0 point2=0.0 0.0 3.0
It may be more intuitive to add something like
axis="z" initial=-3.0 end=3.0

and for the 3D plots
go from
point1=-3.0 0.0 -3.0 point2=-3.0 0.0 3.0 point2=3.0 0.0 -3.0
to
plane="xz" initial1=-3.0 end1=3.0 initial2=-3.0 end2=3.0

@fsmoncadaa fsmoncadaa self-assigned this Dec 4, 2023
@fsmoncadaa fsmoncadaa added the enhancement New feature or request label Dec 4, 2023
@fsmoncadaa
Copy link
Collaborator Author

Also check this module parallelization - this is relevant for the large supersystem basis sets of NOCI calculations

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

No branches or pull requests

1 participant