Pull Request №59 RosettaCommons/rosetta/main ← RosettaCommons/rosetta/updated_ligand_discovery_search_code_ag_may_2024
Merge: ec708a4c40449ea419c8fcac0d507440400bf75f←832b19f11f6105111ad9b3a1204aceedb71b01b1
Updated Ligand Motifs Code
----------------
Merge commit message:
using typedef to create simplified shorthand for space fill matrices and
clash matrices. Made sure to change all instances of these matrix
declarations to the new typedef types. Opting to not make a new class,
as I am not sure how useful these will be beyond the scope of this
script (especially space fill, due to specificities with int values)