diff --git a/pytriqs/operators/operators2_desc.py b/pytriqs/operators/operators2_desc.py index fb6f3964..bd325f45 100644 --- a/pytriqs/operators/operators2_desc.py +++ b/pytriqs/operators/operators2_desc.py @@ -4,6 +4,7 @@ from wrap_generator import * op = class_( py_type = "Operator", c_type = "many_body_operator", + c_type_absolute = "triqs::utility::many_body_operator", is_printable= True, arithmetic = ("algebra","with_unit","with_unary_minus","double") )