quantumlib / OpenFermion-Psi4

OpenFermion plugin to interface with the electronic structure package Psi4.
GNU Lesser General Public License v3.0
82 stars 45 forks source link

Better install instructions #2

Closed babbush closed 7 years ago

babbush commented 7 years ago

Psi4 needs to be configured with anaconda python. It would be great to have better instructions for this and possibly even provide a docker image. I'll take care of the better instructions when I have a chance.

idk3 commented 7 years ago

Also, examples/plotter.py requires Tkinter (not currently installed with the plugin), and can't be run before examples/generate_data.py.

babbush commented 7 years ago

I do not consider Tkinter to be a requirement. For one thing, plotter.py isn't library code. For another, Tkinter comes with almost all standard python distributions. And it's not the only thing that would satisfy the requirement here. You need some graphics rendering abilities. Perhaps the problem is that you ssh tunneled into a system without X11 forwarding. For instance, perhaps if you tunnel using ssh - Y that would fix the problem?

babbush commented 7 years ago

Closed with https://github.com/quantumlib/OpenFermion-Psi4/pull/6