git clone https://github.com/UST-QuAntiL/Parameter-Transfer-WS-QAOA.git
cd Parameter-Transfer-WS-QAOA
sudo -H pip install virtualenv
(if you don't have virtualenv installed)virtualenv venv
(create virtualenv named 'venv')source venv/bin/activate
(enter virtualenv; in Windows systems activate might be invenv/Scripts
)pip install -r requirements.txt
(install application requirements)
plots/
contains all the subgraphs and their corresponding landscapes.
You may also reference this folder for the ordering of the graphs.
The scripts to create plots as well as other calculations are located in scripts/
.
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.