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

Feature request: Frozen phonon pass # during multislice? #79

Open
stevenspurgeon opened this issue May 20, 2020 · 3 comments
Open

Feature request: Frozen phonon pass # during multislice? #79

stevenspurgeon opened this issue May 20, 2020 · 3 comments
Assignees

Comments

@stevenspurgeon
Copy link

I'd like to see if it's possible to include the frozen phon pass # during full multislice calculations, either in the progress bar or the command line. It would be useful for larger, more time-intensive simulations to see how far along you are. Thank you.

@lerandc
Copy link
Collaborator

lerandc commented May 20, 2020

Hi @stevenspurgeon, this should there on the command line version at least. When it prints out the simulation parameters, it should print the frozen phonon pass (indexed from 0) first. For example, on the 4th Frozen Phonon, it will print something similar to:

extracted 8 atoms from 10 lines in SI100.XYZ
Warning: User requested 4 GPUs but only 1 were found. Proceeding with 1.
deviceProperties.major = 6
deviceProperties.maxThreadsPerBlock = 1024
targetNumBlocks = 160
Frozen Phonon #3

Simulation parameters:
....

However, it does like the GUI only reports progress for an individual pass in terms of the probe progress. This should be fairly simple to update for the next release. If you are compiling the GUI yourself, I could help write a change real quick that should work.

@stevenspurgeon
Copy link
Author

Hi @lerandc, yeah it seems right now that it's not showing up in the command line. Another great option would be if we could see it in the progress bar, say something like "Computing final output (Multislice / FP = 1)." Thank you!

@lerandc
Copy link
Collaborator

lerandc commented May 20, 2020

Hmm, interesting, can you describe a bit more what you mean? Are you running the GUI from the command line, or the core prismatic executable itself?

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

No branches or pull requests

2 participants