Changed the operation of the lib.structure.mass.centre_of_mass() function.
Instead of using the lib.physical_constants.return_atomic_mass() function, the centre_of_mass()
function instead uses the lib.periodic_table.periodic_table.atomic_mass() method. This is a huge
improvement in that the exact mass of absolutely all elements are taken into account.