-
Thaumic JEI clued me in that I could make the Pauldron of Repulsion so I did. Then I checked its entry and realized I never unlocked it. Currently using 0.3.0 version.
-
## Expected Behavior
The following code I copied is from https://gephi.org/gephi-toolkit/0.9.1/apidocs/
```
AutoLayout autoLayout = new AutoLayout(1, TimeUnit.MINUTES);
autoLayout.setGraphModel(…
-
Hi,
currently, I am working on a project that requires me to add a potential (constant initially) in the Hartree-Fock Hamiltonian. This means, that, I would like to have an Hamiltonian be composed b…
-
It would be helpful to clarify what each system means and when to use what:
- NonSmoothContactSystem vs SmoothContactSystem
- BoundedSmoothContactSystem vs SmoothContactSystem
- HardWall v…
-
I'd like to use a [force-directed layout](https://en.wikipedia.org/wiki/Force-directed_graph_drawing) algorithm to draw diagrams of graphs, is this crate likely to be a good basis for that? (Particles…
-
Is there any API can return absolute x,y position of each node? I couldn't find it in `layout`
```
var layout = new Springy.Layout.ForceDirected(
graph,
400.0, // Spring stiffness
400.0, // N…
-
If we could have a way to set the interactivity on window or canvas like in the original particle.js package it would allow us to overlay the canvas with text and so on but not block the canvas from p…
-
One potential control would be overriding the force or charge for nodes and edges
```
graph root
algorithm: force
node n1 {
layout [ size: 30, 30 ]
repulsion: 1000
}
node n2 {
l…
-
I wanted to calculate the solvation energy of water in water using the implicit solvation model
with xtb coord --alpb water using xtb version 6.4.1. The calculated solvation energy differs from the v…
-
hello, I want to use repulsion in faster_rcnn. But when i run the model, it mentions that bug, i want to know how to fix. I also wonder what pred_boxes_repul and bbox_targets_repul represent.
Thank…