{"id":16916833,"url":"https://github.com/ternaus/hubbard_database","last_synced_at":"2026-04-17T10:31:16.767Z","repository":{"id":26546201,"uuid":"29999712","full_name":"ternaus/Hubbard_database","owner":"ternaus","description":"SQLite database of the DQMC output","archived":false,"fork":false,"pushed_at":"2015-01-31T00:08:03.000Z","size":8160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T18:18:54.409Z","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":"mit","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":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-29T02:28:34.000Z","updated_at":"2015-01-31T00:08:04.000Z","dependencies_parsed_at":"2022-07-25T15:32:18.685Z","dependency_job_id":null,"html_url":"https://github.com/ternaus/Hubbard_database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ternaus/Hubbard_database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2FHubbard_database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2FHubbard_database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2FHubbard_database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2FHubbard_database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ternaus","download_url":"https://codeload.github.com/ternaus/Hubbard_database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ternaus%2FHubbard_database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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:30:23.344Z","updated_at":"2026-04-17T10:31:16.748Z","avatar_url":"https://github.com/ternaus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hubbard database\nThis repository contains database of the measuremnts that were performed on the Hubbard model on the different lattices using:\n * DQMC code of the QUEST project (quest-qmc.googlecode.com)\n * ED code of the ALPS project\n\nQUEST provides text file as an output that can be parsed, but much better to store this in some kind of database.\nThis package will provide pythonscript that will allow to add data to the database. \n\n----\nSyntax:\n```\npython add_to_database.py -database \u003cdatabase name\u003e \n                          -folder \u003cfolder with files to add\u003e \n                          -file \u003cfile to add\u003e\n                          -extra \u003cfile with extra information that will be added to the database\u003e\n```\n\n----\n\nColumn names:\n * name_of_the_lattice - name of the lattice (square, triangular, chain, kagome, Lieb, honeycomb, ...)\n * algorithm - algorithm that generates the data (DQMC, Lanczos, ED)\n * time_slice_l - number of layers in temporal direction\n * dtau \n * bcond - type of the boundary conditions\n * number_of_warmup_sweep\n * number_of_measurement_sweep\n * tausk\n * nbin\n * nhist\n * seed - random number seed\n * north\n * nwrap\n * fixwrap\n * errrate\n * difflim\n * u\n * t_up\n * t_dn\n * mu_up\n * mu_dn\n * nx\n * ny\n * ny\n * number_of_sites - number of sites in the spatial direction\n * beta - inverse temperature\n * frequency_of_recomputing_g\n * global_move_number_of_sites\n * accept_count\n * reject_count\n * approximate_accept_rate\n * gamma\n * global_move_accept_count\n * global_move_reject_count\n * global_move_accept_rate\n * type_of_matrix_b\n * type_of_matrix_hsf\n * avg_sign_value\n * avg_sign_errorbar\n * avg_up_sign_value\n * abd_up_sign_errorbar\n * avg_dn_sign_value\n * avg_dn_sign_errorbar\n * up_spin_occupancy_value\n * up_spin_occupancy_errorbar\n * down_spin_occupancy_value\n * down_spin_occupancy_errorbar\n * u_n_up_n_dn_value - \\\u003cU N_up N_dn\\\u003e\n * u_n_up_n_dn_errorbar - \\\u003cU N_up N_dn\\\u003e\n * kinetic_energy_value\n * kinetic_energy_errorbar\n * total_energy_value\n * total_energy_errorbar\n * density_value\n * density_errorbar\n * chi_thermal_value\n * chi_thermal_errorbar\n * xx_ferro_structure_factor_value\n * xx_ferro_structure_factor_errorbar\n * zz_ferro_structure_factor_value\n * zz_ferro_structure_factor_errorbar\n * potential_energy_value\n * potential_energy_errorbar\n * hopping_energy_value\n * hopping_energy_errorbar\n * double_occupancy_value\n * double_occupancy_errorbar\n * magnetization_squared_value\n * magnetization_squared_errorbar\n * xx_af_structure_factor_value\n * xx_af_structure_factor_errorbar\n * root_mean_square_of_xx_af_value\n * root_mean_square_of_xx_af_errorbar\n * zz_af_structure_factor_value\n * zz_af_structure_factor_errorbar\n * root_mean_square_of_zz_af_value\n * root_mean_square_of_zz_af_errorbar\n * s_wave_value\n * s_wave_errorbar\n * s_star_wave_value\n * s_star_wave_errorbar\n * s_star_star_wave_value\n * s_star_star_wave_errorbar\n * d_wave_value\n * d_wave_errorbar\n * d_star_wave_value\n * d_star_wave_errorbar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fternaus%2Fhubbard_database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fternaus%2Fhubbard_database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fternaus%2Fhubbard_database/lists"}