{"id":16916650,"url":"https://github.com/ternaus/quest-qmc-analyzer","last_synced_at":"2025-03-20T21:40:50.151Z","repository":{"id":25441360,"uuid":"28871259","full_name":"ternaus/quest-qmc-analyzer","owner":"ternaus","description":null,"archived":false,"fork":false,"pushed_at":"2015-05-02T19:16:51.000Z","size":1068,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T18:43:07.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ternaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-06T16:10:42.000Z","updated_at":"2020-01-03T16:38:57.000Z","dependencies_parsed_at":"2022-07-26T03:17:11.121Z","dependency_job_id":null,"html_url":"https://github.com/ternaus/quest-qmc-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2Fquest-qmc-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2Fquest-qmc-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2Fquest-qmc-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2Fquest-qmc-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ternaus","download_url":"https://codeload.github.com/ternaus/quest-qmc-analyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244693605,"owners_count":20494484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T19:29:00.618Z","updated_at":"2025-03-20T21:40:50.132Z","avatar_url":"https://github.com/ternaus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README #\r\n\r\nThis README would normally document whatever steps are necessary to get your application up and running.\r\n\r\n### What is this repository for? ###\r\n\r\n* This repository contains python program that is used to create plots from the data that [QUEST](quest-qmc.googlecode.com)  package generates.\r\n* At a moment this package is in it's alpha stage. If there will be some interest in it, I would clean the code and release stable version.\r\n### How do I get set up? ###\r\n\r\n* Download the latest version of the code to you computer:\r\n\r\n```\r\n#!bash\r\n\r\nhg clone https://vladimir_iglovikov@bitbucket.org/vladimir_iglovikov/quest-qmc-analyzer\r\n```\r\n\r\n* Generate the data using [QUEST](quest-qmc.googlecode.com) package.\r\n* Put this output files into the folder that is named exactly as your lattice. So for the square lattice output files should be found in the \"square\" folder.\r\n* change variable \"folder_with_different_models\" in the setting.py file. For example, I keep my outputfiles as:\r\nsquare lattice =\u003e /home/vladimir/work/results/square, honeycomb =\u003e /home/vladimir/work/results/honeycomb, thus in the file settings.py I have:\r\n\r\n```\r\n#!python\r\n\r\nfolder_with_different_models = '/home/vladimir/work/results'\r\n```\r\n\r\n\r\n* Start the analyzing script:\r\nsyntax will be clear from examples:\r\n\r\n\r\nExamples:\r\n\r\npython analyzer.py -m square -u 4 -t 1 -beta 4 -x_variable mu -y_variable rho\r\n\r\n\r\nThis will give you a plot of rho vs mu for square lattice for U =4, t = 1, beta = 4\r\n\r\n\r\n----\r\n\r\n\r\npython analyzer.py -m square -u 4 -t 1 -beta 4 -x_variable rho -y_variable m2 -to_screen True\r\n\r\n\r\nThis will give you magnetization squared vs rho for square lattice for U =4, t = 1, beta = 4 and will print array with x_variable, array with y_variable, and array with errorbars to screen\r\n\r\n----\r\npython analyzer.py -m square -mu 0 -t 1 -u 4 -x_variable beta -y_variable energy -vline 12\r\n\r\nThis will plot total energy vs beta for the square lattice for mu = 0, t =1, u = 4 and will plot vertical line at beta = 12\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fternaus%2Fquest-qmc-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fternaus%2Fquest-qmc-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fternaus%2Fquest-qmc-analyzer/lists"}