-
Notifications
You must be signed in to change notification settings - Fork 10
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
Atomic Energy Selection and Kernel Selection Methodologies Usage #104
Comments
@PythonFZ is atomic energy selection on classically generated data possible in IPSuite at the moment? In any case, an example script for MMK data selection might be sufficient here as descriptor-based data selection has shown to be quite effective. |
@ankur56 I created a repository that shows how the kernel selection method can be used: You can easily reproduce the example with the following code:
The examples from the README might also be helpful for the general setup
We are currently working on a documentation for IPSuite but I don't know when it will be finished. More information on how IPSuite works can be found at |
Hi @PythonFZ,
I'm currently trying to understand the |
@SamTov and @PythonFZ, I was also hoping you could provide some clarification on the kernel plot displayed in the I am also curious about the Minimum Membership Kernel (MMK) selection method, but I haven't been able to find much information online. Could you please direct me to the relevant paper? Thank you. |
The MMK value gives a representation of how similar a given configuration is compared to a set of other configurations. For your DVC error: What happens if you run The periodic flag in the |
@PythonFZ Thank you for explaining the MMK method. When I run the command,
I get the following error,
Seems to be related to this issue https://discuss.dvc.org/t/module-platformdirs-has-no-attribute-site-cache-dir/1636/4 The code is working fine with platformdirs verion 3.1.1 as described in that issue. I will now test this code on my dataset. |
I am now trying to run the code in a different directory on my dataset. I also changed the periodic flag to
I got the following output from this code,
Am I missing something? P.S. After code execution, the periodic flag automatically reverts back to |
You seem to have fixed the DVC issue. You are running the code with |
@PythonFZ Thank you for your prompt response. I ran the code with
|
Hello Maintainers,
I am working with a dataset of around 5000 molecular configurations, which are not necessarily generated through MD simulations. I am interested in employing the "Atomic Energy Selection" methodology, as outlined in this paper, to assemble a dataset for training my machine learning model.
In addition to this, the other methods available in this repository, such as the kernel selection method, seem to align well with my use-case requirements.
To better understand the implementation and to ensure I am utilizing these methodologies correctly, it would be greatly beneficial if you could provide an example code for the Atomic Energy Selection and Kernel Selection methodologies.
I have also spoken about this issue to Samuel Tovey via email.
The text was updated successfully, but these errors were encountered: