ReCirq icon indicating copy to clipboard operation
ReCirq copied to clipboard

hfvqe/molecular_data should not be distributed with the package

Open mpharrigan opened this issue 3 years ago • 1 comments

Following data (collection) idioms, there should be a task to generate this data into ~/cirq-results/ and then subsequent code can consume it from there. We should also upload a copy of it to a figshare dataset for fetching during tutorials / testing.

cc @ncrubin

mpharrigan avatar Nov 20 '20 21:11 mpharrigan

There's currently a "bug" where if you pip install recirq, it can't find the data files because they're not installed. A quick fix would be to add the data directory to setup.py's package_data field.

mpharrigan avatar Nov 20 '20 21:11 mpharrigan