Changeset 5349 for trunk/atmdata.py


Ignore:
Timestamp:
Oct 15, 2022 10:31:43 AM (8 months ago)
Author:
vondreele
Message:

add a fake magnetic form factor for neutral O = neutral Sc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/atmdata.py

    r5307 r5349  
    974974MagFF = {
    975975#neutron magnetic form factor coeff: M for j<0> & N for j<2>
     976    'O':{'M':  [     .2512, 90.030,  .3290, 39.402,   .4235, 14.322,  .0000,   .000, -.0043],
     977        'N' :  [   10.8172, 51.327, 4.7353, 14.847,   .6071,  4.218,  .0000,   .000,  .0011, 2.00]}, #NB: this is fake!!
    976978    'Sc':{'M':  [     .2512, 90.030,  .3290, 39.402,   .4235, 14.322,  .0000,   .000, -.0043],
    977979        'N' :  [   10.8172, 51.327, 4.7353, 14.847,   .6071,  4.218,  .0000,   .000,  .0011, 2.00]},
Note: See TracChangeset for help on using the changeset viewer.