-
I just played with a simple example:
```cpp
inline constexpr struct fuel_consumption final : quantity_spec {} fuel_consumption;
inline constexpr auto l_per_100km = si::litre / (mag * si::kilo);
…
mpusz updated
2 weeks ago
-
For example the following should be supported (as much as possible):
```cpp
template
concept complex_operations =
requires(Q voltage_phasor,
Q electric_current_phasor,
…
mpusz updated
2 weeks ago
-
`height, depth, altitude` are aliases to the same quantity types. Right now, the library implements them as:
```cpp
inline constexpr struct height : quantity_spec {} height;
inline constexpr auto…
mpusz updated
2 weeks ago
-
Hi,
I was trying to calculate I.sq, but noticed that I.sq reported by mr_egger() function and that manually calculated by the following code shows different results.
Q = sum((Bxse/Byse)^-2*(Bx/Bys…
-
I made some changes recently that improved the compilation time roughly 2x. Those were low-hanging fruits.
There is probably still room for improvement, but I do not have time to invest time in it no…
-
The following example https://godbolt.org/z/WxshW9nx1 prints plenty of curly braces in the error message:
```text
:18:24: error: no matching function for call to 'time_to_goal'
18 | const qu…
mpusz updated
7 months ago
-
The idea here is to make the syllabus more easy to understand with a chat interface. We can combine ISQ data here too for registration just like the ISQ py repo. Or maybe the chat should be a discor…
-
## Describe the bug
I got error
directory: `/Users/yuta/ghq/github.com/EricLBuehler/mistral.rs/mistralrs/examples`
mymachine environment ```
ProductName: macOS
ProductVersion: …
-
Hi,
i noticed that when opening an .ISQ file and then writing it as an .ISQ file, parts of the metadata seem to get deleted, or changed.
It seems to be affecting the CalibrationData, CreationDate…
-
# From NISQ to ISQ | PennyLane Blog
In a world where NISQ devices are commonplace and variational algorithms are the go-to for quantum computing, how should we plan for the future? Prepare for the IS…