Class MEAL::SpinorJones

class SpinorJones : public MEAL::Complex2

Returns the outer product of two spinors, \( A B^\dagger \).

Public Functions

SpinorJones()

Default constructor.

virtual void set_spinor(Spinor*)

Set spinor A == spinor B.

virtual void set_spinorA(Spinor*)

Set spinor A.

inline virtual Spinor *get_spinorA()

Get spinor A.

virtual void set_spinorB(Spinor*)

Set spinor B.

inline virtual Spinor *get_spinorB()

Get spinor B.

virtual std::string get_name() const

Return the name of the class.