-
I have made modifications to the code in ex04 to replicate the example from Fig. 4 in the Barnafi21 paper, but unfortunately, it did not succeed. Numerically, our results are significantly smaller eve…
-
The idea is to leverage QTAIM technology to get the number of nodes in orbitals.
This is complicated (more than I thought) as pointed out by @FarnazH . So this is mostly storage of an ideas/discuss…
-
To quote some code from the mpmath implementation:
```python
if z == 0:
return a ** (-s)
# Faster, but these cases are useful for testing right now
if z == 1:
retur…
-
[Textbooks Are All You Need II: phi-1.5 technical report](https://arxiv.org/abs/2309.05463)
**We follow the “Textbooks Are All You Need” approach, focusing this time on common
sense reasoning in…
-
This should be built as a library (in our `/libraries` directory) that uses a parsing framework such as [nom](https://github.com/rust-bakery/nom) or [pest](https://pest.rs/) that takes a string at run…
-
Hi,
I recently fine-tuned the phi-3.5-moe-instruct model and phi-3.5-mini-instruct model using PEFT LORA. It seems the Moe model is performing way worse than 3.5 Mini Are there any specific things …
-
a.Web Browser: Google Chrome 95.0.4638.69
b. Các bước phát hiện ra lỗi:
i. #1 Truy cập vào trang web http://luanvan.co/default.aspx
ii. #2 Bấm chọn bất kỳ tài liệu phải trả phí để tải về
![image](…
-
```python
In [21]: %run start_macro.py
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
Fil…
-
### Bug Description
Even though some kernels request the divergence of vector basis functions (the one we saw issues with wereNEDELEC_ONE and LAGRANGE_VEC), it is not available after reinit and in …
-
First of all, awesome project!
When I run the OpenCL code with
```c++
const float phi_from = 0.0, phi_to = 2 * M_PI;
const float theta_from = 0.5 * M_PI, theta_to = M_PI;
const int phi_steps = …