We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a Windows 11 with WSL, Ubuntu 24.04 system. gpaw-tools: Version information: v24.6.2b1 uses GPAW 24.6.0, ASE 3.23.0 and PHONOPY 2.29.1
Optical Calculation example (Si-2atoms-optical) with BSE gives an error:
Traceback (most recent call last): File "/home/bora/gpaw-tools-main/gpawsolve.py", line 1872, in struct = struct_from_file(inputfile = configpath, geometryfile = inFile) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/bora/gpaw-tools-main/gpawsolve.py", line 67, in struct_from_file inputf = import(Path(inputfile).stem, globals(), locals(), ['*']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'Si-Step2-optical-BSE'
The text was updated successfully, but these errors were encountered:
sblisesivdin
No branches or pull requests
On a Windows 11 with WSL, Ubuntu 24.04 system.
gpaw-tools: Version information: v24.6.2b1
uses GPAW 24.6.0, ASE 3.23.0 and PHONOPY 2.29.1
Optical Calculation example (Si-2atoms-optical) with BSE gives an error:
Traceback (most recent call last):
File "/home/bora/gpaw-tools-main/gpawsolve.py", line 1872, in
struct = struct_from_file(inputfile = configpath, geometryfile = inFile)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bora/gpaw-tools-main/gpawsolve.py", line 67, in struct_from_file
inputf = import(Path(inputfile).stem, globals(), locals(), ['*'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'Si-Step2-optical-BSE'
The text was updated successfully, but these errors were encountered: