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

Planned features #1

Open
51 of 55 tasks
srmnitc opened this issue Jun 19, 2023 · 0 comments
Open
51 of 55 tasks

Planned features #1

srmnitc opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@srmnitc
Copy link
Member

srmnitc commented Jun 19, 2023

This version enables a major restructure of code. The key ideas behind the restructure of the code base are:

  • Reduce the memory used by pyscal. Currently atom objects are C++ based. There are always copied for each calculation. The atom objects should be removed, and replaced with a Python object so that it can be directly interacted with.
  • Reduce C++ code. To easily maintain the code, C++ side should be reduced to a set of methods for the time critical parts. The rest of the code should be on the python side.

Check list for features

Basic features

Neighbor methods

Steinhardt

Solid

Misc

Other modules

Others

@srmnitc srmnitc changed the title Version 3 Planned features Feb 5, 2024
@srmnitc srmnitc added the enhancement New feature or request label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant