__init__(self,
spin_id1=None,
spin_id2=None,
spin_hash1=None,
spin_hash2=None,
select=True)
(Constructor)
| source code
|
Set up the objects of the interatomic data container.
- Parameters:
spin_id1 (str) - The spin ID string of the first atom.
spin_id2 (str) - The spin ID string of the second atom.
spin_hash1 (str) - The unique and temporary hash identifying the spin container of
the first atom.
spin_hash2 (str) - The unique and temporary hash identifying the spin container of
the second atom.
select (bool) - The selection flag.
- Overrides:
object.__init__
|