3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/test/triqs/clef_examples/sum_functional2.output

5 lines
123 B
Plaintext
Raw Normal View History

19
sum(lazy function : (_1) --> (((2 * _1) + 1) + _2))
(_2 + (2 * sum(lazy function : (_1) --> (((2 * _1) + 1) + _2))))
38