Closed SalomeRonja closed 3 years ago
hm damn.... I just checked it out. I think it would make sense to add a global vacuum_simulation flag in the module _do_RE_EDSgenerateOptimizedStates, that triggers the useage of any potential energy instead of domination sampling in _physical_occurence_potential_threshold_distributionbased.
@SalomeRonja hi, i started implementing this, maybe you could checkout this branch vacuum_state_optimization
Solved by benjamin in #39 - thanks a lot !
I just ran the single state optimization for one of my vacuum system, and I noticed that some of the physical sampling thresholds are nans. The function which determines the sampling thresholds gives a nice warning for this:
"A state potential threshold was NaN -> This hints on that you did not sample the state as a dominating one! Please check your simulatigons!"
In case of the vacuum simulations, even with biased energy offsets, I always get the same dominating states:
This is low priority, but something to keep in mind. I'll have to see what happens when I use a higher bias for the energy offsets, or handle the threshold detection differently in case of vacuum.