Dear Sir
I am a new beginner in Python and have some problems
what I want to do is to get a script to extract data from vnl file which contain many physical properties.
For example, I have a lih2li.vnl file with 1.density of states, 2.electron denstiy, 3.Total energy, 4.transmission spectrum, which were calculated together. How to write a script to get the lih2li.(density of states) ?
The forum talked about how to extract the density of states from a vnl file, when the density of states is calculated only, I can do that too, but I don't know how to get it when many properties were calculated together.
I don't know how to write a script to extract one physical properties from a big vnl file.
Thank you.