• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Chemistry/H18-May-2005-3,3433,253

t/H18-May-2005-5436

ChangesH A D18-May-2005148 85

MANIFESTH A D18-May-2005181 98

META.ymlH A D18-May-2005355 1210

Makefile.PLH A D07-Nov-2004205 119

READMEH A D18-May-20051.4 KiB4530

README

1Chemistry::Isotope version 0.11
2===============================
3
4This module contains the exact mass data from the table of the isotopes.
5It has an exportable function, isotope_mass, which returns the mass
6of an atom in mass units given its mass number (A) and atomic number (Z); and
7a function isotope_abundance which returns a table with the natural abundance
8of the isotopes given an element symbol.
9
10The table of the masses includes 2931 nuclides and is taken from
11L<http://ie.lbl.gov/txt/awm95.txt> (G. Audi and A.H. Wapstra, Nucl. Phys. A595,
12409, 1995)
13
14The table of natural abundances includes 288 nuclides and is taken from
15the Commission on Atomic Weights and Isotopic Abundances report for the
16International Union of Pure and Applied Chemistry in Isotopic Compositions of
17the Elements 1989, Pure and Applied Chemistry, 1998, 70, 217.
18L<http://www.iupac.org/publications/pac/1998/pdf/7001x0217.pdf>
19
20
21CHANGES SINCE VERSION 0.10
22        - Added natural abundance table
23
24INSTALLATION
25
26To install this module type the following:
27
28   perl Makefile.PL
29   make
30   make test
31   make install
32
33DEPENDENCIES
34
35This module requires these other modules and libraries:
36    - Test::More   (already a core module since perl 5.7.3)
37
38COPYRIGHT AND LICENSE
39
40Copyright (C) 2005 Ivan Tubert-Brohman <itub@cpan.org>
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44
45