mirror of
https://github.com/triqs/dft_tools
synced 2025-01-11 21:48:22 +01:00
Add absolute c_type in many_body_operator desc
This commit is contained in:
parent
8c75aa6373
commit
6295d563ae
@ -4,6 +4,7 @@ from wrap_generator import *
|
|||||||
op = class_(
|
op = class_(
|
||||||
py_type = "Operator",
|
py_type = "Operator",
|
||||||
c_type = "many_body_operator<double>",
|
c_type = "many_body_operator<double>",
|
||||||
|
c_type_absolute = "triqs::utility::many_body_operator<double>",
|
||||||
is_printable= True,
|
is_printable= True,
|
||||||
arithmetic = ("algebra","with_unit","with_unary_minus","double")
|
arithmetic = ("algebra","with_unit","with_unary_minus","double")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user