-
Notifications
You must be signed in to change notification settings - Fork 19
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
Molecular Grid from Atomic Grids #179
Comments
A starting point is to add a notebook that shows how to construct a molecular grid from atomic grids. |
I agree with adding in the notebook on how to construct it using the initializer but I feel like the init method achieves the easy-to-use functionality if the user has an example Lines 92 to 98 in cdf1ec3
There is also an example of using init in the code docs of molecular grid The latter wrapper will depend on the radial grid and consequently the results of the grid assessment for picking a default radial grid |
Until grid assessment is done, the default construction methods in mol_grid would be changed so that the rgrid methods and aim_weights are from Horton/Becke Weights, respectively. |
|
There should be an easy-to-use functionality to get molecular grids from atomic grids, as well as an overall wrapper to take atomic positions and types and construct atomic grids directly, then molecular grids.
The text was updated successfully, but these errors were encountered: