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

feat(pt): train with energy Hessian #4169

Open
wants to merge 215 commits into
base: devel
Choose a base branch
from

Merge branch 'devel' into enerhess

637fef6
Select commit
Loading
Failed to load commit list.
Open

feat(pt): train with energy Hessian #4169

Merge branch 'devel' into enerhess
637fef6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 23, 2024 in 0s

54.54% of diff hit (within 100.00% threshold of 84.57%)

View this Pull Request on Codecov

54.54% of diff hit (within 100.00% threshold of 84.57%)

Annotations

Check warning on line 130 in deepmd/calculator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/calculator.py#L130

Added line #L130 was not covered by tests

Check warning on line 74 in deepmd/driver.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/driver.py#L74

Added line #L74 was not covered by tests

Check warning on line 308 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L308

Added line #L308 was not covered by tests

Check warning on line 360 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 427 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L425-L427

Added lines #L425 - L427 were not covered by tests

Check warning on line 462 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L461-L462

Added lines #L461 - L462 were not covered by tests

Check warning on line 549 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L547-L549

Added lines #L547 - L549 were not covered by tests

Check warning on line 552 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L552

Added line #L552 was not covered by tests

Check warning on line 555 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L555

Added line #L555 was not covered by tests

Check warning on line 558 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L558

Added line #L558 was not covered by tests

Check warning on line 565 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L565

Added line #L565 was not covered by tests

Check warning on line 601 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L600-L601

Added lines #L600 - L601 were not covered by tests

Check warning on line 631 in deepmd/entrypoints/test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/entrypoints/test.py#L629-L631

Added lines #L629 - L631 were not covered by tests

Check warning on line 249 in deepmd/infer/deep_pot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/infer/deep_pot.py#L249

Added line #L249 was not covered by tests

Check warning on line 252 in deepmd/infer/deep_pot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/infer/deep_pot.py#L252

Added line #L252 was not covered by tests

Check warning on line 167 in deepmd/pt/infer/deep_eval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/infer/deep_eval.py#L167

Added line #L167 was not covered by tests

Check warning on line 435 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L434-L435

Added lines #L434 - L435 were not covered by tests

Check warning on line 438 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L437-L438

Added lines #L437 - L438 were not covered by tests

Check warning on line 441 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L441

Added line #L441 was not covered by tests

Check warning on line 445 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L444-L445

Added lines #L444 - L445 were not covered by tests

Check warning on line 450 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L447-L450

Added lines #L447 - L450 were not covered by tests

Check warning on line 457 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L455-L457

Added lines #L455 - L457 were not covered by tests

Check warning on line 465 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L460-L465

Added lines #L460 - L465 were not covered by tests

Check warning on line 469 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L467-L469

Added lines #L467 - L469 were not covered by tests

Check warning on line 476 in deepmd/pt/loss/ener.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/loss/ener.py#L474-L476

Added lines #L474 - L476 were not covered by tests