espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

H5md nat available


From: Ahmad Reza Motezakker
Subject: H5md nat available
Date: Fri, 6 Mar 2020 09:59:20 +0000

Dear All,


I have been trying to save trajectories data with h5md, but I face this error:

---------

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
<ipython-input-11-23429f2149d1> in <module>
      1 #h5md file for trajectories
----> 2 h5 = h5md.H5md(filename="trajectory.h5", write_pos=True, write_vel=True, write_force=True)

~/Desktop/espresso/build/src/python/espressomd/io/writer/h5md.py in __init__(self, *args, **kwargs)
     27 
     28         def __init__(self, *args, **kwargs):
---> 29             raise RuntimeError("H5md not available.")
     30 else:
     31     class H5md:

RuntimeError: H5md not available.
-------------
I have installed hdf5 but it is still not working. I really appreciate that if you could help me.

Best Regards,
Ahmad Reza




reply via email to

[Prev in Thread] Current Thread [Next in Thread]