Models
Fragmentation models implementations.
All models can be imported directly with:
from ugropy import joback, psrk, unifac, abdulelah_gani
You can check the group list and their SMARTS representation with:
joback.subgroups psrk.subgroups unifac.subgroups
Obtain the contribution of each group to the properties with:
joback.get_groups("n-hexane").subgroups
unifac.get_groups("toluene").subgroups
psrk.get_groups("CCO", "smiles").subgroups
abdulelah_gani.get_groups("CCO", "smiles").primary.subgroups
abdulelah_gani.get_groups("CCO", "smiles").secondary.subgroups
abdulelah_gani.get_groups("CCO", "smiles").tertiary.subgroups