Closed AdhTri001 closed 7 months ago
[x] Fixed? [x] Review#1 [x] Review#2
Clone workflow option earlier would return an error, which has been fixed.
A few folders which contained essential functions for post processing were missing __init__.py files
__init__.py
These files are necessary for python to build the directories as a module, hence was causing issues with the post processing
Such file was added in missing places.
❌ Fixed? ❌ Review#1 ❌ Review#2
Litesoph can now be installed and used on windows using wsl for submitting commands locally.
Average Spectrum utility would return an error about a missing argument self.restart
self.restart
We added a line that self.restart=False in the update parameter function
self.restart=False
Reason: The two options are to either pass the parameter as True/False or to remove it completely,
The said parameter was being inherited to from a class above we set it to False because no restart information is needed in the plot post processing
Kohn-sham Decomposition is a prebuilt function in GPAW and works perfectly fine in the same engine.
For octopus, there was an issue with Tkinter , Tkinter was looking for a string input while the code was passing "empty" causing an error
We added a line to pass an empty string in the input
The code was well written but was causing an error when the passed inputs were 1 and 1.
For such input, a test condition was added to pad the generated matrix for contour plot.
The condition picks the maximum of the input and 2 and then generates necessary padding for
Box Dimensions input was not being captured from gui, when shape is parallelopiped.
Hold user to same job until the job is completed on the remote
[x] Fixed? [ ] Review#1 [ ] Review#2
Gpaw point_group condition to be explored later (And why was it True as Default)
Issues to be fixed
Clone workflow
Clone workflow option earlier would return an error, which has been fixed.
Missing init.py Files
A few folders which contained essential functions for post processing were missing
__init__.py
filesThese files are necessary for python to build the directories as a module, hence was causing issues with the post processing
Such file was added in missing places.
Windows Portability (Postponed to 1.2)
Litesoph can now be installed and used on windows using wsl for submitting commands locally.
Average spectrum (Octopus)
Average Spectrum utility would return an error about a missing argument
self.restart
We added a line that
self.restart=False
in the update parameter functionReason: The two options are to either pass the parameter as True/False or to remove it completely,
The said parameter was being inherited to from a class above we set it to False because no restart information is needed in the plot post processing
Kohn-Sham Decomposition (Octopus)
Kohn-sham Decomposition is a prebuilt function in GPAW and works perfectly fine in the same engine.
For octopus, there was an issue with Tkinter , Tkinter was looking for a string input while the code was passing "empty" causing an error
We added a line to pass an empty string in the input
The code was well written but was causing an error when the passed inputs were 1 and 1.
For such input, a test condition was added to pad the generated matrix for contour plot.
The condition picks the maximum of the input and 2 and then generates necessary padding for
MO tracking octopus
Proceed button grey-out when job is running
Box Dimensions (Octopus)
Box Dimensions input was not being captured from gui, when shape is parallelopiped.
Queue remote submit
Hold user to same job until the job is completed on the remote
[FIX] Task mode
Documentation