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

New package: PseudopotentialGenerator v0.1.0 #117236

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: 62755698-03fb-4fba-b479-db9468a99e5f
Repo: https://github.com/unkcpz/PseudopotentialGenerator.jl.git
Tree: 150a6c18b5e82d8ab51b25f74bfb00f974dbd122

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
Copy link
Contributor

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. New package registration

Please make sure that you have read the package naming guidelines.

2. AutoMerge Guidelines are all met! ✅

Your new package registration met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed.

3. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@goerz
Copy link
Member

goerz commented Oct 15, 2024

I wonder whether it might be more descriptive to go from PGEN to something like PlaneWaveDFT, or PlaneWaveDFT. From the very limited documentation it would appear the package is centered around functions like solve_radial_eigenproblem, which seems like it might go beyond the generation of pseudopotential.

Besides, generating pseudopotentials is probably something that also happens in other contexts beside DFT, making the package name potentially too general.

It would probably help to add a more extensive documentation besides just the example scripts. I would also mention that scripts like those examples, using globabl variables, is not a good idea for perfomance. You want to make sure that all your code is in functions, so that Julia can properly compile them.

[noblock]

@unkcpz
Copy link

unkcpz commented Oct 15, 2024

Hi @goerz, thanks for checking and for the constructive suggestion.

Solving DFT in atomic system is the first step of pseudopotential generating. The package include the solver in radial coordinator, the solver is also used for pseudize the real all-electrons potential and measurement of its quality.

This is the tool for generating the pseudopotential which will be used in the planewave DFT code such as DFTK.jl.

I think the new name PseudopotentialGenerator.jl is descriptive? I also extent the usage section in readme with codes and explanation from scripts. The slides of my presentation is also attached in the "Basic theory and package construction" section for more information. Please have a look https://github.com/unkcpz/PseudopotentialGenerator.jl

[noblock]

@JuliaTagBot JuliaTagBot merged commit b23bf23 into master Oct 17, 2024
15 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-pseudopotentialgenerator-62755698-v0.1.0-0133592fb2 branch October 17, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants