Cadabra
Computer algebra system for field theory problems
SelfNonCommuting.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
5 
6 namespace cadabra {
7 
8  class SelfNonCommuting : virtual public SelfCommutingBehaviour {
9  public:
10  virtual std::string name() const override;
11  virtual int sign() const override;
12  };
13 
14  }
Definition: SelfCommutingBehaviour.hh:8
Definition: SelfNonCommuting.hh:8
virtual int sign() const override
Definition: SelfNonCommuting.cc:11
virtual std::string name() const override
Definition: SelfNonCommuting.cc:6
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83