-
The following program fails with "error: [Prusti internal error] unregistered verification error: [unfold.failed:insufficient.permission] Unfolding u32(_3) might fail. There might be insufficient perm…
fpoli updated
4 years ago
-
Dear Sir/Madam,
I would like to inquire about the usage of the PyProcar tool for unfolding band structures in conjunction with the Quantum Espresso code.
Additionally, I am interested in knowing…
-
Viper disallows putting resource assertions in the body of an `unfolding`:
```
field f: Int
predicate p(x: Ref) { acc(x.f, 1/4) }
method test(x: Ref)
requires p(x)
requires unfolding p(x) …
-
https://github.com/asteroid-team/asteroid/blob/c72227e5e31f6c13ba9c9da1d0d380cc75b91fbd/asteroid/dsp/overlap_add.py#L92
![image](https://user-images.githubusercontent.com/18393505/176603617-16cb0b9…
-
### Describe the bug
when unfolding a unicycle inside a dumpster you can then mount the unicycle and ride from the dumpster, keeping the dumpster low visibility
### Attach save file
[Fairton-trimme…
-
When I call either:
```
[self.paperFoldView setPaperFoldState:PaperFoldStateTopUnfolded];
or
[self.paperFoldView setPaperFoldState:PaperFoldStateBottomUnfolded];
```
the unfolding animation ne…
-
I tried running the tutorial (Basic API Tutorial) with more bins. Above ~200 bins, I receive a MemoryError when I run `iterative_unfold`.
I tried another implementation of the iterative Bayesian un…
-
Silicon calculation with def2-svp crashes due to imaginary values in unfolded AO integrals. Traceback and script below:
Traceback (most recent call last):
File "lithium.py", line 73, in
ed…
-
Thanks for the implementation, looks really clean and simple!
I noticed thought that the dynamic unfolding is not quite implemented. There's a max_length parameter, but it's of a fixed size, in the…
-
> Created by **@alexanderjsummers** on 2018-10-13 12:19
In the following example, the assertions can't be proven. Adding copies of the assertions before the loop fixed the problem; the reason is that…