Describe the bug
Grabbing the wrong number of frequency modes and atoms in exatomic.va.GenInput._gen_displaced.
To Reproduce
from exatomic.base import resource
from exatomic.adf import Output
from exatomic.va import GenInput
uni = Output(resource("adf-ch4-opt-freq.out")).to_universe()
inputs = GenInput(uni=uni, delta_type=2)
print(inputs.disp.to_string())
Describe the bug Grabbing the wrong number of frequency modes and atoms in
exatomic.va.GenInput._gen_displaced
.To Reproduce
Expected behavior Gives the displaced structures.