Chemistry/src/DataModel/Serialization/Broombridge/BroombridgeDataStructurev0.1.cs (4 lines): - line 282: // FIXME: make this an enum of allowed units. - line 295: // FIXME: new struct for atoms - line 302: // TODO: Placeholder object for ParticleHoleRepresentation, which we do not - line 334: // TODO: make this an enum. Chemistry/src/DataModel/GenericHamiltonian/Hamiltonian.cs (2 lines): - line 20: //TODO: Restore `where TTermClassification: IEquatable` - line 24: // TODO: Restore `IEquatable` in the future if we expand to more types of terms. Chemistry/src/DataModel/Serialization/Broombridge/BroombridgeDataStructurev0.2.cs (2 lines): - line 95: // FIXME: add Superposition and ClusterOperator. - line 162: /// // TODO - `format -> version` replaced with `version`. Chemistry/src/DataModel/Serialization/Broombridge/BroombridgeSerializer.cs (2 lines): - line 57: // TODO: fix additional properties by converting IEnumerable to - line 98: // TODO: URL of 0.2 schema. Standard/src/Preparation/Arbitrary.cs (1 line): - line 42: // TODO: benchmark for small `qubits` arrays to find out in which cases emulation is actually Chemistry/src/DataModel/LadderOperator/LadderSequence.cs (1 line): - line 184: // TODO: May decide to overload the * operator. Standard/src/Diagnostics/Emulation/Internal.cs (1 line): - line 82: // TODO: Add other simulators here as appropriate.