isnucleus.m

From Spinach Documentation Wiki
Revision as of 20:20, 1 January 2018 by Kuprov (talk | contribs) (Created page with "{{DISPLAYTITLE:isnucleus.m}} Returns true if the particle specification is not an electron, a neutron, a muon, or a ghost. ==Syntax== verdict=isnucleus(spin_spec) ==Ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns true if the particle specification is not an electron, a neutron, a muon, or a ghost.

Syntax

    verdict=isnucleus(spin_spec)

Arguments

    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

Version 2.1, authors: Ilya Kuprov