SimpleTask feature#218
Conversation
|
@nakul680 Searching for |
29019e7 to
790a499
Compare
10f331e to
9fa47b5
Compare
…rs for easier access to attributes
… and MethodSettings
|
Latest changes:
|
…ed for method settings and task settings
yes i fixed the issue with the input object being newly initialized every time, so now it should be possible |
I tried to use it but the input was just empty for me. Also I think using |
haneug
left a comment
There was a problem hiding this comment.
Nice additions, the input does not work for me yet. Could you add an example? Just request the Hirshfeld charges in the singlepoint via AtomicCharge.HIRSHFELD.
I also had some things that I believe need some more explanations in the simplekeyword setup.
__or__( ) makes more sense and communicates intent of operator better since it is meant to merge rather than concatenate.
There are not required anymore since the inheritance scheme of the SimpleKeywordBox classes has been changed
…s as list of strings
…bject. Add example to showcase how the user can modify the input_object directly in a simple task ,a long with unit tests that user-changes to input object persist
There was a problem hiding this comment.
I looked through the settings class and I think it looks really nice. I would just add some more comments and flip the order of functions in the class. Also I noted that for status we will have method specific checks that need to be applied. E.g. Only for a method that has an SCF we need to check if the SCF is converged. We either have to check it for every method or we perform the health checks in a more general way e.g. first verify has_scf and the scf_converged such an automatic health check function in the output would also be of value outside of the simple tasks. I guess we discuss this in the JF.
…in light of recent design changes
haneug
left a comment
There was a problem hiding this comment.
I added some smaller comments. Is somewhere described what validation is performed where. I find it a bit difficult to see that without any high-level overview.
…impleTask through Input object or string
…de for fetching existing block
Closes Issues
Closes #
...
Description
TaskParamsandTaskclassesRelease Notes
(Project adheres to Keep a Changelog; Every entry should start in upper-case and end with
(#<pr-id>); Remove sections that don't apply)Added
Changed