Is your feature request related to a problem? Please describe.
Right now freud does not compute 1-d structure factor. It would be nice to have that feature.
The equation of the 1-d structure factor is given here : http://isaacs.sourceforge.net/phys/scatt.html (equation 1).
Describe the solution you'd like
Desired solution: A function that takes an mdtraj trajectory and gives out the structure factor (s(q) and q).
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
This repository (MIT License) : https://github.com/mattwthompson/scattering/pulls has some tools to calculate scattering properties of materials. If needed, hints can be taken from this repo.
Is your feature request related to a problem? Please describe. Right now freud does not compute 1-d structure factor. It would be nice to have that feature. The equation of the 1-d structure factor is given here : http://isaacs.sourceforge.net/phys/scatt.html (equation 1).
Describe the solution you'd like Desired solution: A function that takes an mdtraj trajectory and gives out the structure factor (s(q) and q).
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context This repository (MIT License) : https://github.com/mattwthompson/scattering/pulls has some tools to calculate scattering properties of materials. If needed, hints can be taken from this repo.