minnervva / torchdetscan

This is a tool for finding non-deterministic functions in your pytorch code.
https://github.com/minnervva/torchdetscan
MIT License
1 stars 0 forks source link

conversion tool from ase to deepmd #35

Open mtaillefumier opened 5 months ago

mtaillefumier commented 5 months ago

dpdata conversion tool is broken. Write a tool to convert ase data to deepmd format. Follow Mark work for cp2k

https://github.com/ExaMat/cp2k_to_deepmd/blob/648d6d474d22c6564f146b5b9e4b4e9cd12dcead/cp2k_to_deepmd/cp2k2dp.py#L74

mtaillefumier commented 5 months ago

We could use c++ to translate ASE -> CP2K and then use David work. Or write in in Python.