Trying to impl linear scaling (density matrix based algorithm) #20
Annotations
2 errors and 15 warnings
Rust project
linking with `cc` failed: exit status: 1
|
Rust project
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Rust project
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust project:
src/calc_type/rhf.rs#L1
unused import: `std::f32::consts::E`
|
Rust project:
src/calc_type/rhf.rs#L15
unused import: `Inverse`
|
Rust project:
src/molecule/cartesian_comp.rs#L2
unused import: `strum::IntoEnumIterator`
|
Rust project:
src/basisset/mod.rs#L12
variants `STO_3G`, `STO_6G`, `cc_pVDZ`, `cc_pVTZ`, `def2_SVP`, and `def2_TZVP` are never constructed
|
Rust project:
src/basisset/mod.rs#L38
fields `name`, `use_pure_am`, and `no_ao` are never read
|
Rust project:
src/basisset/mod.rs#L52
fields `is_pure_am`, `ang_mom_type`, and `center_pos` are never read
|
Rust project:
src/basisset/mod.rs#L64
field `no_pgtos` is never read
|
Rust project:
src/basisset/parser.rs#L48
field `basis_set_name` is never read
|
Rust project:
src/basisset/parser.rs#L73
methods `no_prim_p_shell` and `no_prim_per_shell_iter` are never used
|
Rust project:
src/calc_type/mod.rs#L12
variants `UHF` and `ROHF` are never constructed
|
Rust project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|