-
Notifications
You must be signed in to change notification settings - Fork 61
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
conda-forge package #79
Comments
Hi Jan, thank you for taking care of the package in conda-forge. |
This is the original source of Magpie: https://bitbucket.org/wolverton/magpie |
@WardLT Can you help us? Are there any plans to add magpie to anaconda? Or is it more reasonable to extract the voronoi fingerprint and implement it directly in Python using voro++ bindings? |
There is even a Python wrapper for magpie by Wolverton group: https://bitbucket.org/wolverton/magpie-python |
How does catlearn's Magpie interaction work? Does it use the REST API for Magpie or the text interface? |
Using the text interface |
Maybe a good short-term fix would be to download the Magpie JAR file on demand. I have put it up on Bitbucket: https://bitbucket.org/wolverton/magpie/downloads/Magpie.jar |
I started building a conda-forge package:
https://github.com/conda-forge/catlearn-feedstock
And I was wondering if catlearn/api/magpie can be compiled from code as well, or maybe distributed as a separate package.
The text was updated successfully, but these errors were encountered: