-
For example, is something like this ever conceivable?
```
Infer({method: "enumerate"}, function(){
return flip(0.5) ? Beta({a:1,b:1}) : Beta({a:0.01,b:0.01})
})
```
-
Thank you for your great job at ritz. However, I do not understand how you get the Best_deep_ritz!.mdl or can you upload your specific code about it.
Thank you !
-
# Abstract
[OpenFermion](https://arxiv.org/pdf/1710.07629.pdf) is the leading library to perform quantum chemistry calculations, including calculation of Hamiltonians integrals in different basis, ma…
-
Errors arise if I run (as written in some of the example scripts)
```julia
using Pkg
using JuliaFEM
import JuliaFEM
import JuliaFEM: assemble!, get_unknown_field_name, Problem::FieldProblem
…
-
I have seen that your function only seems to update dW for the weights but not for all the other parameters. Is it what you intented to do?
```julia
function grad_apply_momentum!(crbm::Condition…
-
In the Kraus representation, we can represent channels as a list of `(coefficient, gate)` pairs.
This means that we can mostly represent a channel as a series of gates in the queue, and the corresp…
-
Hi!
I couldn't compile the SDK correctly.
Probably because of the protobuf, but I can't find a solution.
![image](https://user-images.githubusercontent.com/19202609/115344300-c7650f00-a1df-11eb-887…
-
Hi,
Thanks for a great repository.
While trying to run the function `get_starting_seeds` on molecules `CC12CC=C3C=C4C(C(C(CC45CCC3(C1CC=C2C6=CC7=C(C=C6)C=CN=C7)O5)N(C)C)O)O`, I am unfortunately …
-
hello fellow developers, it appears that the tf.keras and tfp.tfp.layers. are not compatible
i have this code="
**num_inducing_points = 40
model = tf.keras.Sequential([
tf.keras.layers.InputLa…
-
Looking through the PUA I found, to my great delight, lots of superscripts and subscripts. Some questions regarding these:
(1) Some code points are assigned identical (to my eyes, at least) glyphs.…