Basis.same_root
- Basis.same_root(*other)[source]
Check if all bases have the same root.
- Parameters
*other – One or multiple other bases.
other (btensor.basis.Basis) –
- Returns
True if all bases have the same root-basis, False otherwise.
- Return type
bool