Skip to content

Commit 6f67f51

Browse files
committed
Make Trace numerically flat.
1 parent 24e849f commit 6f67f51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/properties/Trace.hh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
#include "properties/Symmetric.hh"
66
#include "properties/Distributable.hh"
77
#include "properties/IndexInherit.hh"
8+
#include "properties/NumericalFlat.hh"
89

910
namespace cadabra {
1011

11-
class Trace : public Distributable, public IndexInherit, virtual public property {
12+
class Trace : public Distributable, public IndexInherit, public NumericalFlat, virtual public property {
1213
public:
1314
Trace();
1415
virtual std::string name() const override;

web2/cadabra2/source/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Change log</h1>
1919
<h3>github master</h3>
2020
<ul>
2121
<li>More versatile handling of <tt>Trace</tt>, including sorting
22-
using cyclic symmetry (Connor).></li>
22+
using cyclic symmetry (Connor).</li>
2323
<li>Fixes for <tt>combine</tt> (Connor).</li>
2424
<li>Save command-line history (Connor).</li>
2525
<li>Make imported notebooks use the default <tt>post_process</tt> function.</li>

0 commit comments

Comments
 (0)