if (typeof LazyLoader !== 'undefined') { LazyLoader.loadCalculator('stoichiometry').then(() => { console.log('Stoichiometry calculator loaded successfully'); }).catch(err => { console.error('Failed to load calculator:', err); }); } else { console.error('LazyLoader not available'); } });