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

The problem during the inference stage #24

Closed
newplay opened this issue Jan 14, 2023 · 2 comments
Closed

The problem during the inference stage #24

newplay opened this issue Jan 14, 2023 · 2 comments

Comments

@newplay
Copy link

newplay commented Jan 14, 2023

  1. During the inference stage, is it possible to only execute task 5 and save tasks 1-4 as files for reading?Are there any parameters provided to achieve this function?

  2. When I set the band.json file, when which_k = 0, it means to use one thread to calculate all k points. Does which_k = [0,1,2,3,4,5] mean that I use one thread to calculate the first 0-5 k points? Will which_k=[0] calculate all k points or only the first k point?

Thank you for your response.
tzuching

@mzjb
Copy link
Owner

mzjb commented Jan 14, 2023

  1. Yes, it is possible. Results obtained from each task is saved as files automatically.

  2. which_k cannot be a list for now. which_k = 1 calculates the 1st k-point. One can run a bash script to calculate multiple k-points in parallel. Just to mention, a new script for calculating bands will be released soon. It can use multiple threads to calculate one k-point.

@newplay
Copy link
Author

newplay commented Jan 15, 2023

Thank you , I would try to do better.
tzuching

@mzjb mzjb closed this as completed Jan 27, 2023
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

No branches or pull requests

2 participants