Giter VIP home page Giter VIP logo

What's poppin'?

I'm Brandon (he/they) and I'm a computational chemist at the University of Wisconsin-Madison.

My projects

CliffordNumbers.jl implements Clifford algebras (also known as geometric algebras) as fundamental numeric types in Julia, just like complex numbers and quaternions (which are Clifford algebras themselves), hence the term "Clifford number". Clifford numbers are treated as scalars for the sake of broadcasting, and are only indexed by a special type that references the basis blades of the algebra.

The first goal of this package is to provide extremely high performance implementations of common operations like geometric products, wedge products, and more. Unlike many other implementations that use matrix representations of the Clifford algebra to perform calcuations, this package uses an additive representation where each coefficient associated with a basis blade is provided, which leads to significant gains in readability of internal code and performance of products beyond the geometric product. All types exported by this package are representable as plain bits, meaning that they can be stored inline in arrays for faster operations. For algebras up to five dimensions, all operations are allocation-free (this is due to Julia's tuple inlining limit of 32 elements), and in practice this can be maintained in six-dimensional algebras with sparse multivector representations: types are provided for even and odd multivectors as well as k-vectors, and the promotion system seamlessly integrates them in operations. There are no dependencies on other packages, not even StaticArrays or LinearAlgebra from the standard library.

The second goal of this package is to provide a convenient entry point for those wanting to incorporate tools from geometric algebra. This package does not require more general familiarity with abstract algebra; only basic geometric algebra knowledge is assumed. Ideally, not even linear algebra knowledge should be necessary for users.

Electrum.jl is a package that provides types, functions, and other tools for working with data associated with crystal structures, including unit cell basis vectors, atomic positions, associated grids of data, and more. It provides tools such as data import from commonly used computational chemistry software (currently supporting abinit, VASP, and LAMMPS), properly scaled Fourier transforms and gradients, and more.

My interests

Geometric algebra

Geometric algebra is the study of Clifford algebras (usually real Clifford algebras equipped with various metrics) and their application to problems in ways that admit a simple geometric interpretation. One of their core strengths is that they often contain elements that behave like imaginary numbers (in that they square to –1) but have concrete geometric interpretations as oriented areas or elements which perform some kind of rotation.

Geometric algebras come in many flavors, including vanilla geometric algebra (VGA), a drop-in replacement for the vector algebra used throughout physics, projective geometric algebra (PGA), a variant which uses a degenerate metric to model points, lines, planes, and other primitives that may be useful if you are interested in computer graphics, and conformal geometric algebra (CGA), which uses a non-positive-definite metric and supports everything supported by PGA plus circles, spheres, and more.

The broader community is based around bivector.net and you can find me in the forums or the Discord server, usually in physics-related discussions. I am primarily interested in the application of vanilla and projective geometric algebras to problems in solid-state chemistry, especially problems involving crystal symmetries. Secondarily, I am interested in the use of vanilla geometric algebras as a tool to provide geometric interpretations of quantum theories; in particular, providing concrete geometric interpretations for their imaginary units.

Mechanical keyboards

While I'm not involved in any software projects for mechanical keyboards at the moment, I am an enthusiast who has way too many keyboards to deal with. If you'd like to contribute to the software side of the mechanical keyboard community, I'd strongly suggest ZMK, a Bluetooth-capable firmware based on Zephyr RTOS written in part by a friend of mine.

Brandon Flores's Projects

brillouin.jl icon brillouin.jl

Brillouin zones and paths for dispersion calculations in Julia.

crystalline.jl icon crystalline.jl

Utilities for space, little, and crystallographic point group symmetries and irreps

crystalstructures.jl icon crystalstructures.jl

A Julia package for working with crystal structures and various associated file formats.

dft-cp icon dft-cp

Chemical pressure analysis software package

dft-ramo icon dft-ramo

DFT-raMO and tools to support DFT-raMO, a Wannier-type analysis.

julia.jl icon julia.jl

Curated decibans of Julia programming language.

lllplus.jl icon lllplus.jl

Lattice reduction and other lattice tools in Julia

monkeytype icon monkeytype

The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.

my-configs icon my-configs

A smattering of configuration files I use for common programs like bash, vim, etc.

neofetch icon neofetch

🖼️ A command-line system information tool written in bash 3.2+

normalforms.jl icon normalforms.jl

Calculation of Hermite and Smith normal forms in a single package.

physics-in-ga icon physics-in-ga

A textbook for learning physics in the framework of geometric algebra. Minimal prior background is needed.

qed-notes icon qed-notes

Notes for chemists aiming to learn about quantum electrodynamics and light-matter interactions.

sgpga.jl icon sgpga.jl

Space Groups in Projective Geometric Algebra

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.