-
I noticed there is a .conj() operator for "hilbert_transform" function after the hilbert transformation in cpca.py. May I know why to do it? Does it effect the final results on phase?
-
Currently the docstring for the abstract type `Basis` states
```
The Basis class is meant to specify a basis of the Hilbert space of the
studied system. Besides basis specific information all subcl…
-
It would be great if Hilbert ordering could be exposed as part of this libraries API.
Even if not generic and only available for 2D, I think it would be useful for many.
I'm guessing the impl in b…
-
### Project to be claimed
`hilbert`: https://pypi.org/project/hilbert
### Your PyPI username
`goes`: https://pypi.org/user/goessl
### Reasons for the request
Project is empty since 22.06.2015 and…
-
Where possible, compute/store/display a polynomial for the Hilbert class field of number fields.
jwj61 updated
2 weeks ago
-
## Space (Alias) Suggestion
[S30](https://topology.pi-base.org/spaces/S000030) could have 'Unit sphere in $\ell^2$', and/or 'Closed unit ball in $\ell^2$', and/or closed half space in $\ell^2$ …
-
Hello, can you please link to a paper/page that describes how the algorithm works? Thank you. I am trying to research cartesian → hilbert.
-
The default dtype generated by samplers is float, which is generally a waste of memory.
For fermions for example a Boolean suffices. While for spins mostly a int8 is enough.
A float is also techni…
-
Hello does the current code-base have code for imposing a specific order and then serializing it? If no, will you be uploading it? If yes, I can't find it; in fact I think
```python
choice = np.rand…
-
Hello, I can't find the space-filling curves in the code. Can you tell me where the Hilbert is in the code? Thank you.