Manim Chemistry Molecules¶
- class manim_chemistry.manim_chemistry_molecule.mc_atom.MCAtom(element: MCElement, coords: array = array([0, 0, 0]), atoms: list | None = None, bonds: list | None = None, molecule: None = None, molecule_index: int | None = None)[source]¶
Abstraction of an atom in a molecule: - It’s MCElement. - It’s 3D coordinates. - The atoms bonded to it. - The bonds associated with it. - It’s molecule. - It’s index in the molecule.