Ticket #1754 (closed: fixed)
Create a facility for neutronic properties of atoms
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
The short version of this ticket is to bring in all of the constants from NIST into mantid. This will be a new facility in the kernel where there is a bunch of structs that can be accessed through a static method that supplies the symbol (isotopically averaged or select using an alias) or symbol and z-number. This will return a "atom" struct that is read only and consists of the elements:
struct Atom { string symbol; uint z_number; string alias; double scattering_length; ... };
Change History
comment:7 Changed 10 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 10 years ago by Peter Peterson
- Status changed from verify to reopened
- Resolution fixed deleted
The build server doesn't seem to like the way I did things.
comment:10 Changed 10 years ago by Peter Peterson
comment:11 Changed 10 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:12 Changed 10 years ago by Peter Peterson
- Status changed from verify to reopened
- Resolution fixed deleted
comment:14 Changed 10 years ago by Peter Peterson
comment:15 Changed 10 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
It looks like the build server finally likes my code.
comment:16 Changed 10 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:17 Changed 10 years ago by Janik Zikovsky
- Status changed from verifying to closed
All looks good, though I did not double-check every value in the table :)
comment:18 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2601