Author Topic: error  (Read 1642 times)

0 Members and 1 Guest are viewing this topic.

Offline chitrapandy

  • Regular QuantumATK user
  • **
  • Posts: 19
  • Country: jp
  • Reputation: 0
    • View Profile
error
« on: June 14, 2021, 03:33 »
Hi,

I have calculated Id-Vg for my transistor structure. At the first time I have viewed the IdVg using IV characteristics analyzer but now below error is shown

Traceback (most recent call last):
  File "IdVG_300K.py", line 1573, in <module>
    enforce_zero_transmission_in_band_gap=True,
  File "zipdir\NL\Study\IVCharacteristics.py", line 1889, in __init__
  File "zipdir\NL\Study\Study.py", line 532, in _saveState
  File "zipdir\NL\Study\Study.py", line 517, in _saveToFile
  File "zipdir\NL\IO\NLSaveUtilities.py", line 471, in nlsave
  File "zipdir\NL\IO\HDF5.py", line 279, in __delitem__
  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 "build\lib\site-packages\h5py-2.7.1-py3.6-win-amd64.egg\h5py\_hl\dataset.py", line 496, in __getitem__
  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 181, in h5py.h5d.DatasetID.read
  File "h5py\_proxy.pyx", line 158, in h5py._proxy.dset_rw
  File "h5py\_proxy.pyx", line 84, in h5py._proxy.H5PY_H5Dread
OSError: Can't read data (bad global heap collection signature)

How to rectify this error? Help me to solve this issue.
Thank you

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: error
« Reply #1 on: June 16, 2021, 22:50 »
It looks like the HDF5 file has become corrupt. Might be easier to just rerun the calculation...

Offline chitrapandy

  • Regular QuantumATK user
  • **
  • Posts: 19
  • Country: jp
  • Reputation: 0
    • View Profile
Re: error
« Reply #2 on: June 17, 2021, 03:20 »
Ok, I understand.
THnk you for the suggestion.