Skip to content

Commit 542ab7c

Browse files
UNDO ME less states
1 parent 6d1c966 commit 542ab7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/rydstate/basis/basis_mqdt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ def _init_states(
115115
self.states = []
116116
for model in self.models:
117117
logger.debug(" calculating states for model %s with nu_range=%s", model.name, nu_range)
118+
if "sqdt" in model.name.lower():
119+
nu_range = (max(25, nu_range[0]), nu_range[1])
118120
_states = get_mqdt_states_from_fmodel(model, nu_range, m_range, self.potential_class)
119121
if len(_states) == 0:
120122
logger.debug(" no states found for model %s", model.name)

0 commit comments

Comments
 (0)