Exact objective value. #102
|
Hello everyone. First of all thank you for this wonderful package. Thank you! |
Replies: 1 comment 3 replies
|
Hi @mScid! First, I glad to hear that you enjoy the package. Please feel free to open feature requests at any time! Basically, there is certainly the possibility to extract that number. But I want to give some background here
But let me give you some context. the underlying C++ code is templated, that means it can run using By default sqsgen uses single = The reason is that storing the results halves the amount of memory used. In case you really want higher precision (I cannot judge you use-case) I strongly encourage you to set: {
"prec": "double",
}This will make sqsgen to use double numbers under the hood resulting in approximately twice (13 digits) of accuracy. Hope that help Regards |
Well we have rewritten from scratch the whole package at version 0.4, as highlighted on the repositories main page.
Well the actual number depends highly on you input configurations and chosen shell_weights, as well as the number of iterations.
In case you share your config, we can discuss further,
Best
Dominik