Closed sunhwan closed 2 years ago
The issue is that when defining custom binding systems, it looks at which components are fundamental (cannot be made) starting components (in your case l_total in classical terminology), and then generates a new system l_f (representing the amount free - unbound).
I have now amended the code - see 43e656ba25cfbb65d2a19efdcce5a20381bafdb3 so that if a non-product is requested, then the amount free of the fundamental component is returned. If you look at the latest commit, or update from pypi to PBC ver 1.1.1, you will see the above code works, producing a plot of l_f (ligand free).
Hope this helps.
I assume that this has solved your problem and am closing this issue.
I'd like to readout one of my single component. Below is my code adopted from the custom system example.
This gives me the following error:
If I set the readout to a product, it seems to work. Can you help me figure out how to set readout on a component?