python - close Universe in MDAnalysis module -


is possible close or unload universe in mdanalysis module? didn't find such function on mdanalysis pages want modify trajectory module , load again in mdanalysis, following:

file "/home/eh22/local/lib/python2.7/site-packages/lsdmap/util/metric.py", line 231, in get_distance_matrix     ts in u.trajectory: file "/home/eh22/local/lib/python2.7/site-packages/mdanalysis-0.8.1-py2.7-linux-ppc64.egg/mdanalysis/coordinates/xdrfile/core.py", line 602, in __iter__     ts = self._read_next_timestep() file "/home/eh22/local/lib/python2.7/site-packages/mdanalysis-0.8.1-py2.7-linux-ppc64.egg/mdanalysis/coordinates/xdrfile/core.py", line 651, in _read_next_timestep     (self.format, statno.errorcode[ts.status]), self.filename) ioerror: [errno 14] problem xtc file, status exdrmagic: 'traj1.xtc' 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -