Go to the source code of this file.
|
| | CHECK (oh.lower_bound==0) |
| |
| | TEST_CASE ("ObservableHelper::set_dimensions", "[hamiltonian]") |
| |
| hFile | create (filename) |
| |
| oh | addProperty (propertyFloat, "propertyFloat", hFile) |
| |
| oh | addProperty (propertyTensor, "propertyTensor", hFile) |
| |
| oh | addProperty (propertyMatrix, "propertyMatrix", hFile) |
| |
| oh | addProperty (propertyTensor, "propertyTinyVector", hFile) |
| |
| oh | addProperty (propertyVector, "propertyVector", hFile) |
| |
| oh | addProperty (propertyVectorTinyVector, "propertyVectorTinyVector", hFile) |
| |
| hFile | close () |
| |
| | REQUIRE (std::filesystem::exists(filename)) |
| |
| | REQUIRE (std::filesystem::remove(filename)) |
| |