Skip to content

Dev#1

Draft
gdadunashvili wants to merge 60 commits into
masterfrom
dev
Draft

Dev#1
gdadunashvili wants to merge 60 commits into
masterfrom
dev

Conversation

@gdadunashvili
Copy link
Copy Markdown
Contributor

No description provided.

# Conflicts:
#	docs/_monte_carlo_updater_8hpp.html
#	docs/_monte_carlo_updater_8hpp__incl.map
#	docs/_monte_carlo_updater_8hpp__incl.md5
#	docs/_monte_carlo_updater_8hpp__incl.png
#	docs/_triangulation_8hpp.html
#	docs/_triangulation_8hpp__incl.map
#	docs/_triangulation_8hpp__incl.md5
#	docs/_triangulation_8hpp__incl.png
#	docs/_triangulator_8hpp.html
#	docs/_triangulator_8hpp__incl.map
#	docs/_triangulator_8hpp__incl.md5
#	docs/_triangulator_8hpp__incl.png
#	docs/classfp_1_1_monte_carlo_updater.html
#	docs/classfp_1_1_monte_carlo_updater_ac3e40c3b93bf2bf6f2b08291357503be_cgraph.map
#	docs/classfp_1_1_monte_carlo_updater_ac3e40c3b93bf2bf6f2b08291357503be_cgraph.md5
#	docs/classfp_1_1_monte_carlo_updater_ac3e40c3b93bf2bf6f2b08291357503be_cgraph.png
#	docs/classfp_1_1_triangulation.html
#	docs/classfp_1_1_triangulation_a692685c96cd6a0cdba72b50adf3fb49b_cgraph.map
#	docs/classfp_1_1_triangulation_a692685c96cd6a0cdba72b50adf3fb49b_cgraph.md5
#	docs/classfp_1_1_triangulation_a692685c96cd6a0cdba72b50adf3fb49b_cgraph.png
#	docs/classfp_1_1_triangulation_aaef436fe4758c409b21a135b329edc17_cgraph.map
#	docs/classfp_1_1_triangulation_aaef436fe4758c409b21a135b329edc17_cgraph.md5
#	docs/classfp_1_1_triangulation_aaef436fe4758c409b21a135b329edc17_cgraph.png
#	docs/classfp_1_1_triangulation_ad8102adbe7dab80cda3209844a939e30_cgraph.map
#	docs/classfp_1_1_triangulation_ad8102adbe7dab80cda3209844a939e30_cgraph.md5
#	docs/classfp_1_1_triangulation_ad8102adbe7dab80cda3209844a939e30_cgraph.png
#	docs/flippy_8hpp.html
#	docs/flippy_8hpp__incl.map
#	docs/flippy_8hpp__incl.md5
#	docs/flippy_8hpp__incl.png
cot_between_vectors is antisymmetric, which can be used to simplify the expression
this function runs in hot loops, and the reduction of allocations significantly improves the performance
this function just checks if the number of common neighbors is two without having to remember what the common neighbors are which was not actually required by the triangulation
Instead of finding common neighbors and checking if there are two, we now just check if there are two, not remembering already checked neighbors. in the bond flip routine for closed topologies we also omit the first check, since we know a valid triangulation before a flip will always have a correct number of neighbours
it's not really necessary and it's absence has no adverse effects on the performance
single header flippy and docs
factored out double literal into REAL and changed double to float
proper parsing of save_dir and benchmark_version
for utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant