File "./psd.py", line 369, in <module>
hoomd.run(1e7 )
File "/usr/local/lib/python3.7/dist-packages/hoomd/__init__.py", line 201, in run
context.current.system.run(int(tsteps), callback_period, callback, limit_hours, int(limit_multiple));
File "/usr/local/lib/python3.7/dist-packages/hoomd/hdf5.py", line 255, in _write_hdf5
self._write_quantities(f, timestep)
File "/usr/local/lib/python3.7/dist-packages/hoomd/hdf5.py", line 269, in _write_quantities
self._write_header(f)
File "/usr/local/lib/python3.7/dist-packages/hoomd/hdf5.py", line 354, in _write_header
data_set = f.create_dataset("quantities", shape=(0, len(quantities)), maxshape=(None, len(quantities)))
File "/usr/local/lib/python3.7/dist-packages/h5py/_hl/group.py", line 148, in create_dataset
dsid = dataset.make_new_dset(group, shape, dtype, data, name, **kwds)
File "/usr/local/lib/python3.7/dist-packages/h5py/_hl/dataset.py", line 137, in make_new_dset
dset_id = h5d.create(
parent.id, name, tid, sid, dcpl=dcpl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5d.pyx", line 87, in h5py.h5d.create
ValueError: Invalid location identifier (invalid location identifier)
It could greatly help me, if some one has an example code which can be shared with me.