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

add tqdm bar #18

Merged
merged 2 commits into from
Mar 23, 2023
Merged

add tqdm bar #18

merged 2 commits into from
Mar 23, 2023

Conversation

PythonFZ
Copy link
Member

No description provided.

@PythonFZ PythonFZ linked an issue Mar 22, 2023 that may be closed by this pull request
Comment on lines 59 to +60
mol = atoms[component].copy()
mol.calc = SinglePointCalculator(mol, forces=atoms.get_forces()[component])
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah I didn't think about the fact that slicing atoms does not also slice their calculator results.

Copy link
Contributor

@M-R-Schaefer M-R-Schaefer left a comment

Choose a reason for hiding this comment

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

Looks good!

@PythonFZ PythonFZ merged commit 052fad9 into main Mar 23, 2023
@PythonFZ PythonFZ deleted the 17-add-tqdm-progress-bar branch March 23, 2023 10:26
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.

Add tqdm progress bar
2 participants