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

Make animations of phonon displacement patterns #283

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

move calc_disp to Crystal

9ebdfb6
Select commit
Loading
Failed to load commit list.
Open

Make animations of phonon displacement patterns #283

move calc_disp to Crystal
9ebdfb6
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 15, 2024 in 0s

3 new issues (0 max.) of at least medium severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 19
           

See the complete overview on Codacy

Annotations

Check notice on line 9 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L9

Line too long (93/79)

Check notice on line 145 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L145

Line too long (115/79)

Check notice on line 145 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L145

Too many local variables (17/15)

Check notice on line 174 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L174

Line too long (94/79)

Check notice on line 175 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L175

Line too long (102/79)

Check notice on line 182 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L182

Line too long (86/79)

Check notice on line 190 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L190

Line too long (85/79)

Check notice on line 197 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L197

Line too long (101/79)

Check notice on line 203 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L203

Line too long (117/79)

Check notice on line 209 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L209

Trailing whitespace

Check notice on line 221 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L221

Line too long (82/79)

Check notice on line 227 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L227

Variable name "QdotR" doesn't conform to snake_case naming style

Check notice on line 232 in euphonic/crystal.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/crystal.py#L232

Line too long (80/79)

Check notice on line 281 in euphonic/plot.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/plot.py#L281

Trailing whitespace

Check warning on line 309 in euphonic/plot.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/plot.py#L309

Redefining built-in 'id'

Check notice on line 310 in euphonic/plot.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/plot.py#L310

Line too long (92/79)

Check warning on line 2 in euphonic/qpoint_phonon_modes.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/qpoint_phonon_modes.py#L2

Unused List imported from typing

Check notice on line 10 in euphonic/qpoint_phonon_modes.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/qpoint_phonon_modes.py#L10

Line too long (92/79)

Check warning on line 10 in euphonic/qpoint_phonon_modes.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

euphonic/qpoint_phonon_modes.py#L10

Unused get_all_origins imported from euphonic.util