Difference between revisions of "Isnucleus.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 16: | Line 16: | ||
==See also== | ==See also== | ||
| − | [[spin.m]], [[gtensorof.m]] | + | [[spin.m]], [[gtensorof.m]], [[chemshifts.m]], [[cubic_lattice.m]], [[dilute.m]], [[get_coupling.m]], [[idxof.m]], [[iselectron.m]], [[isoswap.m]], [[kill_spin.m]], [[nearest_spin.m]], [[shift_iso.m]], [[Kernel_utilities]], [[Spin system specification]] |
| − | |||
| − | [[Spin system specification]] | ||
''Version 2.8, authors: [[Ilya Kuprov]]'' | ''Version 2.8, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:38, 6 June 2026
Returns true if the particle specification is not an electron, a neutron, a muon, or a ghost.
Syntax
verdict=isnucleus(spin_spec)
Parameters
spin_spec - a character string
Outputs
verdict - true for a nucleus known to Spinach, false
for an electron, a muon, a neutron, or a ghost
See also
spin.m, gtensorof.m, chemshifts.m, cubic_lattice.m, dilute.m, get_coupling.m, idxof.m, iselectron.m, isoswap.m, kill_spin.m, nearest_spin.m, shift_iso.m, Kernel_utilities, Spin system specification
Version 2.8, authors: Ilya Kuprov