You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
Your library looks very interesting. Right now I have to use pymatgen for CIF parsing, however it's quite heavyweight and not really a narrow-purpose tool. Do you plan to continue the development of this library? e.g. python bindings would be very desirable.
Cheers,
EB
The text was updated successfully, but these errors were encountered:
@blokhin, may I suggest COD CIF parser for your purpose? It's in C language and has bindings for both Perl and Python (see pycodcif on PyPI). I have published a paper (Merkys et al., 2016) comparing it to other general/special purpose CIF parsers.
@merkys Saulius told me once, that COD CIF parser is written in Perl, and so I was hesitant to use it, because I am afraid of Perl :) But if you say it's C, then I'll try, thanks!
The development of LibCIF is currently stalled for lack of volunteers. We will have an important ESL workshop in February and will decide by then, or before, what to do with it. COD CIF could actually be an interesting alternative if we are able to provide Fortran wrappers on top of its C code.
I will put it as an item for our next ESL monthly meeting and keep you informed here of our discussions.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Yann, Damien, James!
Your library looks very interesting. Right now I have to use
pymatgen
for CIF parsing, however it's quite heavyweight and not really a narrow-purpose tool. Do you plan to continue the development of this library? e.g. python bindings would be very desirable.Cheers,
EB
The text was updated successfully, but these errors were encountered: