Thank you for your help.
g.compute_terminal_states()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[55], line 4
1 #So far, we have just computed macrostates. To restrict these to the set of terminal states, there are three possibilities:
2 #We’ll use the automatic way below (it doesn’t matter in this case since we have only computed three macrostates, and all of them are terminal):
----> 4 g.compute_terminal_states()
AttributeError: 'GPCCA' object has no attribute 'compute_terminal_states'