Irfan Alibay
Irfan Alibay
We're using SMCs from the mappings intead of the Components, which can be rather dangerous. We need to: 1. Make sure the mapping SMCs match the ChemicalSystem Components 2. Use...
The return for `compare_energies` is a bit confusing and likely will be hard to remember what's going on in the future. It needs a) more in-line comments, b) moving to...
These originate from feflow, so they will eventually get moved to a utils repo. That being said, we also have no need for supporting gz, bz2 AND standard XML. We...
These CLI tests are some of the slowest ones in our regular CI runs. These probably don't need to be run on the regular unless we change the CLI functionality,...
I'm bulk assigning partial charges using the CLI with plan-rbfe-network and finding that the thread usage is more than 1 more core during sqm calls. It seems like for some...
> _This issue was auto-created as part of the Zenhub sub-issues migration. The original entity was opened on 2024-10-10. For more details see [this post](https://changelog.zenhub.com/migration-of-epics-projects-to-sub-issues-313645?zenhub_entity_id=Z2lkOi8vcmFwdG9yL1Byb2plY3QvODUwODA)._
Generally I would expect task creation to be a tqdm-style progress bar with little output. Instead now every time a task is created I get what's show below. I ended...
openfe-benchmarks is used to pull ligands through in the example notebooks. However the openfe-benchmarks API is currently deprecated. It would probably be easier to just pull down the relevant ligands...
The `display_mappings_3d` imports from openfe, which causes an odd type of cyclic import. If needed, we should move that functionality out of kartograf into gufe or somewhere similar.