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