Author Topic: How to resolve the issue?  (Read 3125 times)

0 Members and 1 Guest are viewing this topic.

Offline techenthusiast

  • Regular QuantumATK user
  • **
  • Posts: 15
  • Country: in
  • Reputation: 0
    • View Profile
How to resolve the issue?
« on: December 5, 2024, 07:02 »
Dear all,
Good morning,


Traceback (most recent call last):
  File "C:\Program Files\QuantumATK\QuantumATK-V-2023.12\atkpython\Lib\site-packages\AddOns\DevicePackage\CreateDeviceFromBulkWidget.py", line 105, in accept
    self._stash.addItem(item, set_active=True)
  File "zipdir\NL\GUI\Tools\Builder\Stash\Stash.py", line 430, in addItem
  File "zipdir\NL\GUI\Tools\Builder\Stash\Stash.py", line 238, in setActive
  File "zipdir\NL\GUI\Tools\Builder\Stash\Stash.py", line 710, in saveItem
  File "zipdir\NL\GUI\Tools\Builder\Stash\Stash.py", line 796, in deleteObject
  File "zipdir\NL\IO\NLSaveUtilities.py", line 541, in nldelete
  File "zipdir\NL\IO\HDF5.py", line 299, 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\atkpython\Lib\site-packages\h5py\hl\group.py", line 357, 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\h5o.pyx", line 190, in h5py.h5o.open
KeyError: "Unable to open object (object '(8R,9' doesn't exist)"

Kindly advise. Thank You.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5609
  • Country: dk
  • Reputation: 107
    • View Profile
    • QuantumATK at Synopsys
Re: How to resolve the issue?
« Reply #1 on: December 6, 2024, 20:13 »
You'll need to provide more details on when this happens, what you are trying to do. One can guess, maybe, from the errors, but not really pinpoint anything. Does the string "(8R,9" have some relation to the name of a stash item (configuration) in the Builder? If so, maybe try to rename it.

Offline techenthusiast

  • Regular QuantumATK user
  • **
  • Posts: 15
  • Country: in
  • Reputation: 0
    • View Profile
Re: How to resolve the issue?
« Reply #2 on: December 9, 2024, 10:22 »
This is coming when - 1. I want to make a normal CNT Device from bulk (Especially for electrode expansion for example 4.56 Angstrom to 25 Angstrom)
)
2. I want to download the target molecule from Pubmed CID for the sensing application
3. I Want to delete something from the stash.

Thank You.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5609
  • Country: dk
  • Reputation: 107
    • View Profile
    • QuantumATK at Synopsys
Re: How to resolve the issue?
« Reply #3 on: December 9, 2024, 20:03 »
Maybe your stash has become corrupt. You can start fresh by deleting the file Builder_Stash.hdf5 in the project (or just rename it, maybe some data is needed and can be saved later).