I noticed that most examples on the TBTK webpage fail out of the box, as the call plotter.save("figures/<>.png") fails due to the path to the figures being wrong at least if the standard cmake build routine is followed. A simple work around is to remove the "figures/" from the path and the figures will be stored wherever the binary is.
I noticed that most examples on the TBTK webpage fail out of the box, as the call plotter.save("figures/<>.png") fails due to the path to the figures being wrong at least if the standard cmake build routine is followed. A simple work around is to remove the "figures/" from the path and the figures will be stored wherever the binary is.