Hi all, I'm having issues in understanding functions to access level entropy in a NSBM, in particular
[state.level_entropy(x) for x in range(len(state.get_levels()))] whose sum is equal to state.entropy(), is different from [x.entropy() for x in state.get_levels()] What is the difference between the two? How can I use both the informations? d _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
