Commit | Date | |
---|---|---|
[r25383]
by
bugman
Fix for the Test_periodic_table.test_get_atomic_mass unit test - the method calls were incorrect. |
2014-08-28 13:42:34 | Tree |
[r25382]
by
bugman
Changed the method call in the new Test_periodic_table.test_get_atomic_mass unit test. |
2014-08-28 13:34:20 | Tree |
[r25381]
by
bugman
Created a unit test for the Periodic_table.atomic_mass() method. This method is not implemented yet. |
2014-08-28 13:24:39 | Tree |
[r25380]
by
bugman
Added isotope information to the lib.periodic_table module including mass number and atomic mass. A new Isotope data container has been added to store this information. The Periodic_table._add() |
2014-08-28 13:17:35 | Tree |
[r25379]
by
tlinnet
Modified systemtest test Relax_disp.test_estimate_r2eff_err_methods() to show the difference between using the direct function Jacobian, or the chi2 function Jacobian. Added also the functionality to the estimate R2eff module, to switch between using the different Jacobians. The results show, that R2eff can be estimated better. ---------------------- R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 431.0. R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 651.2. R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 800.5. R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 984.0. R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 1341.1. R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 1648.5. R1rho at 799.8 MHz, for offset=124.247 ppm and dispersion point 1341.1. R1rho at 799.8 MHz, for offset=130.416 ppm and dispersion point 800.5. R1rho at 799.8 MHz, for offset=130.416 ppm and dispersion point 1341.1. R1rho at 799.8 MHz, for offset=130.416 ppm and dispersion point 1648.5. R1rho at 799.8 MHz, for offset=142.754 ppm and dispersion point 800.5. R1rho at 799.8 MHz, for offset=142.754 ppm and dispersion point 1341.1. R1rho at 799.8 MHz, for offset=179.768 ppm and dispersion point 1341.1. R1rho at 799.8 MHz, for offset=241.459 ppm and dispersion point 1341.1. Fitting with minfx to: 52V @N min_algor='Newton', c_code=True, constraints=False, chi2_jacobian?=False R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 431.0, with 4 time points. r2eff=8.646 r2eff_err=0.0692, i0=202664.2, i0_err=712.4201, chi2=3.758. Fitting with minfx to: 52V @N min_algor='BFGS', c_code=False, constraints=False, chi2_jacobian?=True R1rho at 799.8 MHz, for offset=118.078 ppm and dispersion point 431.0, with 4 time points. r2eff=8.646 r2eff_err=0.0524, i0=202664.2, i0_err=1239.0827, chi2=3.758. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-28 13:14:16 | Tree |
[r25378]
by
bugman
Converted the periodic table in lib.periodic_table into a dictionary type object. The new Element container has been added for storing the information about each element in the |
2014-08-28 11:52:33 | Tree |
[r25377]
by
tlinnet
Implemented system test Relax_disp.verify_estimate_r2eff_err_compare_mc for testing R2eff error as function of Monte Carlo simulation. Note, since the name does not start with "test", but with "verify", this test will not be issued in the system test suite. -1 0.069 0.081 0.085 0.092 0.085 0.074 0.083 0.069 0.066 0.074 0.025 0.035 0.018 0.016 sum= 0.874 0.9 ++-----+------+------+------+------+-----+------+------+------+-----++ task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-28 10:34:29 | Tree |
[r25376]
by
tlinnet
Yet another try to make the API documentation working. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-28 10:34:25 | Tree |
[r25375]
by
bugman
Implemented the lib.periodic_table.periodic_table.atomic_weight() method. This returns the standard atomic weight of the atom as a float. |
2014-08-28 09:35:37 | Tree |
[r25374]
by
bugman
Created the unit test infrastructure for the lib.periodic_table module. This includes one unit test of the lib.periodic_table.periodic_table.atomic_weight() function which |
2014-08-28 09:24:49 | Tree |