dafer45 / TBTK

A C++ library for solving second-quantized Hamiltonians
http://second-tech.com/wordpress/index.php/tbtk/
Apache License 2.0
101 stars 24 forks source link

Examples fail #15

Open glaurung24 opened 3 months ago

glaurung24 commented 3 months ago

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.

dafer45 commented 3 months ago

What do you mean by failing? I see the pictures when I open the webpage. Something else?