Skip to content
/ chemax Public

Easily calculate the m.w. and e.m of a molecule

License

Notifications You must be signed in to change notification settings

HisAtri/chemax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explaintions

Mol.Wt and Exact Mass

Mol.Wt

The average mass taking into account the abundance of isotopes in nature.

Exact Mass

The mass of the most stable isotope.

Data Source

Usage

Install

pip install chemax

Import

from chemax import Molecule

Create Molecule Object

from chemax import Molecule

molecule = Molecule.simple_generate('H2O')
print(molecule.mol_wt)
print(molecule.exact_mass)
print(molecule.electric_charge)

Accepted Formula

  • Simple Formula: H2O
  • Structural Formula: CH3CH2OH, CH3(CH2)2OH
  • Hydrogen Isotopes: D2O, T2O, CDCl3(Chloroform-d)
  • Ionic Formula: {COO}-, {CH2(COO)2}2-
  • Some group abbreviations: {PhCOO}-, EtOH

About

Easily calculate the m.w. and e.m of a molecule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages