Getting covalent radii using pymatgen

Hello folks, can anyone help me to get covalent radii using pymatgen? Your help would be highly appreciated.
Thanks

from pymatgen.analysis.molecule_structure_comparator import CovalentRadius
element = "Cu"
print(f"Covalent radius of {element} is {CovalentRadius.radius[element]}")
1 Like

Thank you, that was helpful. Merci