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...")
 
(Update function See also links and function index membership)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:isnucleus.m}}
+
{{DISPLAYTITLE:isnucleus.m}} __NOTOC__
 
Returns true if the particle specification is not an electron, a neutron, a muon, or a ghost.
 
Returns true if the particle specification is not an electron, a neutron, a muon, or a ghost.
  
Line 6: Line 6:
 
     verdict=isnucleus(spin_spec)
 
     verdict=isnucleus(spin_spec)
  
==Arguments==
+
==Parameters==
  
 
     spin_spec - a character string
 
     spin_spec - a character string
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]]
  
''Version 2.1, 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