export function isProton(nucleus: string) { return nucleus === '1H'; }