Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - quantum2009

Pages: [1]
1
now i got this follwoing error

Running: C:\Program Files\QuantumWise\Virtual NanoLab 2008.10.0\atk\bin\atk.exe c:/docume~1/admini~1/locals~1/temp/tmpdx271j.nl
The following samples are present in this VNL file:
['twoprobe_configuration']
['Local Density Of States Local Density Of States', 'Density Of States Density of states']
Energy (eV)    Desnity of states
----------------------------------
Traceback (most recent call last):
  File "c:/docume~1/admini~1/locals~1/temp/tmpdx271j.nl", line 81, in ?
    T = trans.density_of_states()
AttributeError: TransmissionSpectrumTimeReversalSymmetryReduced instance has no attribute 'density_of_states'
Terminated Abnormally

2
yes i got the data from vnl file. Now i need to do the same for a vnl file which contains density of states Vs energy. i modified that script. but got some error.

Running: C:\Program Files\QuantumWise\Virtual NanoLab 2008.10.0\atk\bin\atk.exe c:/docume~1/admini~1/locals~1/temp/tmp6u9xny.nl
The following samples are present in this VNL file:
['twoprobe_configuration']
['Local Density Of States Local Density Of States', 'Density Of States Density of states']
Traceback (most recent call last):
  File "c:/docume~1/admini~1/locals~1/temp/tmp6u9xny.nl", line 69, in ?
    trans = data['Desnsity Of States Desnity of states']
KeyError: 'Desnsity Of States Desnity of states'
Terminated Abnormally

what is the problem with the script?

3
i am trying to extract the data from vnl file with a scirpt from your forum. when i run through Job manager i got this error

Running: C:\Program Files\QuantumWise\Virtual NanoLab 2008.10.0\atk\bin\atk.exe c:/docume~1/admini~1/locals~1/temp/tmpibuyq5.nl
Please enter VNL file name:
Traceback (most recent call last):
  File "c:/docume~1/admini~1/locals~1/temp/tmpibuyq5.nl", line 3, in ?
    filename = raw_input('Please enter VNL file name: ')
EOFError: EOF when reading a line
Terminated Abnormally

help me to solve this issue

Pages: [1]