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

feat/SOF-6973: use a single global template per executable #91

Open
wants to merge 37 commits into
base: epic/SOF-6011
Choose a base branch
from

Conversation

seankwarren
Copy link
Contributor

No description provided.

assets/espresso/bands.in Outdated Show resolved Hide resolved
assets/espresso/bands.in Outdated Show resolved Hide resolved
assets/espresso/pw_x.in Outdated Show resolved Hide resolved
assets/espresso/q2r.in Outdated Show resolved Hide resolved
@seankwarren seankwarren changed the base branch from dev to epic/SOF-6011 October 5, 2023 17:37
FIRST_IMAGE
ATOMIC_POSITIONS {{atomicPositions.first.card_option}}
{% for position in atomicPositions.first -%}
{{position.X}} {{position.x}} {{position.y}} {{position.z}} {% if 'if_pos(1)' in position -%} {{position["if_pos(1)"]}} {% endif -%} {% if 'if_pos(2)' in position -%} {{position["if_pos(2)"]}} {% endif -%} {% if 'if_pos(3)' in position -%} {{position["if_pos(3)"]}} {% endif %}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seankwarren why does poisiton has X and x there? what is the difference? I'm just making layout and was confused a bit
Screenshot 2023-10-11 at 10 23 18 PM

Copy link
Contributor Author

@seankwarren seankwarren Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

X is the element species, while x, y, and z are the coordinates based on the docs here

@@ -0,0 +1,11 @@
average: &average
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the documentation for all the work done in this PR? For example, what is what is staticContext, common_control????

We need to clarify the approach and put it in the README

@@ -0,0 +1,5 @@
&BANDS
{%- for key, value in bands %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This block is repeated everywhere below and could be defined as a macros for brevity

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 this pull request may close these issues.

4 participants