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

composite_algebra #19

Closed
mariomulansky opened this issue Mar 15, 2012 · 1 comment
Closed

composite_algebra #19

mariomulansky opened this issue Mar 15, 2012 · 1 comment
Assignees
Milestone

Comments

@mariomulansky
Copy link
Collaborator

As discussed in the emails we should add a composite_algebra that works on tuples (or fusion::vectors) of different state types. A possible definition of such an algebra could look as follows:

typedef tuple< vector<complex> , double > state_type;
typedef composite_algebra< tuple< range_algebra , vector_space_algebra > > algebra;

@ghost ghost assigned mariomulansky Mar 15, 2012
@headmyshoulder
Copy link
Owner

Moved this issue into the wiki!

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

No branches or pull requests

2 participants