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

When Alkane(n=2, cap_front=False, cap_end=False) the output is n=1 #1068

Closed
jaclark5 opened this issue Dec 10, 2022 · 0 comments · Fixed by #1069
Closed

When Alkane(n=2, cap_front=False, cap_end=False) the output is n=1 #1068

jaclark5 opened this issue Dec 10, 2022 · 0 comments · Fixed by #1069

Comments

@jaclark5
Copy link
Contributor

Bug summary

When Alkane(n=2, cap_front=False, cap_end=False) the output is Alkane(n=1, cap_front=False, cap_end=False)

Code to reproduce the behavior

import mbuild as mb
c2h4 = mb.recipes.Alkane(n=2, cap_front=False, cap_end=False)
c2h4.visualize(show_ports=True)

Software versions

  • Which version of mBuild are you using? (python -c "import mbuild as mb; print(mb.__version__)")
    • 0.15.1
  • Which version of Python (python --version)?
    • Python 3.8.15
  • Which operating system?
    • MacOS 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant