A Python library for adding hydrogen atoms to molecular models (protein structures, ligands, etc.). Version 1.2.3, with regular releases. Recommended for computational chemistry workflows.
pip install hydrideNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add hydrogens to a simple ethanol molecule.
Update import to 'from hydride import add_hydrogens'.
Replace with 'add_hydrogens(mol, add_all=True)'.
Use Chem.RemoveHs(mol) before calling add_hydrogens, or ensure the molecule has no explicit hydrogens.
No resource links recorded.