feat(GridFire): added weak electron screening

This commit is contained in:
2025-07-01 11:40:03 -04:00
parent 40b28477ed
commit 0c16e81e98
26 changed files with 1408 additions and 444 deletions

View File

@@ -84,7 +84,7 @@ namespace gridfire {
}
}
const ReactionSet reactionSet(reaclibReactions);
return LogicalReactionSet(reactionSet);
return packReactionSetToLogicalReactionSet(reactionSet);
}
// Trim whitespace from both ends of a string