Difference between revisions of "Isnucleus.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(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...")
 
(See also)
Line 17: Line 17:
 
==See also==
 
==See also==
 
[[spin.m]], [[gtensorof.m]]
 
[[spin.m]], [[gtensorof.m]]
 +
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Revision as of 20:25, 1 January 2018

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