Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eig,Eigh for Block UniTensor #372

Merged
merged 5 commits into from
Mar 7, 2024

merge dev-master

194e558
Select commit
Loading
Failed to load commit list.
Merged

Eig,Eigh for Block UniTensor #372

merge dev-master
194e558
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 7, 2024 in 1s

0.48% of diff hit (within 100.00% threshold of 17.81%)

View this Pull Request on Codecov

0.48% of diff hit (within 100.00% threshold of 17.81%)

Annotations

Check warning on line 147 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L147

Added line #L147 was not covered by tests

Check warning on line 176 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L176

Added line #L176 was not covered by tests

Check warning on line 179 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L179

Added line #L179 was not covered by tests

Check warning on line 185 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L185

Added line #L185 was not covered by tests

Check warning on line 189 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L189

Added line #L189 was not covered by tests

Check warning on line 192 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L192

Added line #L192 was not covered by tests

Check warning on line 199 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L199

Added line #L199 was not covered by tests

Check warning on line 208 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L206-L208

Added lines #L206 - L208 were not covered by tests

Check warning on line 211 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L210-L211

Added lines #L210 - L211 were not covered by tests

Check warning on line 227 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 231 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L230-L231

Added lines #L230 - L231 were not covered by tests

Check warning on line 235 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L235

Added line #L235 was not covered by tests

Check warning on line 253 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L253

Added line #L253 was not covered by tests

Check warning on line 262 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L262

Added line #L262 was not covered by tests

Check warning on line 287 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L286-L287

Added lines #L286 - L287 were not covered by tests

Check warning on line 304 in src/linalg/Eig.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eig.cpp#L303-L304

Added lines #L303 - L304 were not covered by tests

Check warning on line 140 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L140

Added line #L140 was not covered by tests

Check warning on line 169 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L169

Added line #L169 was not covered by tests

Check warning on line 172 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L172

Added line #L172 was not covered by tests

Check warning on line 178 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L178

Added line #L178 was not covered by tests

Check warning on line 182 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L182

Added line #L182 was not covered by tests

Check warning on line 185 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L185

Added line #L185 was not covered by tests

Check warning on line 192 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L192

Added line #L192 was not covered by tests

Check warning on line 201 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L199-L201

Added lines #L199 - L201 were not covered by tests

Check warning on line 204 in src/linalg/Eigh.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg/Eigh.cpp#L203-L204

Added lines #L203 - L204 were not covered by tests