Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

With isocalc, isotopic patterns can be calculated from python. It is not accurate (e.g. not considering electrons), and very inefficient, but still sometimes useful for quickly screening isotopic patterns and for teaching. For example, the code

from isocalc import isocalc
isocalc.plot_isotope_distribution("C1")

will result in the following plot:

Example Isotopic Pattern.

While the following code:

from isocalc import isocalc
isocalc.plot_isotope_distribution("C1Br4")

will result in the following plot with several isotopic peaks:

Example Isotopic Pattern.

Releases

Packages

Contributors

Languages