Difference between revisions of "Iselectron.m"
(Update function See also links and function index membership) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
verdict=iselectron(spin_spec) | verdict=iselectron(spin_spec) | ||
| − | == | + | ==Parameters== |
spin_spec - a Spinach particle specification | spin_spec - a Spinach particle specification | ||
| Line 15: | Line 15: | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities | + | [[chemshifts.m]], [[cubic_lattice.m]], [[dilute.m]], [[get_coupling.m]], [[gtensorof.m]], [[idxof.m]], [[isnucleus.m]], [[isoswap.m]], [[kill_spin.m]], [[nearest_spin.m]], [[shift_iso.m]], [[Kernel_utilities]] |
| − | |||
''Version 2.11, authors: [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:38, 6 June 2026
Returns true if the particle is an electron.
Syntax
verdict=iselectron(spin_spec)
Parameters
spin_spec - a Spinach particle specification
Outputs
verdict - true for an electron, false otherwise
See also
chemshifts.m, cubic_lattice.m, dilute.m, get_coupling.m, gtensorof.m, idxof.m, isnucleus.m, isoswap.m, kill_spin.m, nearest_spin.m, shift_iso.m, Kernel_utilities
Version 2.11, authors: Ilya Kuprov