-
Hi,
When I was using uDance, I found that after running uDance multiple times, it was generally stable, but different topologies were obtained in some local areas. Is there any way to make the result…
nimua updated
2 months ago
-
tired: manual placement of ad hoc blocks
wired: (almost) everything that goes on the dashboard is a card. placement is governed by card links, importance, visibility and filters.
so cards that are…
-
Suppose I would like to achieve the following purposes based on the wavefunction analysis from WAVRCAR:
1. Calculate the topological number based on the exact form of wavefunction, aka, an n*1 arra…
-
# Feature Request
As a designer, I want different faces in a compas mesh to have different attributes (e.g. based on function or material or...) so that e.g. further subdivision can be dependant on…
-
They should skip over unpublished material because there is not much material that it can chew on to get any good match or make any checks to see if the match found is good.
For example, try bibzbl…
-
An n-dimensional manifold M is a second countable Hausdorff space that is locally homeomorphic to Rⁿ . There seems to be several parts in the library already:
- [x] `second_countable`
- [x] `Hausd…
-
Here is a possible list of algorithms based on a graph that needs to be implemented
the languages in which the algorithm has been implemented is written in the bracket, please refrain from adding alg…
-
The current implementation of this function was written under time pressure and could stand to be cleaned up. For example, using an actual queue would let us write the function much closer to how a br…
-
As I noted in https://github.com/metamath/set.mm/pull/2877#discussion_r989416318 with @avekens, the current definition of linear subspaces of modules (https://us.metamath.org/mpeuni/df-lss.html) is se…
-
In https://github.com/celery/celery/blob/b472fbccd082c4f2137d4ac40d9e7061ffaf41f7/celery/result.py#L293-L303
the `stack` variable is actually used as a queue, since we `pop` from the left and `extend`…