ClusterSpaceEvaluator instance created in CE Processor? #452
kamronald
announced in
Announcements
Replies: 1 comment
-
Great question! I'm trying to remember exactly why that choice was made. It may have been to be able to set the number of threads for each independently, or perhaps some pickling issues. Though feel free to just change the code to use the same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why does the ClusterExpansionProcessor create a new instance of ClusterSpaceEvaluator in the constructor? Isn't this redundant with the instance already contained in the ClusterSubspace?
Beta Was this translation helpful? Give feedback.
All reactions