-
Let's start with Sobol sequences, only because we currently have code for these. If we're in `d` dimensions, the Sobol sequence is a sequence of length-d vectors.
Actually, let's make this even mo…
-
```
The test case:
@Retention(RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface MyAnno {}
public interface IToto {}
public class TotoImpl implements IToto {}
@MyAnno
public interf…
-
```
The test case:
@Retention(RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface MyAnno {}
public interface IToto {}
public class TotoImpl implements IToto {}
@MyAnno
public interf…
-
```
The test case:
@Retention(RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface MyAnno {}
public interface IToto {}
public class TotoImpl implements IToto {}
@MyAnno
public interf…
-
```
The test case:
@Retention(RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface MyAnno {}
public interface IToto {}
public class TotoImpl implements IToto {}
@MyAnno
public interf…
-
want to use "InspectIT" (a free profiling tool) for my programs. I've tested InspectIT on "sqldeveloper" from Oracle - just to see if its works as it should. My problem: Everytime I recorded a Sessio…
-
**Describe the bug**
Running a quantum cluster growth calculation terminates with what appears to be a an issue reading structures.
**To Reproduce**
`crest solute.xyz --qcg solvent.xyz --nsolv 10…
-
### Situation Description
Duplicate detection in SORMAS is a feature that affects many users. There is currently no documentation that describes which variables are taken into account when this pr…
-
Segfaults in `v3.0.2` but not `v3.0.1`
**To Reproduce**
```
2
H₂
H 0 0 0
H 0 0 1
```
`crest geom.xyz --ohess` or `crest geom.xyz --numhess`
-
Greetings.
I have a simple string object like this
String blabla = "{"id": 8,"name": "SANTARÉM"}",
in which i use JsonIterator.deserialize(blabla).get("name") and what i get is "SANTARɍ" and not "S…